Sayonara Player
|
Typedefs | |
typedef int | ContextMenuEntries |
Combination of ContextMenu::Entry values. | |
Namespaces | |
Style | |
Classes | |
class | ContextMenu |
A context menu with some standard actions. More... | |
class | CustomMimeData |
Mimedata class for drag and dropping metadata. More... | |
class | ComboBoxDelegate |
The ComboBoxDelegate class Set this delegate to ComboBoxes if they should look nice. More... | |
class | TreeDelegate |
The TreeDelegate class. More... | |
class | MenuButton |
The MenuButton class. A button that sends a signal when clicked. This Class is meant for inheritance like MenuToolButton does. More... | |
class | MenuToolButton |
This is the little button you often see near comboboxes It opens up a menu when clicked. The actions in the menu a configurable. More... | |
class | SayonaraDialog |
Dialog with Settings connection. Also contains triggers for language_changed() and skin_changed(). Emits sig_closed() when closed. More... | |
class | SayonaraWidget |
Widget with Settings connection. Also contains triggers for language_changed() and skin_changed() widget's content can be exported to a SayonaraDialog via the box_into_dialog() method. More... | |
class | SayonaraWidgetTemplate< T > |
Template for Sayonara Widgets. This template is responsible for holding a reference to the settings and so, the REGISTER_LISTENER and REGISTER_LISTENER_NO_CALL macros are available. More... | |
class | ShortcutWidget |
Interface that should be implemented when using configurable shortcuts. More... | |