#include <setup_colors.h>
|
| static const std::string | rawmsg = _("This is what the color looks like") |
| |
|
| void | setName (const std::string &name) |
| | Sets the name displayed on the tab.
|
| |
| Layout & | getLayout () |
| | Gets the layout handler for this container.
|
| |
| LayoutCell & | place (int x, int y, gcn::Widget *wg, int w=1, int h=1) |
| | Adds a widget to the container and sets it at given cell.
|
| |
| ContainerPlacer | getPlacer (int x, int y) |
| | Returns a proxy for adding widgets in an inner table of the layout.
|
| |
Definition at line 37 of file setup_colors.h.
◆ Setup_Colors()
| Setup_Colors::Setup_Colors |
( |
| ) |
|
◆ ~Setup_Colors()
| Setup_Colors::~Setup_Colors |
( |
| ) |
|
|
override |
◆ action()
| void Setup_Colors::action |
( |
const gcn::ActionEvent & |
event | ) |
|
|
override |
◆ apply()
| void Setup_Colors::apply |
( |
| ) |
|
|
overridevirtual |
◆ cancel()
| void Setup_Colors::cancel |
( |
| ) |
|
|
overridevirtual |
◆ setEntry()
| void Setup_Colors::setEntry |
( |
gcn::Slider * |
s, |
|
|
TextField * |
t, |
|
|
int |
value |
|
) |
| |
|
private |
◆ updateColor()
| void Setup_Colors::updateColor |
( |
| ) |
|
|
private |
◆ updateGradType()
| void Setup_Colors::updateGradType |
( |
| ) |
|
|
private |
◆ valueChanged()
| void Setup_Colors::valueChanged |
( |
const gcn::SelectionEvent & |
event | ) |
|
|
override |
◆ mBlueLabel
| gcn::Label* Setup_Colors::mBlueLabel |
|
private |
◆ mBlueSlider
| gcn::Slider* Setup_Colors::mBlueSlider |
|
private |
◆ mBlueText
◆ mBlueValue
| int Setup_Colors::mBlueValue |
|
private |
◆ mColorBox
| gcn::ListBox* Setup_Colors::mColorBox |
|
private |
◆ mGradDelayLabel
| gcn::Label* Setup_Colors::mGradDelayLabel |
|
private |
◆ mGradDelaySlider
| gcn::Slider* Setup_Colors::mGradDelaySlider |
|
private |
◆ mGradDelayText
◆ mGradTypeLabel
| gcn::Label* Setup_Colors::mGradTypeLabel |
|
private |
◆ mGradTypeSlider
| gcn::Slider* Setup_Colors::mGradTypeSlider |
|
private |
◆ mGradTypeText
| gcn::Label* Setup_Colors::mGradTypeText |
|
private |
◆ mGreenLabel
| gcn::Label* Setup_Colors::mGreenLabel |
|
private |
◆ mGreenSlider
| gcn::Slider* Setup_Colors::mGreenSlider |
|
private |
◆ mGreenText
◆ mGreenValue
| int Setup_Colors::mGreenValue |
|
private |
◆ mPreview
◆ mPreviewBox
| gcn::ScrollArea* Setup_Colors::mPreviewBox |
|
private |
◆ mRedLabel
| gcn::Label* Setup_Colors::mRedLabel |
|
private |
◆ mRedSlider
| gcn::Slider* Setup_Colors::mRedSlider |
|
private |
◆ mRedText
◆ mRedValue
| int Setup_Colors::mRedValue |
|
private |
◆ mScroll
| gcn::ScrollArea* Setup_Colors::mScroll |
|
private |
◆ mSelected
| int Setup_Colors::mSelected |
|
private |
◆ mTextPreview
◆ rawmsg
| const std::string Setup_Colors::rawmsg = _("This is what the color looks like") |
|
staticprivate |
The documentation for this class was generated from the following files: