ManaPlus
Public Member Functions | Private Attributes
Setup_Visual Class Reference

#include <setup_visual.h>

Inheritance diagram for Setup_Visual:
SetupTabScroll SetupTab Container ActionListener WidgetListener BasicContainer2 BasicContainer Widget WidgetDeathListener Widget2

Public Member Functions

 Setup_Visual (const Widget2 *const widget)
 
 ~Setup_Visual ()
 
void apply ()
 
- Public Member Functions inherited from SetupTabScroll
 SetupTabScroll (const Widget2 *const widget)
 
 ~SetupTabScroll ()
 
void addControl (SetupItem *const widget)
 
void addControl (SetupItem *const widget, const std::string &event)
 
VertContainergetContainer () const
 
void apply ()
 
void cancel ()
 
void externalUpdated ()
 
void externalUnloaded ()
 
void action (const ActionEvent &event)
 
int getPreferredFirstItemSize () const
 
void widgetResized (const Event &event)
 
void reread (const std::string &name)
 
void clear ()
 
const std::set< SetupItem * > & getAllItems () const
 
- Public Member Functions inherited from SetupTab
const std::string & getName () const
 
- Public Member Functions inherited from Container
 Container (const Widget2 *const widget)
 
 ~Container ()
 
bool safeRemove (Widget *const widget)
 
void removeControls ()
 
- Public Member Functions inherited from BasicContainer2
 BasicContainer2 (const Widget2 *const widget)
 
 ~BasicContainer2 ()
 
void setOpaque (Opaque opaque)
 
bool isOpaque () const
 
virtual void add (Widget *const widget)
 
void addXY (Widget *const widget, const int x, const int y)
 
void draw (Graphics *const graphics)
 
void safeDraw (Graphics *const graphics)
 
- Public Member Functions inherited from BasicContainer
 BasicContainer (const Widget2 *const widget)
 
 ~BasicContainer ()
 
void showWidgetPart (Widget *const widget, const Rect &area)
 
void moveToTop (Widget *const widget)
 
void moveToBottom (Widget *const widget)
 
Rect getChildrenArea ()
 
void focusNext ()
 
void focusPrevious ()
 
void logic ()
 
void setFocusHandler (FocusHandler *const focusHandler)
 
void setInternalFocusHandler (FocusHandler *const focusHandler)
 
WidgetgetWidgetAt (int x, int y)
 
void death (const Event &event)
 
WidgetfindFirstWidget (const std::set< Widget * > &list)
 
void add (Widget *const widget)
 
virtual void remove (Widget *const widget)
 
- Public Member Functions inherited from Widget
 Widget (const Widget2 *const widget)
 
 ~Widget ()
 
virtual void drawFrame (Graphics *graphics)
 
virtual void safeDrawFrame (Graphics *graphics)
 
void setFrameSize (const unsigned int frameSize)
 
unsigned int getFrameSize () const
 
WidgetgetParent () const
 
void setWidth (const int width)
 
int getWidth () const
 
void setHeight (const int height)
 
int getHeight () const
 
void setSize (const int width, const int height)
 
void setX (const int x)
 
int getX () const
 
void setY (const int y)
 
int getY () const
 
void setPosition (const int x, const int y)
 
void setDimension (const Rect &dimension)
 
const RectgetDimension () const
 
void setFocusable (const bool focusable)
 
bool isFocusable () const
 
virtual bool isFocused () const
 
void setEnabled (const bool enabled)
 
bool isEnabled () const
 
void setVisible (Visible visible)
 
bool isVisible () const
 
void setBaseColor (const Color &color)
 
const ColorgetBaseColor () const
 
void setForegroundColor (const Color &color)
 
const ColorgetForegroundColor () const
 
void setBackgroundColor (const Color &color)
 
const ColorgetBackgroundColor () const
 
virtual void requestFocus ()
 
virtual void requestMoveToTop ()
 
virtual void requestMoveToBottom ()
 
FocusHandlergetFocusHandler ()
 
void addActionListener (ActionListener *const actionListener)
 
void removeActionListener (ActionListener *const actionListener)
 
void addDeathListener (WidgetDeathListener *const deathListener)
 
void removeDeathListener (WidgetDeathListener *const deathListener)
 
void addMouseListener (MouseListener *const mouseListener)
 
