GlobalObjects
Loading...
Searching...
No Matches
glo::WatchNotifyManager::NotifyObjInfo Class Reference

Is used for notifying information about objects in an order to the WatchNotifyManager. More...

#include <GloWatchNotifyManager.h>

Inheritance diagram for glo::WatchNotifyManager::NotifyObjInfo:

Public Member Functions

 NotifyObjInfo ()
 
 NotifyObjInfo (const NotifyObjInfo &rT)
 
 NotifyObjInfo (TdWatchNotifyMode ulNotifyMode)
 
 NotifyObjInfo (TdWatchNotifyMode ulNotifyMode, const ObjID &rObjID)
 
virtual ~NotifyObjInfo ()
 
WatchNotifyManager::NotifyObjInfooperator= (const NotifyObjInfo &rT)
 
- Public Member Functions inherited from glo::WatchNotifyManager::NotifyInfo
 NotifyInfo ()
 
 NotifyInfo (const NotifyInfo &rT)
 
 NotifyInfo (TdWatchNotifyMode ulNotifyMode)
 
virtual ~NotifyInfo ()
 
WatchNotifyManager::NotifyInfooperator= (const NotifyInfo &rT)
 

Public Attributes

ObjID m_ObjID
 
- Public Attributes inherited from glo::WatchNotifyManager::NotifyInfo
TdWatchNotifyMode m_ulNotifyMode
 

Detailed Description

Is used for notifying information about objects in an order to the WatchNotifyManager.

Author
Helmut Jakoby

Constructor & Destructor Documentation

◆ NotifyObjInfo() [1/4]

glo::WatchNotifyManager::NotifyObjInfo::NotifyObjInfo ( )

Standard constructor.

◆ NotifyObjInfo() [2/4]

glo::WatchNotifyManager::NotifyObjInfo::NotifyObjInfo ( TdWatchNotifyMode ulNotifyMode)

Constructor with parameter passing.

Parameters
[in]ulNotifyModeThe monitoring mode.

◆ NotifyObjInfo() [3/4]

glo::WatchNotifyManager::NotifyObjInfo::NotifyObjInfo ( TdWatchNotifyMode ulNotifyMode,
const ObjID & rObjID )

Constructor with parameter passing.

Parameters
[in]ulNotifyModeThe monitoring mode.
[in]rObjIDThe ObjID of the object on which the action from WatchNotifyManager::NotifyInfo::m_ulNotifyMode was performed.

◆ NotifyObjInfo() [4/4]

glo::WatchNotifyManager::NotifyObjInfo::NotifyObjInfo ( const NotifyObjInfo & rT)

Copy constructor.

Parameters
[in]rTThe data is copied from this object.

◆ ~NotifyObjInfo()

virtual glo::WatchNotifyManager::NotifyObjInfo::~NotifyObjInfo ( )
virtual

Destructor.

Member Function Documentation

◆ operator=()

WatchNotifyManager::NotifyObjInfo & glo::WatchNotifyManager::NotifyObjInfo::operator= ( const NotifyObjInfo & rT)

Assignment operator.

Parameters
[in]rTThe data is transferred from this object.

Member Data Documentation

◆ m_ObjID

ObjID glo::WatchNotifyManager::NotifyObjInfo::m_ObjID

The ObjID of the object on which the action from WatchNotifyManager::NotifyInfo::m_ulNotifyMode was performed.


The documentation for this class was generated from the following file: