The first part of the class contain the information needed to identify it:
Some of these are derived from the parent (SliceO) class:
And some are specific to the SliceO_Class class
|
Public: |
m_index (unsigned int) |
Index of this class instance. It start with 1 and it will be unique for each instances of each class (but they may not be sequential, and there will be holes)
|
|
Public:
|
|
A method that returns the "Id" of this instance. The "Id" is composed of both the "Type" and "Level" values: Id = (type<<16) + level
|
|
Private: |
m_title (char *) |
The title of this class. It can be accessed through: Title_Get() and Title_Set().
|
|
Public: |
A method that returns the title of the class.
|
|
|
A method that sets the title of the class.
|
||
|
Private: |
m_sort (char *) |
A string used when sorting the elements of a class. It can be accessed through: Sort_Get() and Sort_Set().
|
|
Public: |
A method that returns the sort string of this instance of the class.
|
|
|
A method that sets the sort string of this instance of the class.
|