| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
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.   | |
| QColor | selectionColor () const | 
| Returns the color for representing materials in a selected 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 71 of file qgsabstractmaterialsettings.h.
      
  | 
  inline | 
Returns true if the material should represent a selected state. 
Definition at line 79 of file qgsabstractmaterialsettings.h.
      
  | 
  inline | 
Returns the color for representing materials in a selected state.
Definition at line 93 of file qgsabstractmaterialsettings.h.
      
  | 
  inline | 
Sets whether the material should represent a selected state.
Definition at line 86 of file qgsabstractmaterialsettings.h.
      
  | 
  inline | 
Sets the color for representing materials in a selected state.
Definition at line 100 of file qgsabstractmaterialsettings.h.