#include <labels.h>
Public Member Functions | |
| CLabelCell () | |
| CLabelCell (char *label_text) | |
| CLabelCell (CLabelCell *orig) | |
| CLabelCell (TRUTH_VALUE_TYPE tv, float section, float section_end) | |
| ~CLabelCell () | |
| bool | Check () |
| void | Append_LabelCell (TRUTH_VALUE_TYPE tv, float section, float section_end) |
| void | Set_Section (float section, float section_end) |
| void | Increment_Last_Cell_Section (bool span) |
| int | Find_First_Difference (CLabelCell *that) |
| char * | Get_Text () |
| void | Output_Debug (ostream &stream) |
| int | Get_Length () |
| CLabelCell * | Get_Cell (int i) |
| char | Get_Type () |
| TRUTH_VALUE_TYPE | Get_TV_Type () |
| CLabelCell * | Get_Next () |
| void | Set_Next (CLabelCell *n) |
| double | Get_Section () |
| double | Get_Last_Section () |
| CLabelCell * | Get_Last_Cell () |
| bool | Dominates (CLabelCell *that) |
| bool | Before (CLabelCell *that) |
| bool | After (CLabelCell *that) |
| bool | Contains (CLabelCell *that) |
Private Member Functions | |
| char * | Parse_Section_Number (char *t, bool is_first) |
Private Attributes | |
| char | Type |
| float | Section |
| float | SectionEnd |
| CLabelCell * | Next |
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.6