void removeMouseListener (MouseListener *const mouseListener)
 
void addKeyListener (KeyListener *const keyListener)
 
void removeKeyListener (KeyListener *const keyListener)
 
void addFocusListener (FocusListener *const focusListener)
 
void removeFocusListener (FocusListener *const focusListener)
 
void addWidgetListener (WidgetListener *const widgetListener)
 
void removeWidgetListener (WidgetListener *const widgetListener)
 
void setActionEventId (const std::string &actionEventId)
 
const std::string & getActionEventId () const
 
virtual void getAbsolutePosition (int &x, int &y) const
 
virtual void setParent (Widget *parent)
 
FontgetFont () const
 
void setFont (Font *const font)
 
virtual void fontChanged ()
 
bool isTabInEnabled () const
 
void setTabInEnabled (const bool enabled)
 
bool isTabOutEnabled () const
 
void setTabOutEnabled (const bool enabled)
 
void requestModalFocus ()
 
virtual void requestModalMouseInputFocus ()
 
virtual void releaseModalFocus ()
 
virtual void releaseModalMouseInputFocus ()
 
virtual bool isModalFocused () const
 
virtual bool isModalMouseInputFocused () const
 
const std::list< MouseListener * > & getMouseListeners () const A_CONST
 
const std::list< KeyListener * > & getKeyListeners () const A_CONST
 
const std::list< FocusListener * > & getFocusListeners () const A_CONST
 
virtual FocusHandlergetInternalFocusHandler ()
 
void setInternalFocusHandler (FocusHandler *const internalFocusHandler)
 
void setId (const std::string &id)
 
const std::string & getId () const
 
virtual void showPart (const Rect &rectangle)
 
bool isAllowLogic () const
 
void setMouseConsume (const bool b)
 
bool isMouseConsume () const
 
void setRedraw (const bool b)
 
virtual bool isSelectable () const
 
void setSelectable (const bool selectable)
 
void windowResized ()
 
virtual void postInit ()
 
- Public Member Functions inherited from Widget2
virtual ~Widget2 ()
 
const ColorgetThemeColor (const ThemeColorIdT type, const unsigned int alpha) const A_INLINE
 
const ColorgetThemeCharColor (const signed char c, bool &valid) const A_INLINE
 
virtual void setWidget2 (const Widget2 *const widget)
 
void setPalette (int palette)
 
void checkPalette ()
 
void setForegroundColor2 (const Color &color)
 
WidgetgetWindow () const
 
virtual void setWindow (Widget *const window)
 
- Public Member Functions inherited from WidgetDeathListener
virtual ~WidgetDeathListener ()
 
- Public Member Functions inherited from ActionListener
virtual ~ActionListener ()
 
- Public Member Functions inherited from WidgetListener
virtual ~WidgetListener ()
 
virtual void widgetMoved (const Event &event)
 
virtual void widgetHidden (const Event &event)
 
virtual void widgetShown (const Event &event)
 

Private Attributes

NamesModelmSpeachList
 
NamesModelmAmbientFxList
 
SetupItemNamesmParticleList
 
NamesModelmParticleTypeList
 
NamesModelmVSyncList
 
NamesModelmScaleList
 

Additional Inherited Members

- Static Public Member Functions inherited from Widget
static void setGlobalFont (Font *const font)
 
static FontgetGloablFont ()
 
static void cleanGlobalFont ()
 
static bool widgetExists (const Widget *const widget)
 
static void distributeWindowResizeEvent ()
 
static WidgetcallPostInit (Widget *const widget)
 
- Data Fields inherited from Widget
Visible mVisible
 
- Protected Types inherited from BasicContainer
typedef std::vector< Widget * > WidgetList
 
typedef WidgetList::iterator WidgetListIterator
 
typedef WidgetList::const_iterator WidgetListConstIterator
 
typedef WidgetList::reverse_iterator WidgetListReverseIterator
 
typedef WidgetList::const_reverse_iterator WidgetListCReverseIterator
 
- Protected Types inherited from Widget
typedef std::list< MouseListener * > MouseListenerList
 
typedef MouseListenerList::iterator MouseListenerIterator
 
typedef std::list< KeyListener * > KeyListenerList
 
typedef KeyListenerList::iterator KeyListenerIterator
 
typedef std::list< ActionListener * > ActionListenerList
 
