Property handling class for ui object - property list.
More...
#include <PropertyList.h>
Property handling class for ui object - property list.
tilde::PropertyList::PropertyList |
( |
| ) |
|
|
inline |
std::string tilde::PropertyList::asPdFileString |
( |
| ) |
|
returns string for saving in file
- Returns
template<typename T >
void tilde::PropertyList::create |
( |
string |
pName, |
|
|
string |
pGroup, |
|
|
QString |
pVersion, |
|
|
T |
defaultData |
|
) |
| |
|
inline |
QString tilde::PropertyList::extractFromPdFileString |
( |
QString |
input | ) |
|
extract properties from string in pd file
returns first part of the string before the first property
- Returns
Property * tilde::PropertyList::get |
( |
QString |
pName | ) |
|
QStringList tilde::PropertyList::groupNames |
( |
| ) |
|
list of all group names
- Returns
QStringList tilde::PropertyList::names |
( |
| ) |
|
list of all property names
- Returns
list of all property names for specific propertyData todo normal classes
- Returns
void tilde::PropertyList::propertyChangedSignal |
( |
| ) |
|
|
signal |
template<>
void tilde::PropertyList::set |
( |
std::string |
pName, |
|
|
Property * |
value |
|
) |
| |
template<typename U >
void tilde::PropertyList::set |
( |
string |
pName, |
|
|
U |
value |
|
) |
| |
|
inline |
The documentation for this class was generated from the following files: