PresetChooser
PresetChooser Class Reference
#include <PresetChooser.h>
Signals | |
void | presetClicked (Resource resource) |
void | presetSelected (Resource resource) |
Public Slots | |
Resource * | currentPreset () const |
void | setCurrentPreset (Resource *resource) |
Public Member Functions | |
PresetChooser (QWidget *parent=0) | |
Detailed Description
The PresetChooser widget wraps the KisPresetChooser widget.
The widget provides for selecting brush presets. It has a tagging bar and a filter field. It is not automatically synchronized with the currently selected preset in the current Windows.
Definition at line 25 of file PresetChooser.h.
Constructor & Destructor Documentation
◆ PresetChooser()
PresetChooser::PresetChooser | ( | QWidget * | parent = 0 | ) |
Definition at line 12 of file PresetChooser.cpp.
◆ ~PresetChooser()
|
inlineoverride |
Definition at line 30 of file PresetChooser.h.
Member Function Documentation
◆ currentPreset
|
slot |
- Returns
- a Resource wrapper around the currently selected preset.
Definition at line 27 of file PresetChooser.cpp.
◆ presetClicked
|
signal |
Emitted whenever a user clicks on the given preset.
◆ presetSelected
|
signal |
Emitted whenever a user selects the given preset.
◆ setCurrentPreset
|
slot |
Make the given preset active.
Definition at line 21 of file PresetChooser.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:35:00 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:35:00 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.