Represents one collection of strings.
More...
#include <cxStringListProperty.h>
Represents one collection of strings.
The collection can be selected from a range. The data can be stored within a xml document.
Definition at line 56 of file cxStringListProperty.h.
QString cx::StringListProperty::convertInternal2Display |
( |
QString |
internal | ) |
|
|
virtual |
conversion from internal value to display value
If a mapping from internal name to display name has been set, use it. Otherwise return the input.
Definition at line 133 of file cxStringListProperty.cpp.
QString cx::StringListProperty::getDisplayName |
( |
| ) |
const |
|
virtual |
virtual std::map<QString, QString> cx::StringListProperty::getDisplayNames |
( |
| ) |
const |
|
inlinevirtual |
QString cx::StringListProperty::getHelp |
( |
| ) |
const |
|
virtual |
return a descriptive help string for the data, used for example as a tool tip.
Definition at line 74 of file cxStringListProperty.cpp.
QString cx::StringListProperty::getUid |
( |
| ) |
const |
|
virtual |
QStringList cx::StringListProperty::getValue |
( |
| ) |
const |
|
virtual |
QVariant cx::StringListProperty::getValueAsVariant |
( |
| ) |
const |
|
virtual |
QStringList cx::StringListProperty::getValueRange |
( |
| ) |
const |
|
virtual |
StringListPropertyPtr cx::StringListProperty::initialize |
( |
const QString & |
uid, |
|
|
QString |
name, |
|
|
QString |
help, |
|
|
QStringList |
value, |
|
|
QStringList |
range, |
|
|
QDomNode |
root = QDomNode() |
|
) |
| |
|
static |
void cx::StringListProperty::setDisplayName |
( |
QString |
val | ) |
|
|
virtual |
void cx::StringListProperty::setDisplayNames |
( |
std::map< QString, QString > |
names | ) |
|
|
virtual |
void cx::StringListProperty::setHelp |
( |
QString |
val | ) |
|
|
virtual |
bool cx::StringListProperty::setValue |
( |
const QStringList & |
value | ) |
|
|
virtual |
void cx::StringListProperty::setValueFromVariant |
( |
QVariant |
val | ) |
|
|
virtual |
void cx::StringListProperty::setValueRange |
( |
QStringList |
range | ) |
|
|
virtual |
The documentation for this class was generated from the following files:
- /media/dev/bamboodrive/b/xml-data/build-dir/FX-TB-JOB1/CX/CX/source/resource/core/properties/cxStringListProperty.h
- /media/dev/bamboodrive/b/xml-data/build-dir/FX-TB-JOB1/CX/CX/source/resource/core/properties/cxStringListProperty.cpp