Krita Source Code Documentation
Loading...
Searching...
No Matches
KisColorFilterCombo::Private Struct Reference

Public Attributes

bool circleMode {true}
 
LabelFilteringModelfilteringModel
 
bool filterMode {true}
 

Detailed Description

Definition at line 170 of file kis_color_filter_combo.cpp.

Member Data Documentation

◆ circleMode

bool KisColorFilterCombo::Private::circleMode {true}

If the combobox is in the circle mode, it will show the selected colors as circle otherwise it will show it in a rectangle

Definition at line 185 of file kis_color_filter_combo.cpp.

185{true};

◆ filteringModel

LabelFilteringModel* KisColorFilterCombo::Private::filteringModel

Definition at line 172 of file kis_color_filter_combo.cpp.

◆ filterMode

bool KisColorFilterCombo::Private::filterMode {true}

if the combobox is in the filter mode (when no colors are selected) it will show the filter icon ("view-filter") otherwise it will show tag icon ("tag")

Definition at line 179 of file kis_color_filter_combo.cpp.

179{true};

The documentation for this struct was generated from the following file: