#include <status.h>
Inheritance diagram for Status:

Public Member Functions | |
| Status (QString text) | |
Protected Member Functions | |
| virtual bool | equals_same_type (Value *other) |
Private Member Functions | |
| virtual Data | getSaveDescription (QString) |
| virtual QString | toString () |
Private Attributes | |
| QString | status_string |
Definition at line 6 of file status.h.
|
|
Definition at line 23 of file status.h. 00023 : status_string(text) 00024 { 00025 };
|
|
|
Implements Value. Definition at line 18 of file status.h. References status_string. 00019 { 00020 return status_string == ((Status*)other)->status_string; 00021 }
|
|
|
Implements Value. Definition at line 9 of file status.h. References status_string. 00010 { 00011 return String(status_string); 00012 }
|
|
|
Implements Value. Definition at line 13 of file status.h. References status_string. 00014 { 00015 return status_string; 00016 };
|
|
|
Definition at line 8 of file status.h. Referenced by equals_same_type(), getSaveDescription(), and toString(). |
1.4.6