Rhino C++ API
8.13
|
#include <RhinoSdkDisplayAttrsMgr.h>
Public Member Functions | |
DisplayAttrsMgrListDesc () | |
DisplayAttrsMgrListDesc (const CDisplayPipelineAttributes &, bool bSupportsShadeCmd, bool bSupportsShading, bool bAddToMenu) | |
DisplayAttrsMgrListDesc (const DisplayAttrsMgrListDesc &) | |
virtual | ~DisplayAttrsMgrListDesc () |
const ON_UUID & | DerivedFromId (void) const |
bool | GetBuiltInDefaults (DisplayAttrsMgrListDesc &) |
void | LoadProfile (const wchar_t *lpsSection, CRhinoProfileContext &) |
load from registry More... | |
void | LoadProfile (const wchar_t *lpsSection, CRhinoProfileContext &, const DisplayAttrsMgrListDesc &defaults) |
load from registry More... | |
DisplayAttrsMgrListDesc & | operator= (const DisplayAttrsMgrListDesc &) |
bool | operator== (const DisplayAttrsMgrListDesc &) const |
int | Order (void) const |
bool | ReplaceAttributes (const ON_UUID &uuidAttributeClassId, bool bCopyExisting=false) |
bool | SaveProfile (const wchar_t *lpsSection, CRhinoProfileContext &) const |
save in registry More... | |
Static Public Member Functions | |
static bool | BuiltInModeDefaults (int mode, DisplayAttrsMgrListDesc &dal) |
Public Attributes | |
bool | m_bAddToMenu |
bool | m_bAllowObjectAssignment |
bool | m_bPipelineLocked |
bool | m_bProfilePersistent |
bool | m_bShadedPipelineRequired |
bool | m_bSupportsShadeCmd |
bool | m_bSupportsShading |
bool | m_bSupportsStereo |
bool | m_bWireframePipelineRequired |
CDisplayPipelineAttributes * | m_pAttrs |
Friends | |
class | COptionsAdvancedDisplay |
class | CRhinoDisplayAttrsMgr |
class | DisplayAttrsMgrList |
/ / Copyright (c) 1993-2007 Robert McNeel & Associates. All rights reserved. / Rhinoceros is a registered trademark of Robert McNeel & Associates. / / THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY. / ALL IMPLIED WARRANTIES OF FITNESS FOR ANY PARTICULAR PURPOSE AND OF / MERCHANTABILITY ARE HEREBY DISCLAIMED. /
/ For complete Rhino SDK copyright information see http://www.rhino3d.com/developer. / ////////////////////////////////////////////////////////////// File: RhinoDisplayAttrsMgr.h – Interface file
DisplayAttrsMgrListDesc::DisplayAttrsMgrListDesc | ( | ) |
DisplayAttrsMgrListDesc::DisplayAttrsMgrListDesc | ( | const CDisplayPipelineAttributes & | , |
bool | bSupportsShadeCmd, | ||
bool | bSupportsShading, | ||
bool | bAddToMenu | ||
) |
DisplayAttrsMgrListDesc::DisplayAttrsMgrListDesc | ( | const DisplayAttrsMgrListDesc & | ) |
|
virtual |
|
static |
|
inline |
bool DisplayAttrsMgrListDesc::GetBuiltInDefaults | ( | DisplayAttrsMgrListDesc & | ) |
void DisplayAttrsMgrListDesc::LoadProfile | ( | const wchar_t * | lpsSection, |
CRhinoProfileContext & | |||
) |
load from registry
void DisplayAttrsMgrListDesc::LoadProfile | ( | const wchar_t * | lpsSection, |
CRhinoProfileContext & | , | ||
const DisplayAttrsMgrListDesc & | defaults | ||
) |
load from registry
DisplayAttrsMgrListDesc& DisplayAttrsMgrListDesc::operator= | ( | const DisplayAttrsMgrListDesc & | ) |
bool DisplayAttrsMgrListDesc::operator== | ( | const DisplayAttrsMgrListDesc & | ) | const |
|
inline |
bool DisplayAttrsMgrListDesc::ReplaceAttributes | ( | const ON_UUID & | uuidAttributeClassId, |
bool | bCopyExisting = false |
||
) |
bool DisplayAttrsMgrListDesc::SaveProfile | ( | const wchar_t * | lpsSection, |
CRhinoProfileContext & | |||
) | const |
save in registry
|
friend |
|
friend |
|
friend |
bool DisplayAttrsMgrListDesc::m_bAddToMenu |
bool DisplayAttrsMgrListDesc::m_bAllowObjectAssignment |
bool DisplayAttrsMgrListDesc::m_bPipelineLocked |
bool DisplayAttrsMgrListDesc::m_bProfilePersistent |
bool DisplayAttrsMgrListDesc::m_bShadedPipelineRequired |
bool DisplayAttrsMgrListDesc::m_bSupportsShadeCmd |
bool DisplayAttrsMgrListDesc::m_bSupportsShading |
bool DisplayAttrsMgrListDesc::m_bSupportsStereo |
bool DisplayAttrsMgrListDesc::m_bWireframePipelineRequired |
CDisplayPipelineAttributes* DisplayAttrsMgrListDesc::m_pAttrs |