Inkscape
Vector Graphics Editor
|
Simplified management of enumerations in the UI as combobox, plus the functionality of Labelled. More...
#include <combo-enums.h>
Public Member Functions | |
LabelledComboBoxEnum (Glib::ustring const &label, Glib::ustring const &tooltip, Util::EnumDataConverter< E > const &c, Glib::ustring const &icon={}, bool const mnemonic=true, bool const sort=true) | |
ComboBoxEnum< E > * | getCombobox () |
![]() | |
Labelled (Glib::ustring const &label, Glib::ustring const &tooltip, Gtk::Widget *widget, Glib::ustring const &icon={}, bool mnemonic=true) | |
Construct a Labelled Widget. | |
Gtk::Widget const * | getWidget () const |
Gtk::Widget * | getWidget () |
Gtk::Label const * | getLabel () const |
Gtk::Label * | getLabel () |
Simplified management of enumerations in the UI as combobox, plus the functionality of Labelled.
Definition at line 170 of file combo-enums.h.
|
inline |
Definition at line 174 of file combo-enums.h.
|
inline |
Definition at line 186 of file combo-enums.h.
References Inkscape::UI::Widget::Labelled::getWidget().
Referenced by Inkscape::UI::Widget::RegisteredEnum< E >::combobox().