|
| S_oahValuedAtom | handleOptionUnderName (string optionName, ostream &os) |
| |
| virtual void | acceptIn (basevisitor *v) |
| |
| virtual void | acceptOut (basevisitor *v) |
| |
| virtual void | browseData (basevisitor *v) |
| |
| void | print (ostream &os) const |
| |
|
void | printAbout (ostream &os) const |
| |
| void | printAtomOptionsValues (ostream &os, int valueFieldWidth) const |
| |
|
void | setSubGroupUpLink (S_oahSubGroup subGroup) |
| |
|
S_oahSubGroup | getSubGroupUpLink () const |
| |
|
void | registerAtomInHandler (S_oahHandler handler) |
| |
| virtual void | acceptIn (basevisitor *v) |
| |
| virtual void | acceptOut (basevisitor *v) |
| |
| virtual void | browseData (basevisitor *v) |
| |
| void | print (ostream &os) const |
| |
|
virtual void | printAtomOptionsValues (ostream &os, int valueFieldWidth) const |
| |
|
void | setHandlerUpLink (S_oahHandler handlerUpLink) |
| |
|
S_oahHandler | getHandlerUpLink () const |
| |
|
string | getShortName () const |
| |
|
string | getLongName () const |
| |
|
string | getDescription () const |
| |
|
oahElementVisibilityKind | getElementVisibilityKind () const |
| |
|
void | setIsHidden () |
| |
|
bool | getIsHidden () const |
| |
|
void | setMultipleOccurrencesAllowed () |
| |
|
bool | getMultipleOccurrencesAllowed () const |
| |
|
string | fetchNames () const |
| |
|
string | fetchNamesInColumns (int subGroupsShortNameFieldWidth) const |
| |
|
string | fetchNamesBetweenParentheses () const |
| |
|
string | fetchNamesInColumnsBetweenParentheses (int subGroupsShortNameFieldWidth) const |
| |
|
virtual int | fetchVariableNameLength () const |
| |
|
S_oahElement | fetchOptionByName (string name) |
| |
|
virtual S_oahValuedAtom | handleOptionUnderName (string optionName, ostream &os) |
| |
|
virtual void | acceptIn (basevisitor *v) |
| |
|
virtual void | acceptOut (basevisitor *v) |
| |
|
virtual void | browseData (basevisitor *v) |
| |
|
virtual string | asShortNamedOptionString () const |
| |
|
virtual string | asActualLongNamedOptionString () const |
| |
|
string | asLongNamedOptionString () const |
| |
|
string | asString () const |
| |
|
virtual void | printOptionHeader (ostream &os) const |
| |
|
virtual void | printOptionEssentials (ostream &os, int fieldWidth) const |
| |
|
virtual void | print (ostream &os) const |
| |
|
virtual void | printHelp (ostream &os) |
| |
|
unsigned | refs () const |
| | gives the reference count of the object
|
| |
|
void | addReference () |
| | addReference increments the ref count and checks for refCount overflow
|
| |
|
void | removeReference () |
| | removeReference delete the object when refCount is zero
|
| |
|
|
| xml2lyAboutOahAtom (string shortName, string longName, string description) |
| |
|
| oahAtom (string shortName, string longName, string description) |
| |
|
| oahElement (string shortName, string longName, string description, oahElementVisibilityKind optionVisibilityKind) |
| |
|
| smartable (const smartable &) |
| |
|
virtual | ~smartable () |
| | destructor checks for non-zero refCount
|
| |
|
smartable & | operator= (const smartable &) |
| |