#include <rhinoSdkAppSettings.h>
◆ anonymous enum
◆ CRhinoEmapAnalysisSettings()
CRhinoEmapAnalysisSettings::CRhinoEmapAnalysisSettings |
( |
| ) |
|
◆ Defaults()
void CRhinoEmapAnalysisSettings::Defaults |
( |
| ) |
|
◆ FileName()
const wchar_t* CRhinoEmapAnalysisSettings::FileName |
( |
| ) |
const |
Return file name to be mapped to objects.
◆ FormatEntryName()
void CRhinoEmapAnalysisSettings::FormatEntryName |
( |
int |
i, |
|
|
ON_wString & |
s |
|
) |
| const |
|
protected |
◆ LoadProfile()
◆ MruFileName()
const wchar_t* CRhinoEmapAnalysisSettings::MruFileName |
( |
int |
index | ) |
const |
Description: Get MRU file name at specified index. Arguments: index [in] - Index of name to return, 0 for oldest, MruFleNameCount()-1 for current. Returns: If index is valid then a pointer to the name is returned otherwise NULL.
◆ MruFileNameCount()
int CRhinoEmapAnalysisSettings::MruFileNameCount |
( |
| ) |
const |
Description: Get number of items in most recently used(MRU) file name list.
◆ MruRemoveFileName()
void CRhinoEmapAnalysisSettings::MruRemoveFileName |
( |
int |
index | ) |
|
Description: Remove MRU file name at specified index. Arguments: index [in] - Index of name to remove from list.
◆ operator!=()
◆ operator==()
◆ ProfileKey()
const wchar_t* CRhinoEmapAnalysisSettings::ProfileKey |
( |
| ) |
const |
◆ SaveProfile()
◆ SetFileName()
bool CRhinoEmapAnalysisSettings::SetFileName |
( |
const wchar_t * |
name | ) |
|
Description: Set file name. Arguments: name [in] - Name to make current. The previous name will get moved down the MRU file name list. Returns: If name added successfully true is returned otherwise false.
◆ Default
◆ m_bBlendWithObjectColor
bool CRhinoEmapAnalysisSettings::m_bBlendWithObjectColor = false |
◆ m_mru_emap_files
◆ m_show_isoparms
bool CRhinoEmapAnalysisSettings::m_show_isoparms = false |