OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CEnumParameterType
(Results
1 - 3
of
3
) sorted by null
/external/parameter-framework/parameter/
EnumParameterType.cpp
45
CEnumParameterType
::
CEnumParameterType
(const string& strName) : base(strName)
49
string
CEnumParameterType
::getKind() const
54
bool
CEnumParameterType
::childrenAreDynamic() const
60
void
CEnumParameterType
::showProperties(string& strResult) const
82
bool
CEnumParameterType
::fromXml(const CXmlElement& xmlElement, CXmlSerializingContext& serializingContext)
95
bool
CEnumParameterType
::toBlackboard(const string& strValue, uint32_t& uiValue, CParameterAccessContext& parameterAccessContext) const
162
bool
CEnumParameterType
::checkValueAgainstRange(const string& strValue, int64_t value, CParameterAccessContext& parameterAccessContext, bool bHexaValue, bool bConversionSucceeded) const
195
bool
CEnumParameterType
::fromBlackboard(string& strValue, const uint32_t& uiValue, CParameterAccessContext& parameterAccessContext) const
237
bool
CEnumParameterType
::toBlackboard(int32_t iUserValue, uint32_t& uiValue, CParameterAccessContext& parameterAccessConte (…)
[
all
...]
EnumParameterType.h
37
class
CEnumParameterType
: public CParameterType
40
CEnumParameterType
(const std::string& strName);
ParameterMgr.cpp
[
all
...]
Completed in 239 milliseconds