Objects of this class are sets of strings (see ARTcell for details), that represent the property of an ARTobject.
Typically each ARTobject contains several properties that are saved in a list. This list can be queried* by the programme, to check if a given object has a certain property.
Public Member Functions |
| ARTproperty (const string name, const string sds="", const string lds="", const string htm="", const bool listable=false) |
| ARTproperty (const ARTproperty &orig) |
virtual ARTcell * | clone () |
bool | IsListable () |
| ARTcell (const string name="", const string sds="", const string lds="", const string htm="") |
| ARTcell (const ARTcell &orig) |
const string & | GetName () const |
const string & | GetShortDescription () const |
const string & | GetLongDescription () const |
const string & | GetHelpFilename () const |
void | SetName (const string name) |