ManaPlus
Public Member Functions | Private Attributes
Setup_Relations Class Reference

#include <setup_relations.h>

Inheritance diagram for Setup_Relations:
SetupTab PlayerRelationsListener Container ActionListener WidgetListener BasicContainer2 BasicContainer Widget WidgetDeathListener Widget2

Public Member Functions

 Setup_Relations (const Widget2 *const widget)
 
 ~Setup_Relations ()
 
void apply ()
 
void cancel ()
 
void reset ()
 
void action (const ActionEvent &event)
 
void updatedPlayer (const std::string &name)
 
void updateAll ()
 
void externalUpdated ()
 
- Public Member Functions inherited from SetupTab
const std::string & getName () const
 
virtual void externalUnloaded ()
 
- 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)
 
virtual void clear ()
 
- 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 widgetResized (const Event &event)
 
virtual void widgetMoved (const Event &event)
 
virtual void widgetHidden (const Event &event)
 
virtual void widgetShown (const Event &event)
 
- Public Member Functions inherited from PlayerRelationsListener
virtual ~PlayerRelationsListener ()
 

Private Attributes

StaticTableModelmPlayerTableTitleModel
 
PlayerTableModelmPlayerTableModel
 
GuiTablemPlayerTable
 
GuiTablemPlayerTitleTable
 
ScrollAreamPlayerScrollArea
 
CheckBoxmDefaultTrading
 
CheckBoxmDefaultWhisper
 
ButtonmDeleteButton
 
ListModelmIgnoreActionChoicesModel
 
DropDownmIgnoreActionChoicesBox
 

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 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 Member Functions inherited from PlayerRelationsListener
 PlayerRelationsListener ()
 
- 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 40 of file setup_relations.h.

Constructor & Destructor Documentation

◆ Setup_Relations()

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

Definition at line 64 of file setup_relations.cpp.

