|
QGIS API Documentation 4.1.0-Master (01362494303)
|
Context settings for a material. More...
#include <qgsmaterial3dhandler.h>
Public Member Functions | |
| bool | isHighlighted () const |
Returns true if the material should represent a highlighted state. | |
| bool | isSelected () const |
Returns true if the material should represent a selected state. | |
| QColor | selectionColor () const |
| Returns the color for representing materials in a selected state. | |
| void | setIsHighlighted (bool isHighlighted) |
| Sets whether the material should represent a highlighted state. | |
| void | setIsSelected (bool isSelected) |
| Sets whether the material should represent a selected state. | |
| void | setSelectionColor (const QColor &color) |
| Sets the color for representing materials in a selected state. | |
Context settings for a material.
Definition at line 55 of file qgsmaterial3dhandler.h.
|
inline |
Returns true if the material should represent a highlighted state.
Definition at line 92 of file qgsmaterial3dhandler.h.
|
inline |
Returns true if the material should represent a selected state.
Definition at line 63 of file qgsmaterial3dhandler.h.
|
inline |
Returns the color for representing materials in a selected state.
Definition at line 77 of file qgsmaterial3dhandler.h.
|
inline |
Sets whether the material should represent a highlighted state.
Definition at line 100 of file qgsmaterial3dhandler.h.
|
inline |
Sets whether the material should represent a selected state.
Definition at line 70 of file qgsmaterial3dhandler.h.
|
inline |
Sets the color for representing materials in a selected state.
Definition at line 84 of file qgsmaterial3dhandler.h.