Inheritance diagram for SpecialEntry:
Public Member Functions | |
BOOL | Init (StringBase *Text, DocColour *Colour) |
Public Attributes | |
String_256 | ItemText |
BOOL | ItemHasColour |
DocColour | ItemColour |
Private Member Functions | |
CC_DECLARE_DYNCREATE (SpecialEntry) |
Definition at line 122 of file coldrop.cpp.
|
|
|
Definition at line 147 of file coldrop.cpp. 00148 { 00149 ItemText = *Text; 00150 if (Colour == NULL) 00151 ItemHasColour = FALSE; 00152 else 00153 { 00154 ItemHasColour = TRUE; 00155 ItemColour = *Colour; 00156 } 00157 00158 return(TRUE); 00159 }
|
|
Definition at line 132 of file coldrop.cpp. |
|
Definition at line 131 of file coldrop.cpp. |
|
Definition at line 130 of file coldrop.cpp. |