enum CCL::ThemeElements::ElementID

Overview

Element constants. More…

#include <themeelements.h>

enum ElementID
{
    kPushButton,
    kPushButtonOn,
    kCheckBoxNormal,
    kCheckBoxChecked,
    kRadioButtonNormal,
    kRadioButtonChecked,
    kTreeViewExpandButton,
    kTreeViewExpandButtonOn,
    kNumThemeElements,
};

Detailed Documentation

Element constants.

Enum Values

kPushButton

push button

kPushButtonOn

push button, on state

kCheckBoxNormal

checkbox (unchecked)

kCheckBoxChecked

checkbox (with checkmark)

kRadioButtonNormal

radio button (unchecked)

kRadioButtonChecked

radio button (with checkmark)

kTreeViewExpandButton

treeview expand button

kTreeViewExpandButtonOn

treeview expand button, on state