typedef ActionListenerList::iterator ActionListenerIterator
 
typedef std::list< WidgetDeathListener * > WidgetDeathListenerList
 
typedef WidgetDeathListenerList::iterator WidgetDeathListenerIterator
 
typedef std::list< FocusListener * > FocusListenerList
 
typedef FocusListenerList::iterator FocusListenerIterator
 
typedef std::list< WidgetListener * > WidgetListenerList
 
typedef WidgetListenerList::iterator WidgetListenerIterator
 
- Protected Member Functions inherited from SetupTabScroll
void removeItems ()
 
- Protected Member Functions inherited from SetupTab
 SetupTab (const Widget2 *const widget)
 
void setName (const std::string &name)
 
- Protected Member Functions inherited from BasicContainer
virtual void drawChildren (Graphics *const graphics)
 
virtual void safeDrawChildren (Graphics *const graphics)
 
virtual void logicChildren ()
 
- Protected Member Functions inherited from Widget
void distributeActionEvent ()
 
void distributeResizedEvent ()
 
void distributeMovedEvent ()
 
void distributeHiddenEvent ()
 
void distributeShownEvent ()
 
- Protected Member Functions inherited from Widget2
 Widget2 (const Widget2 *const widget)
 
- Protected Member Functions inherited from WidgetDeathListener
 WidgetDeathListener ()
 
- Protected Member Functions inherited from ActionListener
 ActionListener ()
 
- Protected Member Functions inherited from WidgetListener
 WidgetListener ()
 
- Protected Attributes inherited from SetupTabScroll
VertContainermContainer
 
ScrollAreamScroll
 
std::map< std::string, SetupItem * > mItems
 
std::set< SetupItem * > mAllItems
 
int mPreferredFirstItemSize
 
- Protected Attributes inherited from BasicContainer2
Opaque mOpaque
 
- Protected Attributes inherited from BasicContainer
WidgetList mWidgets
 
WidgetList mLogicWidgets
 
- Protected Attributes inherited from Widget
MouseListenerList mMouseListeners
 
KeyListenerList mKeyListeners
 
ActionListenerList mActionListeners
 
WidgetDeathListenerList mDeathListeners
 
FocusListenerList mFocusListeners
 
WidgetListenerList mWidgetListeners
 
Color mForegroundColor
 
Color mBackgroundColor
 
Color mBaseColor
 
Rect mDimension
 
std::string mActionEventId
 
std::string mId
 
FocusHandlermFocusHandler
 
FocusHandlermInternalFocusHandler
 
WidgetmParent
 
FontmCurrentFont
 
unsigned int mFrameSize
 
bool mFocusable
 
bool mTabIn
 
bool mTabOut
 
bool mEnabled
 
bool mAllowLogic
 
bool mMouseConsume
 
bool mRedraw
 
bool mSelectable
 
- Protected Attributes inherited from Widget2
int mPaletteOffset
 
WidgetmWindow
 
Color mForegroundColor2
 
- Static Protected Attributes inherited from Widget
static FontmGlobalFont = 0
 

Detailed Description

Definition at line 31 of file setup_visual.h.

Constructor & Destructor Documentation

◆ Setup_Visual()

Setup_Visual::Setup_Visual ( const Widget2 *const  widget)
explicit

Definition at line 88 of file setup_visual.cpp.

