#include <setup_video.h>
|
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 36 of file setup_video.h.
◆ Setup_Video()
Setup_Video::Setup_Video |
( |
| ) |
|
◆ ~Setup_Video()
Setup_Video::~Setup_Video |
( |
| ) |
|
|
overridedefault |
◆ action()
void Setup_Video::action |
( |
const gcn::ActionEvent & |
event | ) |
|
|
override |
◆ apply()
void Setup_Video::apply |
( |
| ) |
|
|
overridevirtual |
◆ cancel()
void Setup_Video::cancel |
( |
| ) |
|
|
overridevirtual |
Called when the Cancel button is pressed in the setup window.
Implements SetupTab.
Definition at line 432 of file setup_video.cpp.
◆ refreshScaleList()
void Setup_Video::refreshScaleList |
( |
| ) |
|
|
private |
◆ mCustomCursorCheckBox
gcn::CheckBox* Setup_Video::mCustomCursorCheckBox |
|
private |
◆ mCustomCursorEnabled
bool Setup_Video::mCustomCursorEnabled |
|
private |
◆ mDisableSDLTransparencyCheckBox
gcn::CheckBox* Setup_Video::mDisableSDLTransparencyCheckBox |
|
private |
◆ mFps
◆ mFpsCheckBox
gcn::CheckBox* Setup_Video::mFpsCheckBox |
|
private |
◆ mFpsLabel
gcn::Label* Setup_Video::mFpsLabel |
|
private |
◆ mFpsSlider
gcn::Slider* Setup_Video::mFpsSlider |
|
private |
◆ mOpenGLCheckBox
gcn::CheckBox* Setup_Video::mOpenGLCheckBox |
|
private |
◆ mOverlayDetail
int Setup_Video::mOverlayDetail |
|
private |
◆ mOverlayDetailField
gcn::Label* Setup_Video::mOverlayDetailField |
|
private |
◆ mOverlayDetailSlider
gcn::Slider* Setup_Video::mOverlayDetailSlider |
|
private |
◆ mParticleDetail
int Setup_Video::mParticleDetail |
|
private |
◆ mParticleDetailField
gcn::Label* Setup_Video::mParticleDetailField |
|
private |
◆ mParticleDetailSlider
gcn::Slider* Setup_Video::mParticleDetailSlider |
|
private |
◆ mParticleEffectsCheckBox
gcn::CheckBox* Setup_Video::mParticleEffectsCheckBox |
|
private |
◆ mParticleEffectsEnabled
bool Setup_Video::mParticleEffectsEnabled |
|
private |
◆ mResolutionDropDown
gcn::DropDown* Setup_Video::mResolutionDropDown |
|
private |
◆ mResolutionListModel
◆ mScaleDropDown
◆ mScaleListModel
◆ mSDLTransparencyDisabled
bool Setup_Video::mSDLTransparencyDisabled |
|
private |
◆ mVideoSettings
◆ mVSyncCheckBox
gcn::CheckBox* Setup_Video::mVSyncCheckBox |
|
private |
◆ mWindowModeDropDown
gcn::DropDown* Setup_Video::mWindowModeDropDown |
|
private |
◆ mWindowModeListModel
std::unique_ptr<gcn::ListModel> Setup_Video::mWindowModeListModel |
|
private |
The documentation for this class was generated from the following files: