creaContours_lib
|
#include <InstantMembersNameList.h>
Public Member Functions | |
InstantMembersNameList () | |
~InstantMembersNameList () | |
void | setActualOutline (std::string thekeyName, std::string theRealName) |
void | addOutlineName (std::string thekeyName, std::string theRealName) |
void | setActualAxeWrap (std::string thekeyName, std::string theRealName) |
std::string | getActualAxeKeyName () |
std::string | getActualSourceImageKeyName () |
std::string | getActualSectionImageKeyName () |
std::vector< NameWrapper * > | getOutlinesNamesVector () |
void | setActualSourceImageNamesWrapp (std::string thekeyName, std::string theRealName) |
void | setActualSectionImageNamesWrapp (std::string thekeyName, std::string theRealName) |
void | clean () |
Private Attributes | |
std::vector< NameWrapper * > | outlinesNamesVector |
std::vector< std::string > | axesNamesVector |
NameWrapper * | actualAxeNamesWrapp |
NameWrapper * | actualSourceImageNamesWrapp |
NameWrapper * | actualSectionImageNamesWrapp |
NameWrapper * | actualOutlineNamesWrapp |
Definition at line 40 of file InstantMembersNameList.h.
InstantMembersNameList::InstantMembersNameList | ( | ) |
Definition at line 44 of file InstantMembersNameList.cxx.
References actualAxeNamesWrapp, actualOutlineNamesWrapp, actualSectionImageNamesWrapp, and actualSourceImageNamesWrapp.
InstantMembersNameList::~InstantMembersNameList | ( | ) |
Definition at line 55 of file InstantMembersNameList.cxx.
References axesNamesVector, clean(), and outlinesNamesVector.
void InstantMembersNameList::addOutlineName | ( | std::string | thekeyName, |
std::string | theRealName | ||
) |
void InstantMembersNameList::clean | ( | ) |
Definition at line 155 of file InstantMembersNameList.cxx.
References axesNamesVector, and outlinesNamesVector.
Referenced by OutlineModelManager::annotateOutlinesWrap(), OutlineModelManager::clean(), and ~InstantMembersNameList().
std::string InstantMembersNameList::getActualAxeKeyName | ( | ) |
Definition at line 100 of file InstantMembersNameList.cxx.
References actualAxeNamesWrapp, and NameWrapper::getKeyName().
std::string InstantMembersNameList::getActualSectionImageKeyName | ( | ) |
Definition at line 118 of file InstantMembersNameList.cxx.
References actualSourceImageNamesWrapp, and NameWrapper::getKeyName().
std::string InstantMembersNameList::getActualSourceImageKeyName | ( | ) |
Definition at line 109 of file InstantMembersNameList.cxx.
References actualSourceImageNamesWrapp, and NameWrapper::getKeyName().
std::vector< NameWrapper * > InstantMembersNameList::getOutlinesNamesVector | ( | ) |
Definition at line 127 of file InstantMembersNameList.cxx.
References outlinesNamesVector.
Referenced by OutlineModelManager::getActualInstantOutlines().
void InstantMembersNameList::setActualAxeWrap | ( | std::string | thekeyName, |
std::string | theRealName | ||
) |
Definition at line 91 of file InstantMembersNameList.cxx.
References actualAxeNamesWrapp.
void InstantMembersNameList::setActualOutline | ( | std::string | thekeyName, |
std::string | theRealName | ||
) |
Definition at line 70 of file InstantMembersNameList.cxx.
References actualOutlineNamesWrapp, and NameWrapper::setWrappingPair().
void InstantMembersNameList::setActualSectionImageNamesWrapp | ( | std::string | thekeyName, |
std::string | theRealName | ||
) |
Definition at line 147 of file InstantMembersNameList.cxx.
References actualSectionImageNamesWrapp.
void InstantMembersNameList::setActualSourceImageNamesWrapp | ( | std::string | thekeyName, |
std::string | theRealName | ||
) |
Definition at line 137 of file InstantMembersNameList.cxx.
References actualSourceImageNamesWrapp.
|
private |
Definition at line 139 of file InstantMembersNameList.h.
Referenced by getActualAxeKeyName(), InstantMembersNameList(), and setActualAxeWrap().
|
private |
Definition at line 145 of file InstantMembersNameList.h.
Referenced by InstantMembersNameList(), and setActualOutline().
|
private |
Definition at line 143 of file InstantMembersNameList.h.
Referenced by InstantMembersNameList(), and setActualSectionImageNamesWrapp().
|
private |
Definition at line 141 of file InstantMembersNameList.h.
Referenced by getActualSectionImageKeyName(), getActualSourceImageKeyName(), InstantMembersNameList(), and setActualSourceImageNamesWrapp().
|
private |
Definition at line 137 of file InstantMembersNameList.h.
Referenced by clean(), and ~InstantMembersNameList().
|
private |
Definition at line 135 of file InstantMembersNameList.h.
Referenced by addOutlineName(), clean(), getOutlinesNamesVector(), and ~InstantMembersNameList().