| 40 | | string& getName(); |
|---|
| 41 | | |
|---|
| 42 | | void setName(string& name); |
|---|
| | 40 | int getCellCount(); |
|---|
| | 41 | |
|---|
| | 42 | CellObject* getCell(int idx); |
|---|
| | 43 | |
|---|
| | 44 | void setPersistent(bool pers); |
|---|
| | 45 | |
|---|
| | 46 | void setUpdated(bool up); |
|---|
| | 47 | |
|---|
| | 48 | bool isPersistent(); |
|---|
| | 49 | |
|---|
| | 50 | bool isUpdated(); |
|---|
| | 51 | |
|---|
| | 52 | void setAttributes(string& attributestring); |
|---|
| | 53 | |
|---|
| | 54 | string& getAttributes(); |
|---|
| | 55 | |
|---|
| | 56 | string& getOwner(); |
|---|
| | 57 | |
|---|
| | 58 | void setOwner(const string& owner); |
|---|
| | 59 | |
|---|
| | 60 | unsigned long long getOwnerID(); |
|---|
| | 61 | |
|---|
| | 62 | void setOwnerID(unsigned long long owner); |
|---|
| | 63 | |
|---|
| | 64 | void parseItemAttributes(); |
|---|
| | 65 | |
|---|
| | 66 | unicode& getName(); |
|---|
| | 67 | |
|---|
| | 68 | void setName(const string& n); |
|---|
| | 69 | |
|---|
| | 70 | void setName(const unicode& n); |
|---|
| 91 | | string& getName(); |
|---|
| 92 | | |
|---|
| 93 | | void setName(string& name); |
|---|
| | 125 | int getCellCount(); |
|---|
| | 126 | |
|---|
| | 127 | CellObject* getCell(int idx); |
|---|
| | 128 | |
|---|
| | 129 | void setPersistent(bool pers); |
|---|
| | 130 | |
|---|
| | 131 | void setUpdated(bool up); |
|---|
| | 132 | |
|---|
| | 133 | bool isPersistent(); |
|---|
| | 134 | |
|---|
| | 135 | bool isUpdated(); |
|---|
| | 136 | |
|---|
| | 137 | void setAttributes(string& attributestring); |
|---|
| | 138 | |
|---|
| | 139 | string& getAttributes(); |
|---|
| | 140 | |
|---|
| | 141 | string& getOwner(); |
|---|
| | 142 | |
|---|
| | 143 | void setOwner(const string& owner); |
|---|
| | 144 | |
|---|
| | 145 | unsigned long long getOwnerID(); |
|---|
| | 146 | |
|---|
| | 147 | void setOwnerID(unsigned long long owner); |
|---|
| | 148 | |
|---|
| | 149 | void parseItemAttributes(); |
|---|
| | 150 | |
|---|
| | 151 | unicode& getName(); |
|---|
| | 152 | |
|---|
| | 153 | void setName(const string& n); |
|---|
| | 154 | |
|---|
| | 155 | void setName(const unicode& n); |
|---|