64  :
65  SetupTab(widget),
72  mPlayerTable, Opaque_true, std::string())),
73  // TRANSLATORS: relation dialog button
74  mDefaultTrading(new CheckBox(this, _("Allow trading"),
76  nullptr, std::string())),
77  // TRANSLATORS: relation dialog button
78  mDefaultWhisper(new CheckBox(this, _("Allow whispers"),
80  nullptr, std::string())),
81  // TRANSLATORS: relation dialog button
82  mDeleteButton(new Button(this, _("Delete"), ACTION_DELETE,
83  BUTTON_SKIN, this)),
86  false, Modal_false, nullptr, std::string()))
87 {
88  // TRANSLATORS: relation dialog name
89  setName(_("Relations"));
90 
92 
97  ThemeColorId::TABLE_BACKGROUND, 255U));
99 
100  for (int i = 0; i < COLUMNS_NR; i++)
101  {
102  mPlayerTableTitleModel->set(0, i, new Label(
103  this, gettext(table_titles[i])));
104  }
105 
107 
112 
113  // TRANSLATORS: relation dialog label
114  Label *const ignore_action_label = new Label(this, _("When ignoring:"));
115 
118 
119  int ignore_strategy_index = 0; // safe default
120 
121  if (playerRelations.getPlayerIgnoreStrategy() != nullptr)
122  {
123  ignore_strategy_index = playerRelations.getPlayerIgnoreStrategyIndex(
125  if (ignore_strategy_index < 0)
126  ignore_strategy_index = 0;
127  }
128  mIgnoreActionChoicesBox->setSelected(ignore_strategy_index);
130 
131  reset();
132 
133  // Do the layout
134  LayoutHelper h(this);
135  ContainerPlacer place = h.getPlacer(0, 0);
136 
137  place(0, 0, mPlayerTitleTable, 6, 1);
138  place(0, 1, mPlayerScrollArea, 6, 4).setPadding(2);
139  place(0, 5, mDeleteButton, 1, 1);
140  place(3, 5, ignore_action_label, 1, 1);
141  place(4, 5, mIgnoreActionChoicesBox, 2, 1).setPadding(2);
142  place(3, 6, mDefaultTrading, 3, 1);
143  place(3, 7, mDefaultWhisper, 3, 1);
144 
146 
147  setDimension(Rect(0, 0, 500, 350));
148 }
const std::string BUTTON_SKIN
Definition: button.h:89
Definition: button.h:102
void adjustHeight()
Definition: dropdown.cpp:470
void setSelected(int selected)
Definition: dropdown.cpp:514
void setSelectableGui(bool b)
Definition: guitable.h:163
void setOpaque(Opaque opaque)
Definition: guitable.h:137
void setLinewiseSelection(bool linewise)
Definition: guitable.h:112
Definition: label.h:91
void addListener(PlayerRelationsListener *const listener)
unsigned int getDefault() const
int getPlayerIgnoreStrategyIndex(const std::string &shortname)
const PlayerIgnoreStrategy * getPlayerIgnoreStrategy() const
Definition: rect.h:74
void setHorizontalScrollPolicy(const ScrollPolicy hPolicy)
void setName(const std::string &name)
Definition: setuptab.h:68
SetupTab(const Widget2 *const widget)
Definition: setuptab.cpp:28
ListModel * mIgnoreActionChoicesModel
CheckBox * mDefaultTrading
GuiTable * mPlayerTable
ScrollArea * mPlayerScrollArea
DropDown * mIgnoreActionChoicesBox
Button * mDeleteButton
CheckBox * mDefaultWhisper
PlayerTableModel * mPlayerTableModel
StaticTableModel * mPlayerTableTitleModel
GuiTable * mPlayerTitleTable
void set(const int row, const int column, Widget *const widget)
Definition: tablemodel.cpp:94
void fixColumnWidth(const int column, const int width)
Definition: tablemodel.cpp:131
const Color & getThemeColor(const ThemeColorIdT type, const unsigned int alpha) const A_INLINE
Definition: widget2.h:45
void setBackgroundColor(const Color &color)
Definition: widget.h:425
void setActionEventId(const std::string &actionEventId)
Definition: widget.h:596
void setDimension(const Rect &dimension)
Definition: widget.cpp:169
void addActionListener(ActionListener *const actionListener)
Definition: widget.cpp:252
#define _(s)
Definition: gettext.h:35
const bool Modal_false
Definition: modal.h:30
const bool Opaque_false
Definition: opaque.h:30
const bool Opaque_true
Definition: opaque.h:30
PlayerRelationsManager playerRelations
static const unsigned int NAME_COLUMN_WIDTH
static const std::string ACTION_STRATEGY("strategy")
static const int COLUMNS_NR
static const unsigned int RELATION_CHOICE_COLUMN
static const unsigned int RELATION_CHOICE_COLUMN_WIDTH
static const int NAME_COLUMN
static const std::string ACTION_TABLE("table")
static const std::string ACTION_DELETE("delete")
static const char *const table_titles[COLUMNS_NR]
static const unsigned int WHISPER
static const unsigned int TRADE

References _, ACTION_STRATEGY(), ACTION_TABLE(), Widget::addActionListener(), PlayerRelationsManager::addListener(), DropDown::adjustHeight(), COLUMNS_NR, StaticTableModel::fixColumnWidth(), LayoutHelper::getPlacer(), PlayerRelationsManager::getPlayerIgnoreStrategy(), PlayerRelationsManager::getPlayerIgnoreStrategyIndex(), Widget2::getThemeColor(), mDefaultTrading, mDefaultWhisper, mDeleteButton, mIgnoreActionChoicesBox, mPlayerScrollArea, mPlayerTable, mPlayerTableTitleModel, mPlayerTitleTable, PlayerIgnoreStrategy::mShortName, NAME_COLUMN, NAME_COLUMN_WIDTH, Opaque_false, playerRelations, RELATION_CHOICE_COLUMN, RELATION_CHOICE_COLUMN_WIDTH, reset(), StaticTableModel::set(), Widget::setActionEventId(), Widget::setBackgroundColor(), Widget::setDimension(), ScrollArea::setHorizontalScrollPolicy(), GuiTable::setLinewiseSelection(), SetupTab::setName(), GuiTable::setOpaque(), GuiTable::setSelectableGui(), DropDown::setSelected(), ScrollArea::SHOW_NEVER, and table_titles.

◆ ~Setup_Relations()

Setup_Relations::~Setup_Relations ( )

Definition at line 150 of file setup_relations.cpp.

151 {
154 }
void removeListener(PlayerRelationsListener *const listener)
#define delete2(var)
Definition: delete2.h:25

References delete2, mIgnoreActionChoicesModel, playerRelations, and PlayerRelationsManager::removeListener().

Member Function Documentation

◆ action()

void Setup_Relations::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
actionEventThe event of the action.

Implements ActionListener.

Definition at line 197 of file setup_relations.cpp.

198 {
199  const std::string &eventId = event.getId();
200  if (eventId == ACTION_TABLE)
201  {
202  // temporarily eliminate ourselves: we are fully aware of this change,
203  // so there is no need for asynchronous updates. (In fact, thouse
204  // might destroy the widet that triggered them, which would be rather
205  // embarrassing.)
207 
208  const int row = mPlayerTable->getSelectedRow();
209  if (row >= 0)
211 
213  }
214  else if (eventId == ACTION_DELETE)
215  {
216  const int player_index = mPlayerTable->getSelectedRow();
217 
218  if (player_index < 0)
219  return;
220 
222  player_index));
223  }
224  else if (eventId == ACTION_STRATEGY)
225  {
226  const int sel = mIgnoreActionChoicesBox->getSelected();
227  if (sel < 0)
228  return;
229  PlayerIgnoreStrategy *const s =
231 
233  }
234 }
int getSelected() const
Definition: dropdown.cpp:509
int getSelectedRow() const
Definition: guitable.cpp:131
void setPlayerIgnoreStrategy(PlayerIgnoreStrategy *const strategy)
std::vector< PlayerIgnoreStrategy * > * getPlayerIgnoreStrategies()
void removePlayer(const std::string &name)
void updateModelInRow(const int row) const
std::string getPlayerAt(const int index) const

References ACTION_DELETE(), ACTION_STRATEGY(), ACTION_TABLE(), PlayerRelationsManager::addListener(), PlayerTableModel::getPlayerAt(), PlayerRelationsManager::getPlayerIgnoreStrategies(), DropDown::getSelected(), GuiTable::getSelectedRow(), mIgnoreActionChoicesBox, mPlayerTable, mPlayerTableModel, playerRelations, PlayerRelationsManager::removeListener(), PlayerRelationsManager::removePlayer(), PlayerRelationsManager::setPlayerIgnoreStrategy(), and PlayerTableModel::updateModelInRow().

◆ apply()

void Setup_Relations::apply ( )
virtual

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

Implements SetupTab.

Definition at line 176 of file setup_relations.cpp.

