|
Developer Documentation
|
Public Member Functions | |
| ObjectInfo (const QString &name, const int id) | |
| bool | operator< (const ObjectInfo &rhs) const |
| bool | operator== (const ObjectInfo &rhs) const |
| const QString & | getName () const |
| int | getId () const |
Private Attributes | |
| QString | name |
| int | id |
Definition at line 69 of file ObjectListItemModel.hh.