|
| CRhinoIniProfileContextIterator (const wchar_t *section, CRhinoProfileContext &pc) |
|
virtual | ~CRhinoIniProfileContextIterator () |
|
const wchar_t * | FirstSection () |
| Must override. More...
|
|
const wchar_t * | FirstValue () |
|
const wchar_t * | NextSection () |
|
const wchar_t * | NextValue () |
|
| CRhinoProfileContextIterator (const wchar_t *section, CRhinoProfileContext &pc) |
|
virtual | ~CRhinoProfileContextIterator () |
|
int | IterateAllSections (bool(*cull)(const wchar_t *)=NULL) |
|
int | IterateAllValues (bool(*cull)(ON_wString &value_name, ON_wString &value)=NULL) |
|
const wchar_t * | Section (int index) const |
|
int | SectionCount () const |
|
const ON_ClassArray< ON_wString > & | Sections () const |
|
const wchar_t * | Value () const |
|
bool | Value (bool &result) const |
|
bool | Value (double &result) const |
|
bool | Value (int &result) const |
|
bool | Value (int index, bool &result) const |
|
bool | Value (int index, double &result) const |
|
bool | Value (int index, int &result) const |
|
bool | Value (int index, ON_3dPoint &result) const |
|
bool | Value (int index, ON_3dVector &result) const |
|
bool | Value (int index, ON_Color &result) const |
|
bool | Value (int index, ON_wString &result) const |
|
bool | Value (int index, POINT &result) const |
|
bool | Value (int index, RECT &result) const |
|
bool | Value (ON_3dPoint &result) const |
|
bool | Value (ON_3dVector &result) const |
|
bool | Value (ON_Color &result) const |
|
bool | Value (ON_wString &result) const |
|
bool | Value (POINT &result) const |
|
bool | Value (RECT &result) const |
|
int | ValueCount () const |
|
const wchar_t * | ValueName (int index) const |
|
const ON_ClassArray< ON_wString > & | ValueNames () const |
|
const ON_ClassArray< ON_wString > & | Values () const |
|