Planeshift
|
class pawsConfigEntityInteraction is option screen for configuration of player's interaction with entities More...
#include <pawsconfigentityinter.h>
Public Member Functions | |
virtual bool | Initialize () |
virtual bool | LoadConfig () |
sets content of dialog according to current configuration | |
virtual void | OnListAction (pawsListBox *selected, int status) |
Called whenever an item in a child list box is selected. | |
pawsConfigEntityInteraction () | |
virtual bool | PostSetup () |
This is called after the widget and all of it's children have been created. | |
virtual bool | SaveConfig () |
remembers settings in-game and saves them permanently to a file also | |
virtual void | SetDefault () |
sets content of dialog according to default configuration | |
Protected Attributes | |
psEntityTypes * | entTypes |
class pawsConfigEntityInteraction is option screen for configuration of player's interaction with entities
Definition at line 38 of file pawsconfigentityinter.h.
pawsConfigEntityInteraction::pawsConfigEntityInteraction | ( | ) |
virtual bool pawsConfigEntityInteraction::Initialize | ( | ) | [virtual] |
Implements pawsConfigSectionWindow.
virtual bool pawsConfigEntityInteraction::LoadConfig | ( | ) | [virtual] |
sets content of dialog according to current configuration
Implements pawsConfigSectionWindow.
virtual void pawsConfigEntityInteraction::OnListAction | ( | pawsListBox * | selected, |
int | status | ||
) | [virtual] |
Called whenever an item in a child list box is selected.
selected | The listbox that has the item selected. |
status | From listbox when a row is selected. |
Reimplemented from pawsWidget.
virtual bool pawsConfigEntityInteraction::PostSetup | ( | ) | [virtual] |
This is called after the widget and all of it's children have been created.
Reimplemented from pawsWidget.
virtual bool pawsConfigEntityInteraction::SaveConfig | ( | ) | [virtual] |
remembers settings in-game and saves them permanently to a file also
Implements pawsConfigSectionWindow.
virtual void pawsConfigEntityInteraction::SetDefault | ( | ) | [virtual] |
sets content of dialog according to default configuration
Implements pawsConfigSectionWindow.
psEntityTypes* pawsConfigEntityInteraction::entTypes [protected] |
Definition at line 54 of file pawsconfigentityinter.h.