88  :
89  SetupTabScroll(widget),
96 {
97  // TRANSLATORS: settings tab name
98  setName(_("Visual"));
99  // Do the layout
100  LayoutHelper h(this);
101  ContainerPlacer place = h.getPlacer(0, 0);
102  place(0, 0, mScroll, 10, 10);
103 
105 
106  // TRANSLATORS: settings option
107  new SetupItemLabel(_("Scale"), "", this,
109 
110  for (int f = 1; f <= 7; f ++)
111  {
112  // TRANSLATORS: particle details
113  mScaleList->add(toString(f) + "x");
114  }
115  // TRANSLATORS: settings option
116  new SetupItemSliderInt(_("Scale"), "",
117  "scale", this, "scaleEvent", mScaleList, 1,
119 
120  // TRANSLATORS: settings option
121  new SetupItemLabel(_("Notifications"), "", this,
123 
124  // TRANSLATORS: settings option
125  new SetupItemCheckBox(_("Show pickup notifications in chat"), "",
126  "showpickupchat", this, "showpickupchatEvent",
128 
129  // TRANSLATORS: settings option
130  new SetupItemCheckBox(_("Show pickup notifications as particle effects"),
131  "", "showpickupparticle", this, "showpickupparticleEvent",
133 
134  // TRANSLATORS: settings option
135  new SetupItemLabel(_("Effects"), "", this,
137 
138 #ifndef ANDROID
139  // TRANSLATORS: settings option
140  new SetupItemCheckBox(_("Grab mouse and keyboard input"),
141  "", "grabinput", this, "grabinputEvent",
143 #endif // ANDROID
144 
145  // TRANSLATORS: settings option
146  new SetupItemCheckBox(_("Blurring textures (OpenGL)"),
147  "", "blur", this, "blurEvent",
149 
150  // TRANSLATORS: settings option
151  new SetupItemSlider(_("Gui opacity"), "", "guialpha",
152  this, "guialphaEvent", 0.1, 1.01, 0.1, 150,
155 
156  // TRANSLATORS: settings option
157  new SetupItemCheckBox(_("Enable gui opacity"),
158  "", "enableGuiOpacity", this, "enableGuiOpacityEvent",
160 
162  // TRANSLATORS: settings option
163  new SetupItemDropDown(_("Overhead text"), "", "speech", this,
164  "speechEvent", mSpeachList, 200,
166 
168  // TRANSLATORS: settings option
169  new SetupItemDropDown(_("Ambient FX"), "", "OverlayDetail", this,
170  "OverlayDetailEvent", mAmbientFxList, 100,
172 
173  // TRANSLATORS: settings option
174  new SetupItemCheckBox(_("Show particle effects"), "",
175  "particleeffects", this, "particleeffectsEvent",
177 
178  // TRANSLATORS: settings option
179  new SetupItemCheckBox(_("Show particle effects from maps"), "",
180  "mapparticleeffects", this, "mapparticleeffectsEvent",
182 
183  // TRANSLATORS: particle details
184  mParticleList->push_back(_("low"));
185  // TRANSLATORS: particle details
186  mParticleList->push_back(_("medium"));
187  // TRANSLATORS: particle details
188  mParticleList->push_back(_("high"));
189  // TRANSLATORS: particle details
190  mParticleList->push_back(_("max"));
191  // TRANSLATORS: settings option
192  (new SetupItemSlider2(_("Particle detail"), "", "particleEmitterSkip",
193  this, "particleEmitterSkipEvent", 0, 3, 1, mParticleList,
196  DoNotAlign_false))->setInvertValue(3);
197 
200  // TRANSLATORS: settings option
201  new SetupItemDropDown(_("Particle physics"), "", "particleFastPhysics",
202  this, "particleFastPhysicsEvent", mParticleTypeList, 200,
204 
205 
206  // TRANSLATORS: settings group
207  new SetupItemLabel(_("Gamma"), "", this,
209 
210  // TRANSLATORS: settings option
211  new SetupItemCheckBox(_("Enable gamma control"),
212  "", "enableGamma", this, "enableGammaEvent",
214 
215  // TRANSLATORS: settings option
216  new SetupItemSlider(_("Gamma"), "", "gamma",
217  this, "gammeEvent", 1, 20, 1, 350,
220 
221 
222  // TRANSLATORS: settings group
223  new SetupItemLabel(_("Other"), "", this,
225 
227  // TRANSLATORS: settings option
228  new SetupItemDropDown(_("Vsync"), "", "vsync", this,
229  "vsyncEvent", mVSyncList, 100,
231 
232 #if defined(WIN32) || defined(__APPLE__)
233  // TRANSLATORS: settings option
234  new SetupItemCheckBox(_("Center game window"),
235  "", "centerwindow", this, "centerwindowEvent",
237 #endif // defined(WIN32) || defined(__APPLE__)
238 
239  // TRANSLATORS: settings option
240  new SetupItemCheckBox(_("Allow screensaver to run"),
241  "", "allowscreensaver", this, "allowscreensaverEvent",
243 
244 
245  // TRANSLATORS: settings group
246  new SetupItemLabel(_("Screenshots"), "", this,
248 
249  // TRANSLATORS: settings option
250  new SetupItemCheckBox(_("Add water mark into screenshots"),
251  "", "addwatermark", this, "addwatermarkEvent",
253 
254  setDimension(Rect(0, 0, 550, 350));
255 }
void add(const std::string &str)
Definition: namesmodel.h:53
void fillFromArray(const char *const *const arr, const std::size_t size)
Definition: namesmodel.cpp:52
Definition: rect.h:74
int mPreferredFirstItemSize
SetupTabScroll(const Widget2 *const widget)
ScrollArea * mScroll
void setName(const std::string &name)
Definition: setuptab.h:68
NamesModel * mSpeachList
Definition: setup_visual.h:43
SetupItemNames * mParticleList
Definition: setup_visual.h:45
NamesModel * mVSyncList
Definition: setup_visual.h:47
NamesModel * mAmbientFxList
Definition: setup_visual.h:44
NamesModel * mScaleList
Definition: setup_visual.h:48
NamesModel * mParticleTypeList
Definition: setup_visual.h:46
void setDimension(const Rect &dimension)
Definition: widget.cpp:169
const bool DoNotAlign_false
Definition: donotalign.h:30
#define _(s)
Definition: gettext.h:35
const bool MainConfig_true
Definition: mainconfig.h:30
std::string toString(T const &value)
converts any type to a string
Definition: catch.hpp:1774
const bool OnTheFly_false
Definition: onthefly.h:30
const bool OnTheFly_true
Definition: onthefly.h:30
const bool Separator_true
Definition: separator.h:30
static const char *const ambientFxList[]
static const int vSyncListSize
static const char *const vSyncList[]
static const int ambientFxListSize
static const char *const particleTypeList[]
static const int speachListSize
static const char *const speachList[]
static const int particleTypeListSize
std::vector< std::string > SetupItemNames
Definition: setupitem.h:451

References _, NamesModel::add(), ambientFxList, ambientFxListSize, DoNotAlign_false, NamesModel::fillFromArray(), LayoutHelper::getPlacer(), MainConfig_true, mAmbientFxList, mParticleList, mParticleTypeList, SetupTabScroll::mPreferredFirstItemSize, mScaleList, SetupTabScroll::mScroll, mSpeachList, mVSyncList, OnTheFly_false, OnTheFly_true, particleTypeList, particleTypeListSize, Separator_true, Widget::setDimension(), SetupTab::setName(), speachList, speachListSize, Catch::toString(), vSyncList, and vSyncListSize.

◆ ~Setup_Visual()

Setup_Visual::~Setup_Visual ( )

Definition at line 257 of file setup_visual.cpp.

258 {
265 }
#define delete2(var)
Definition: delete2.h:25

References delete2, mAmbientFxList, mParticleList, mParticleTypeList, mScaleList, mSpeachList, and mVSyncList.

Member Function Documentation

◆ apply()

void Setup_Visual::apply ( )
virtual

Called when the Apply button is pressed in the setup window.

Implements SetupTab.

Definition at line 267 of file setup_visual.cpp.

268 {
271 #ifndef WIN32
273 #endif // WIN32
274 }

References SetupTabScroll::apply(), WindowManager::applyGrabMode(), and WindowManager::applyScale().

Field Documentation

◆ mAmbientFxList

NamesModel* Setup_Visual::mAmbientFxList
private

Definition at line 44 of file setup_visual.h.

Referenced by Setup_Visual(), and ~Setup_Visual().

◆ mParticleList

SetupItemNames* Setup_Visual::mParticleList
private

Definition at line 45 of file setup_visual.h.

Referenced by Setup_Visual(), and ~Setup_Visual().

◆ mParticleTypeList

NamesModel* Setup_Visual::mParticleTypeList
private

Definition at line 46 of file setup_visual.h.

Referenced by Setup_Visual(), and ~Setup_Visual().

◆ mScaleList

NamesModel* Setup_Visual::mScaleList
private

Definition at line 48 of file setup_visual.h.

Referenced by Setup_Visual(), and ~Setup_Visual().

◆ mSpeachList

NamesModel* Setup_Visual::mSpeachList
private

Definition at line 43 of file setup_visual.h.

Referenced by Setup_Visual(), and ~Setup_Visual().

◆ mVSyncList

NamesModel* Setup_Visual::mVSyncList
private

Definition at line 47 of file setup_visual.h.

Referenced by Setup_Visual(), and ~Setup_Visual().


The documentation for this class was generated from the following files: