#include <SMESH_ActorProps.h>
Public Member Functions | |
| QColor | selectionColor () const |
| QColor | highlightColor () const |
| int | selectionIncrement () const |
| int | controlsIncrement () const |
Static Public Member Functions | |
| static SMESH_ActorProps * | props () |
| static void | reset () |
Private Member Functions | |
| SMESH_ActorProps () | |
| void | initialize () |
Private Attributes | |
| QColor | m_selection_color |
| QColor | m_highlight_color |
| int | m_selection_increment |
| int | m_controls_increment |
|
private |
References initialize().
Referenced by props().
| int SMESH_ActorProps::controlsIncrement | ( | ) | const |
References m_controls_increment.
Referenced by SMESH_ActorDef::SetLineWidth(), and SMESH_ActorDef::SMESH_ActorDef().
| QColor SMESH_ActorProps::highlightColor | ( | ) | const |
References m_highlight_color.
Referenced by SMESH_ActorDef::UpdateSelectionProps().
|
private |
References m_controls_increment, m_highlight_color, m_selection_color, and m_selection_increment.
Referenced by reset(), and SMESH_ActorProps().
|
static |
References SMESH_ActorProps().
Referenced by reset(), SMESH_ActorDef::SetLineWidth(), SMESH_ActorDef::SMESH_ActorDef(), SMESH::UpdateSelectionProp(), and SMESH_ActorDef::UpdateSelectionProps().
|
static |
References initialize(), and props().
Referenced by SMESH::UpdateSelectionProp().
| QColor SMESH_ActorProps::selectionColor | ( | ) | const |
References m_selection_color.
Referenced by SMESH_ActorDef::UpdateSelectionProps().
| int SMESH_ActorProps::selectionIncrement | ( | ) | const |
References m_selection_increment.
Referenced by SMESH_ActorDef::SetLineWidth(), SMESH_ActorDef::SMESH_ActorDef(), and SMESH_ActorDef::UpdateSelectionProps().
|
private |
Referenced by controlsIncrement(), and initialize().
|
private |
Referenced by highlightColor(), and initialize().
|
private |
Referenced by initialize(), and selectionColor().
|
private |
Referenced by initialize(), and selectionIncrement().