OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cenumparametertype
(Results
1 - 3
of
3
) sorted by null
/external/parameter-framework/upstream/parameter/
EnumParameterType.cpp
39
CEnumParameterType
::
CEnumParameterType
(const string &strName) : base(strName)
43
string
CEnumParameterType
::getKind() const
48
bool
CEnumParameterType
::childrenAreDynamic() const
54
void
CEnumParameterType
::showProperties(string &strResult) const
76
bool
CEnumParameterType
::fromXml(const CXmlElement &xmlElement,
93
bool
CEnumParameterType
::toBlackboard(const string &strValue, uint32_t &uiValue,
120
int32_t
CEnumParameterType
::getMin() const
126
int32_t
CEnumParameterType
::getMax() const
131
bool
CEnumParameterType
::fromBlackboard(string &userValue, const uint32_t &value
[
all
...]
EnumParameterType.h
36
class
CEnumParameterType
: public CParameterType
39
CEnumParameterType
(const std::string &strName);
ParameterMgr.cpp
[
all
...]
Completed in 117 milliseconds