1#ifndef INC_GLOWATCHSPECIFICATION_H
2#define INC_GLOWATCHSPECIFICATION_H
167 NUM_PTR ipNotifyCallBack );
For each library, here 'GlobalObjects' there is a type file.
#define __glo_export_dll
Definition GloTypes.h:70
Superclass for the classes that are 'connected' to a Base.
Definition GloCallBack.h:81
To be able to watch objects, the 'watching mode', the 'watching depth' and the 'notification object' ...
Definition GloWatchSpecification.h:67
WatchSpecification(const WatchSpecification &rT)
WatchSpecification(TdWatchNotifyMode ulWatchMode, EnDeepMode eDeepMode, NUM_PTR ipNotifyCallBack)
NUM_PTR m_ipNotifyCallBack
Definition GloWatchSpecification.h:84
NUM_PTR getNotifyCallBackAsINTPTR() const
Getter.
WatchSpecification(TdWatchNotifyMode ulWatchMode, EnDeepMode eDeepMode, CallBack *pNotifyCallBack)
TdWatchNotifyMode m_ulWatchMode
Definition GloWatchSpecification.h:95
void setNotifyCallBack(CallBack *pNotifyCallBack)
Setter.
void setWatchMode(TdWatchNotifyMode ulWatchMode)
Setter.
EnDeepMode getWatchDeepMode() const
Getter.
void setNotifyCallBack(NUM_PTR ipNotifyCallBack)
Setter.
TdWatchNotifyMode getWatchMode() const
Getter.
EnDeepMode m_eWatchDeepMode
Definition GloWatchSpecification.h:106
virtual ~WatchSpecification()
CallBack * getNotifyCallBack() const
Getter.
void setWatchDeepMode(EnDeepMode eDeepMode)
Setter.
Definition GloAbstractBaseLot.h:49
EnDeepMode
Definition GloTypes.h:254
unsigned long TdWatchNotifyMode
Definition GloTypes.h:558