177 {
179 
180  const unsigned int old_default_relations = playerRelations.getDefault() &
182  playerRelations.setDefault(old_default_relations
185 
186  if (actorManager != nullptr)
188 
189  if (localPlayer != nullptr)
191 }
ActorManager * actorManager
void updatePlayerNames() const
bool isSelected() const
Definition: checkbox.h:147
void setCheckNameSetting(const bool checked)
Definition: localplayer.h:349
void setDefault(const unsigned int permissions)
LocalPlayer * localPlayer

References actorManager, PlayerRelationsManager::getDefault(), CheckBox::isSelected(), localPlayer, mDefaultTrading, mDefaultWhisper, playerRelations, LocalPlayer::setCheckNameSetting(), PlayerRelationsManager::setDefault(), PlayerRelationsManager::store(), PlayerRelation::TRADE, ActorManager::updatePlayerNames(), and PlayerRelation::WHISPER.

◆ cancel()

void Setup_Relations::cancel ( )
virtual

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

Implements SetupTab.

Definition at line 193 of file setup_relations.cpp.

194 {
195 }

◆ externalUpdated()

void Setup_Relations::externalUpdated ( )
virtual

◆ reset()

void Setup_Relations::reset ( )

Definition at line 157 of file setup_relations.cpp.

158 {
159  // We now have to search through the list of ignore choices to find the
160  // current selection. We could use an index into the table of config
161  // options in playerRelations instead of strategies to sidestep this.
162  int selection = 0;
163  for (size_t i = 0, sz = playerRelations.getPlayerIgnoreStrategies()
164  ->size(); i < sz; ++ i)
165  {
168  {
169  selection = CAST_S32(i);
170  break;
171  }
172  }
174 }
#define CAST_S32
Definition: cast.h:30

References CAST_S32, PlayerRelationsManager::getPlayerIgnoreStrategies(), PlayerRelationsManager::getPlayerIgnoreStrategy(), mIgnoreActionChoicesBox, playerRelations, and DropDown::setSelected().

Referenced by Setup_Relations(), and updateAll().

◆ updateAll()

void Setup_Relations::updateAll ( )
virtual

Implements PlayerRelationsListener.

Definition at line 247 of file setup_relations.cpp.

248 {
249  PlayerTableModel *const model = new PlayerTableModel(this);
250  mPlayerTable->setModel(model);
251  delete mPlayerTableModel;
252  mPlayerTableModel = model;
253  int ignore_strategy_index = 0; // safe default
254 
255  if (playerRelations.getPlayerIgnoreStrategy() != nullptr)
256  {
257  ignore_strategy_index = playerRelations.getPlayerIgnoreStrategyIndex(
259  if (ignore_strategy_index < 0)
260  ignore_strategy_index = 0;
261  }
262  mIgnoreActionChoicesBox->setSelected(ignore_strategy_index);
264  reset();
265 }
void setModel(TableModel *const m)
Definition: guitable.cpp:85

References DropDown::adjustHeight(), PlayerRelationsManager::getPlayerIgnoreStrategy(), PlayerRelationsManager::getPlayerIgnoreStrategyIndex(), mIgnoreActionChoicesBox, mPlayerTable, mPlayerTableModel, PlayerIgnoreStrategy::mShortName, playerRelations, reset(), GuiTable::setModel(), and DropDown::setSelected().

◆ updatedPlayer()

void Setup_Relations::updatedPlayer ( const std::string &  name)
virtual

Field Documentation

◆ mDefaultTrading

CheckBox* Setup_Relations::mDefaultTrading
private

Definition at line 71 of file setup_relations.h.

Referenced by apply(), externalUpdated(), Setup_Relations(), and updatedPlayer().

◆ mDefaultWhisper

CheckBox* Setup_Relations::mDefaultWhisper
private

Definition at line 72 of file setup_relations.h.

Referenced by apply(), externalUpdated(), Setup_Relations(), and updatedPlayer().

◆ mDeleteButton

Button* Setup_Relations::mDeleteButton
private

Definition at line 74 of file setup_relations.h.

Referenced by Setup_Relations().

◆ mIgnoreActionChoicesBox

DropDown* Setup_Relations::mIgnoreActionChoicesBox
private

Definition at line 77 of file setup_relations.h.

Referenced by action(), reset(), Setup_Relations(), and updateAll().

◆ mIgnoreActionChoicesModel

ListModel* Setup_Relations::mIgnoreActionChoicesModel
private

Definition at line 76 of file setup_relations.h.

Referenced by ~Setup_Relations().

◆ mPlayerScrollArea

ScrollArea* Setup_Relations::mPlayerScrollArea
private

Definition at line 69 of file setup_relations.h.

Referenced by Setup_Relations().

◆ mPlayerTable

GuiTable* Setup_Relations::mPlayerTable
private

Definition at line 67 of file setup_relations.h.

Referenced by action(), Setup_Relations(), and updateAll().

◆ mPlayerTableModel

PlayerTableModel* Setup_Relations::mPlayerTableModel
private

Definition at line 66 of file setup_relations.h.

Referenced by action(), updateAll(), and updatedPlayer().

◆ mPlayerTableTitleModel

StaticTableModel* Setup_Relations::mPlayerTableTitleModel
private

Definition at line 65 of file setup_relations.h.

Referenced by Setup_Relations().

◆ mPlayerTitleTable

GuiTable* Setup_Relations::mPlayerTitleTable
private

Definition at line 68 of file setup_relations.h.

Referenced by Setup_Relations().


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