13#ifndef THREADNOTIFYEVENT_HPP
14#define THREADNOTIFYEVENT_HPP
A WSF 'project'. Manages WSF sources files in a WSF project.
Definition Project.hpp:66
ThreadNotifyEvent & operator=(ThreadNotifyEvent &&)=default
NotificationType
Definition ThreadNotifyEvent.hpp:30
@ cSERIALIZE_COMPLETED
Definition ThreadNotifyEvent.hpp:35
@ cPROXY_READY
Definition ThreadNotifyEvent.hpp:33
@ cFAILED
Definition ThreadNotifyEvent.hpp:31
@ cWORK_COMPLETE
Definition ThreadNotifyEvent.hpp:36
@ cPARSE_RESULTS_READY
Definition ThreadNotifyEvent.hpp:32
@ cPERFORMANCE_TEST_RESULTS_READY
Definition ThreadNotifyEvent.hpp:34
ThreadNotifyEvent(const ThreadNotifyEvent &)=delete
std::unique_ptr< ProxyHash > mProxyHash
Definition ThreadNotifyEvent.hpp:67
ThreadNotifyEvent(ThreadNotifyEvent &&)=default
int mTimeToCompleteParseMs
Definition ThreadNotifyEvent.hpp:64
ThreadNotifyEvent(Project *aProjectPtr, NotificationType aNotificationType)
Definition ThreadNotifyEvent.hpp:39
ThreadNotifyEvent & operator=(const ThreadNotifyEvent &)=delete
std::unique_ptr< WsfPProxy > mProxy
Definition ThreadNotifyEvent.hpp:66
std::unique_ptr< WsfPProxySerialize > mSerializeToComplete
Definition ThreadNotifyEvent.hpp:69
int mTimeToCompleteProxyMs
Definition ThreadNotifyEvent.hpp:65
Project * mProjectPtr
Definition ThreadNotifyEvent.hpp:61
int mModificationSequenceNumber
Definition ThreadNotifyEvent.hpp:63
int mTaskId
Definition ThreadNotifyEvent.hpp:62
~ThreadNotifyEvent() override=default
NotificationType mNotificationType
Definition ThreadNotifyEvent.hpp:60
static const int cTHREAD_NOTIFY_EVENT_ID
Definition ThreadNotifyEvent.hpp:38
@ Type
Definition EditorPrefObject.hpp:37