QGIS API Documentation
3.16.0-Hannover (43b64b13f3)
|
3 Context settings for a material. More...
#include <qgsabstractmaterialsettings.h>
Public Member Functions | |
bool | isSelected () const |
Returns true if the material should represent a selected state. More... | |
QColor | selectionColor () const |
Returns the color for representing materials in a selected state. More... | |
void | setIsSelected (bool isSelected) |
Sets whether the material should represent a selected state. More... | |
void | setSelectionColor (const QColor &color) |
Sets the color for representing materials in a selected state. More... | |
3 Context settings for a material.
Definition at line 54 of file qgsabstractmaterialsettings.h.
|
inline |
Returns true
if the material should represent a selected state.
Definition at line 63 of file qgsabstractmaterialsettings.h.
|
inline |
Returns the color for representing materials in a selected state.
Definition at line 77 of file qgsabstractmaterialsettings.h.
|
inline |
Sets whether the material should represent a selected state.
Definition at line 70 of file qgsabstractmaterialsettings.h.
|
inline |
Sets the color for representing materials in a selected state.
Definition at line 84 of file qgsabstractmaterialsettings.h.