Version: 9.16.0
SMESH_ActorProps Class Reference

#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_ActorPropsprops ()
 
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
 

Constructor & Destructor Documentation

◆ SMESH_ActorProps()

SMESH_ActorProps::SMESH_ActorProps ( )
private

References initialize().

Referenced by props().

Member Function Documentation

◆ controlsIncrement()

int SMESH_ActorProps::controlsIncrement ( ) const

◆ highlightColor()

QColor SMESH_ActorProps::highlightColor ( ) const

◆ initialize()

void SMESH_ActorProps::initialize ( )
private

◆ props()

◆ reset()

void SMESH_ActorProps::reset ( )
static

References initialize(), and props().

Referenced by SMESH::UpdateSelectionProp().

◆ selectionColor()

QColor SMESH_ActorProps::selectionColor ( ) const

◆ selectionIncrement()

int SMESH_ActorProps::selectionIncrement ( ) const

Field Documentation

◆ m_controls_increment

int SMESH_ActorProps::m_controls_increment
private

Referenced by controlsIncrement(), and initialize().

◆ m_highlight_color

QColor SMESH_ActorProps::m_highlight_color
private

Referenced by highlightColor(), and initialize().

◆ m_selection_color

QColor SMESH_ActorProps::m_selection_color
private

Referenced by initialize(), and selectionColor().

◆ m_selection_increment

int SMESH_ActorProps::m_selection_increment
private

Referenced by initialize(), and selectionIncrement().