CConcreteObject.h
IntroductionUse the links in the table of contents to the left to access the documentation. ClassesStructs and UnionsCAddHandlerListEntrystruct CAddHandlerListEntry { THandlerListEntryType mType; LEOHandlerID mHandlerID; std::string mHandlerName; std::string mHandlerDescription; std::string mHandlerTemplate; std::string mTiedToType; THandlerListEntryFlags mFlags; }; Fields
DiscussionList entries for our "add handler" popup's entries. This only includes handlers that make sense for this object, and may e.g. include user-specified handlers like a timer's action. |