This class holds a list of CamiTK Properties and can be used as an editable QObject for the ObjectControler widget.
More...
#include <CamiTKPropertyList.h>
This class holds a list of CamiTK Properties and can be used as an editable QObject for the ObjectControler widget.
◆ ~CamiTKPropertyList()
CamiTKPropertyList::~CamiTKPropertyList |
( |
| ) |
|
|
override |
◆ addProperty()
◆ getNumberOfProperties()
unsigned int CamiTKPropertyList::getNumberOfProperties |
( |
| ) |
const |
|
virtual |
get the number of properties
◆ getProperty() [1/2]
Property * CamiTKPropertyList::getProperty |
( |
QString |
name | ) |
|
|
virtual |
Get a Property given its name.
- Parameters
-
- Returns
- nullptr if the name does not match any property name
- See also
- Property
◆ getProperty() [2/2]
Property * CamiTKPropertyList::getProperty |
( |
unsigned int |
index | ) |
|
|
virtual |
get the property stored at the given index
◆ propertyMap
list of CamiTK property decorating the dynamic properties
The documentation for this class was generated from the following files: