OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cselectioncriterion
(Results
1 - 9
of
9
) sorted by null
/external/parameter-framework/upstream/parameter/
SelectionCriteriaDefinition.cpp
39
CSelectionCriterion
*CSelectionCriteriaDefinition::createSelectionCriterion(
42
CSelectionCriterion
*pSelectionCriterion = new
CSelectionCriterion
(strName, pType, logger);
50
const
CSelectionCriterion
*CSelectionCriteriaDefinition::getSelectionCriterion(
53
return static_cast<const
CSelectionCriterion
*>(findChild(strName));
56
CSelectionCriterion
*CSelectionCriteriaDefinition::getSelectionCriterion(const std::string &strName)
58
return static_cast<
CSelectionCriterion
*>(findChild(strName));
72
const
CSelectionCriterion
*pSelectionCriterion =
73
static_cast<const
CSelectionCriterion
*>(getChild(uiChild));
86
CSelectionCriterion
*pSelectionCriterion
[
all
...]
SelectionCriterion.cpp
39
CSelectionCriterion
::
CSelectionCriterion
(const std::string &strName,
46
std::string
CSelectionCriterion
::getKind() const
51
bool
CSelectionCriterion
::hasBeenModified() const
56
void
CSelectionCriterion
::resetModifiedStatus()
63
void
CSelectionCriterion
::setCriterionState(int iState)
88
int
CSelectionCriterion
::getCriterionState() const
94
std::string
CSelectionCriterion
::getCriterionName() const
100
const ISelectionCriterionTypeInterface *
CSelectionCriterion
::getCriterionType() const
106
bool
CSelectionCriterion
::is(int iState) cons
[
all
...]
SelectionCriteriaDefinition.h
42
CSelectionCriterion
*createSelectionCriterion(const std::string &strName,
47
const
CSelectionCriterion
*getSelectionCriterion(const std::string &strName) const;
48
CSelectionCriterion
*getSelectionCriterion(const std::string &strName);
SelectionCriteria.cpp
53
CSelectionCriterion
*CSelectionCriteria::createSelectionCriterion(
60
CSelectionCriterion
*CSelectionCriteria::getSelectionCriterion(const std::string &strName)
SelectionCriteria.h
57
CSelectionCriterion
*createSelectionCriterion(const std::string &strName,
61
CSelectionCriterion
*getSelectionCriterion(const std::string &strName);
SelectionCriterion.h
40
class
CSelectionCriterion
: public CElement,
45
CSelectionCriterion
(const std::string &strName, const CSelectionCriterionType *pType,
SelectionCriterionRule.h
36
class
CSelectionCriterion
;
85
const
CSelectionCriterion
*_pSelectionCriterion{nullptr};
ParameterMgr.h
110
CSelectionCriterion
*createSelectionCriterion(
113
CSelectionCriterion
*getSelectionCriterion(const std::string &strName);
[
all
...]
ParameterMgr.cpp
664
CSelectionCriterion
*CParameterMgr::createSelectionCriterion(
673
CSelectionCriterion
*CParameterMgr::getSelectionCriterion(const string &strName)
[
all
...]
Completed in 697 milliseconds