#include <setupbuttonitem.h>
|
enum | { VBOOL = 0
, VSTR
, VINT
, VNONE
} |
|
| SetupItem (const std::string &text, const std::string &description, const std::string &keyName, SetupTabScroll *const parent, const std::string &eventName, const MainConfig mainConfig) |
|
| SetupItem (const std::string &text, const std::string &description, const std::string &keyName, SetupTabScroll *const parent, const std::string &eventName, const std::string &def, const MainConfig mainConfig) |
|
| ActionListener () |
|
| Widget2 (const Widget2 *const widget) |
|
Definition at line 31 of file setupbuttonitem.h.
◆ SetupButtonItem()
SetupButtonItem::SetupButtonItem |
( |
const std::string & |
text, |
|
|
const std::string & |
description, |
|
|
const std::string & |
actionEventId, |
|
|
SetupTabScroll *const |
parent, |
|
|
const std::string & |
eventName, |
|
|
ActionListener *const |
listener |
|
) |
| |
Definition at line 32 of file setupbuttonitem.cpp.
SetupItem(const std::string &text, const std::string &description, const std::string &keyName, SetupTabScroll *const parent, const std::string &eventName, const MainConfig mainConfig)
const bool MainConfig_false
References BUTTON_SKIN, createControls(), anonymous_namespace{itemlinkhandler.cpp}::listener, SetupItem::mValueType, SetupItem::mWidget, and SetupItem::VSTR.
◆ ~SetupButtonItem()
SetupButtonItem::~SetupButtonItem |
( |
| ) |
|
◆ action()
void SetupButtonItem::action |
( |
const ActionEvent & |
actionEvent | ) |
|
|
virtual |
Called when an action is recieved from a widget. It is used to be able to recieve a notification that an action has occured.
- Parameters
-
actionEvent | The event of the action. |
Implements ActionListener.
Definition at line 94 of file setupbuttonitem.cpp.
◆ apply()
void SetupButtonItem::apply |
( |
const std::string & |
eventName | ) |
|
|
virtual |
◆ cancel()
void SetupButtonItem::cancel |
( |
const std::string & |
eventName | ) |
|
|
virtual |
◆ createControls()
void SetupButtonItem::createControls |
( |
| ) |
|
◆ externalUpdated()
void SetupButtonItem::externalUpdated |
( |
const std::string & |
eventName | ) |
|
|
virtual |
◆ fromWidget()
void SetupButtonItem::fromWidget |
( |
| ) |
|
|
virtual |
◆ rereadValue()
void SetupButtonItem::rereadValue |
( |
| ) |
|
|
virtual |
◆ save()
void SetupButtonItem::save |
( |
| ) |
|
|
virtual |
◆ toWidget()
void SetupButtonItem::toWidget |
( |
| ) |
|
|
virtual |
◆ mButton
Button* SetupButtonItem::mButton |
|
protected |
◆ mHorizont
The documentation for this class was generated from the following files: