Base class for message handlers attached to Interface objects.
Definition interfacehandlerbase.h:19
const Util::StringAtom & GetAppName() const
get the application name
Definition interfacehandlerbase.h:71
Util::StringAtom companyName
Definition interfacehandlerbase.h:36
void SetCompanyName(const Util::StringAtom &companyName)
set the company name
Definition interfacehandlerbase.h:44
Util::StringAtom appName
Definition interfacehandlerbase.h:37
void SetAppName(const Util::StringAtom &appName)
set the application name
Definition interfacehandlerbase.h:62
InterfaceHandlerBase()
constructor
Definition interfacehandlerbase.cc:16
const Util::StringAtom & GetCompanyName() const
get the company name
Definition interfacehandlerbase.h:53
virtual void DoWork()
optional "per-frame" DoWork method for continuous handlers
Definition interfacehandlerbase.cc:25
__DeclareClass(InterfaceHandlerBase)
Message handlers are used to process a message.
Definition handler.h:20
A StringAtom.
Definition stringatom.h:22
Definition interfacebase.cc:12