#include <tool.h>
Inheritance diagram for ToolInfo_v1:

Public Member Functions | |
| ToolInfo_v1 () | |
| For specifying default tool structure values. | |
Public Attributes | |
| UINT32 | InfoVersion |
| UINT32 | InterfaceVersion |
| UINT32 | Version |
| UINT32 | ID |
| UINT32 | ParentModuleID |
| UINT32 | TextID |
| TCHAR * | Family |
| TCHAR * | Name |
| TCHAR * | Purpose |
| TCHAR * | Author |
| UINT32 | BubbleID |
| UINT32 | StatusID |
| CDlgResID | InfoBarDialog |
| CCRuntimeClass * | CurrentAttributeGroup |
Private Member Functions | |
| CC_DECLARE_MEMDUMP (ToolInfo_v1) | |
Definition at line 199 of file tool.h.
|
|
For specifying default tool structure values.
Definition at line 292 of file tool.cpp. 00293 { 00294 // When specifying current attributes most of the time we will want to add the 00295 // attribute to the NodeRenderableInk current attribute group. 00296 CurrentAttributeGroup = CC_RUNTIME_CLASS(NodeRenderableInk); 00297 }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4