|
Rhino C++ API
8.24
|
#include <rhinoSdkAppSettings.h>
Public Member Functions | |
| CRhinoDirectionAnalysisSettings () | |
| void | Defaults () |
| void | LoadProfile (CRhinoProfileContext &pc) |
| load from registry More... | |
| bool | operator!= (const CRhinoDirectionAnalysisSettings &other) const |
| bool | operator== (const CRhinoDirectionAnalysisSettings &other) const |
| const wchar_t * | ProfileKey () const |
| void | SaveProfile (CRhinoProfileContext &) const |
| save in registry More... | |
| void | Validate () |
Public Attributes | |
| bool | m_bDirection |
| bool | m_bU |
| bool | m_bV |
| ON_Color | m_color |
Static Public Attributes | |
| static const CRhinoDirectionAnalysisSettings | Default |
| CRhinoDirectionAnalysisSettings::CRhinoDirectionAnalysisSettings | ( | ) |
| void CRhinoDirectionAnalysisSettings::Defaults | ( | ) |
| void CRhinoDirectionAnalysisSettings::LoadProfile | ( | CRhinoProfileContext & | pc | ) |
load from registry
| bool CRhinoDirectionAnalysisSettings::operator!= | ( | const CRhinoDirectionAnalysisSettings & | other | ) | const |
| bool CRhinoDirectionAnalysisSettings::operator== | ( | const CRhinoDirectionAnalysisSettings & | other | ) | const |
| const wchar_t* CRhinoDirectionAnalysisSettings::ProfileKey | ( | ) | const |
| void CRhinoDirectionAnalysisSettings::SaveProfile | ( | CRhinoProfileContext & | ) | const |
save in registry
| void CRhinoDirectionAnalysisSettings::Validate | ( | ) |
|
static |
| bool CRhinoDirectionAnalysisSettings::m_bDirection |
| bool CRhinoDirectionAnalysisSettings::m_bU |
| bool CRhinoDirectionAnalysisSettings::m_bV |
| ON_Color CRhinoDirectionAnalysisSettings::m_color |
1.8.17