| Aliased | OpDescriptor | [protected] |
| AliasOpClass | OpDescriptor | [protected] |
| AliasOperation(CCRuntimeClass *AliasOp, pfnGetState AliasGetState, UINT32 AliasAutoStateFlags=0, UINT32 AliasTextID=0, UINT32 AliasBubbleID=0) | OpDescriptor | |
| AssertValid() const | CCObject | [virtual] |
| AutoStateFlgs | OpDescriptor | [protected] |
| BarCtrlInfo | OpDescriptor | [protected] |
| Broadcast(Msg *Message, CCRuntimeClass *Class=NULL) | MessageHandler | [static] |
| BubbleID | OpDescriptor | [protected] |
| BuildGadgetList(List *pOutputList) | OpDescriptor | |
| cc_classCCObject | CCObject | [static] |
| CC_DECLARE_DYNAMIC(PlugInOpDescriptor) | PlugInOpDescriptor | [private] |
| CCObject() | CCObject | [protected] |
| ClearPointers() | ListItem | [virtual] |
| DelinkDescriptor(OpDescriptor *pThisOp) | OpDescriptor | [static] |
| Destroy() | MessageHandler | [static] |
| DestroyAll() | OpDescriptor | [static] |
| DisableHotKey() | OpDescriptor | |
| Dump(CDumpContext &dc) const | CCObject | [virtual] |
| EnableHotKey() | OpDescriptor | |
| FindOpDescriptor(TCHAR *Token) | OpDescriptor | [static] |
| FindOpDescriptor(CCRuntimeClass *Op) | OpDescriptor | [static] |
| FindOpDescriptor(ResourceID res) | OpDescriptor | [static] |
| Flags | OpDescriptor | [protected] |
| GetBarControlInfo() | OpDescriptor | |
| GetBubbleId() | OpDescriptor | |
| GetClassList(CCRuntimeClass *Class) | MessageHandler | [static] |
| GetDescription(TCHAR *pDesc, OpTextFlags WhichText) | OpDescriptor | [protected] |
| GetFirstDescriptor() | OpDescriptor | [inline, static] |
| GetHelpId() | OpDescriptor | |
| GetItem(void) | ListItem | [virtual] |
| GetMenuNameString(TCHAR *pDesc) | OpDescriptor | |
| GetMyClass() | CCObject | [static] |
| GetNextDescriptor(OpListItem *CurrOp) | OpDescriptor | [inline, static] |
| GetOpFlags() | OpDescriptor | |
| GetOpsState(String_256 *, OpParam *pOpParam=NULL) | OpDescriptor | [virtual] |
| GetParamState | OpDescriptor | [protected] |
| GetRuntimeClass() const | CCObject | [virtual] |
| GetRuntimeClassByName(LPCTSTR pClassName) | CCObject | [static] |
| GetState(String_256 *psName, OpDescriptor *pOpDesc) | PlugInOpDescriptor | [static] |
| GetText(String_256 *Description, OpTextFlags WhichText) | PlugInOpDescriptor | [virtual] |
| GetToolID() | OpDescriptor | |
| HelpID | OpDescriptor | [protected] |
| Init() | SimpleCCObject | [static] |
| Invoke(OpParam *pOpParam=NULL, BOOL fWithUndo=TRUE) | OpDescriptor | |
| IsAliased() | OpDescriptor | |
| IsHotKeyEnabled() const | OpDescriptor | |
| IsKindOf(const CCRuntimeClass *pClass) const | CCObject | |
| LinkDescriptor(OpDescriptor *ThisOp) | OpDescriptor | [static] |
| ListItem() | ListItem | |
| m_bHotKeyEnabled | OpDescriptor | [protected] |
| m_MenuText | PlugInOpDescriptor | [protected] |
| MemoryDump() | SimpleCCObject | [static] |
| MemoryTrackAdd(void *p, LPCSTR Filename, INT32 Line) | SimpleCCObject | [static] |
| Message(Msg *Msg) | OpDescriptor | [virtual] |
| MessageHandler(CCRuntimeClass *Class=CC_RUNTIME_CLASS(MessageHandler), BOOL SendMessages=TRUE) | MessageHandler | |
| MessageHandlerClassList | MessageHandler | [protected, static] |
| MessageHandlerExists(CCRuntimeClass *Class) | MessageHandler | [static] |
| ModuleID | OpDescriptor | [protected] |
| OldAutoStateFlags | OpDescriptor | [protected] |
| OldBubbleID | OpDescriptor | [protected] |
| OldGetState | OpDescriptor | [protected] |
| OldTextID | OpDescriptor | [protected] |
| OnBarMsg(BarMsg *Msg) | MessageHandler | [inline, protected, virtual] |
| OnColourChangingMsg(ColourChangingMsg *Msg) | MessageHandler | [inline, protected, virtual] |
| OnCommonAttrsChangedMsg(void) | MessageHandler | [inline, protected, virtual] |
| OnControlCreate(OpDescControlCreateMsg *CreateMsg) | OpDescriptor | [virtual] |
| OnDeathMsg(void) | MessageHandler | [inline, protected, virtual] |
| OnDocChangingMsg(Document *pChangingDoc, DocChangingMsg::DocState State) | MessageHandler | [inline, protected, virtual] |
| OnDocViewMsg(DocView *pDocView, DocViewMsg::DocViewState State) | MessageHandler | [inline, protected, virtual] |
| OneInstID | OpDescriptor | [protected] |
| OnOptionsChangingMsg(OptionsChangingMsg *Msg) | MessageHandler | [inline, protected, virtual] |
| OnSelChangingMsg(SelChangingMsg::SelectionState State) | MessageHandler | [inline, protected, virtual] |
| OnSelectionChange(OpDescControlMsg *SelChangedMsg, List *GadgetList) | OpDescriptor | [virtual] |
| OnSliderCancelled(OpDescControlMsg *SelChangedMsg) | OpDescriptor | [virtual] |
| OnSliderChanging(OpDescControlMsg *SliderChangingMsg) | OpDescriptor | [virtual] |
| OnSliderSet(OpDescControlMsg *SelChangedMsg) | OpDescriptor | [virtual] |
| OpClass | OpDescriptor | [protected] |
| OpDescriptor(UINT32 toolID, UINT32 txID, CCRuntimeClass *Op, TCHAR *tok, pfnGetState gs, UINT32 helpId=0, UINT32 bubbleID=0, UINT32 resourceID=0, UINT32 controlID=0, BOOL ReceiveMessages=FALSE, BOOL Smart=FALSE, BOOL Clean=TRUE, UINT32 OneOpenInstID=0, UINT32 AutoStateFlags=0, BOOL fCheckable=FALSE) | OpDescriptor | |
| operator delete(void *p) | SimpleCCObject | |
| operator new(size_t, void *p) | SimpleCCObject | [inline] |
| operator new(size_t nSize) | SimpleCCObject | |
| operator new(size_t nSize, LPCSTR lpszFileName, INT32 nLine) | SimpleCCObject | |
| PlugInOpDescriptor(const TCHAR *pcszToken, const String_64 &NewMenuText, CCRuntimeClass *pClass=CC_RUNTIME_CLASS(PlugInOp), pfnGetState gs=PlugInOp::GetState) | PlugInOpDescriptor | |
| PostDeath | MessageHandler | [protected, static] |
| pTmpMsg | MessageHandler | [static] |
| ReadString(TCHAR *pDesc) | OpDescriptor | |
| RegisterClassGroup(CCRuntimeClass *Class) | MessageHandler | [static] |
| RemoveAlias() | OpDescriptor | |
| RemoveAllAliases() | OpDescriptor | [static] |
| SendNoMoreMessages(MessageHandler *MessageHandlerToRemove) | MessageHandler | [protected, static] |
| SetBarControlInfo(BarControlInfo ThisInfo) | OpDescriptor | [inline] |
| SetStringPos(TCHAR **pDesc, OpTextFlags WhichText) | OpDescriptor | |
| TextID | OpDescriptor | [protected] |
| Token | OpDescriptor | |
| ~CCObject() | CCObject | [virtual] |
| ~ListItem() | ListItem | [inline, virtual] |
| ~MessageHandler() | MessageHandler | [virtual] |
| ~OpDescriptor() | OpDescriptor | |