Mana
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
GuiTableActionListener Class Reference
Inheritance diagram for GuiTableActionListener:

Public Member Functions

 GuiTableActionListener (GuiTable *table, gcn::Widget *widget, int row, int column)
 
 ~GuiTableActionListener () override
 
void action (const gcn::ActionEvent &actionEvent) override
 

Protected Attributes

GuiTablemTable
 
int mRow
 
int mColumn
 
gcn::Widget * mWidget
 

Detailed Description

Definition at line 35 of file table.cpp.

Constructor & Destructor Documentation

◆ GuiTableActionListener()

GuiTableActionListener::GuiTableActionListener ( GuiTable table,
gcn::Widget *  widget,
int  row,
int  column 
)

Definition at line 51 of file table.cpp.

◆ ~GuiTableActionListener()

GuiTableActionListener::~GuiTableActionListener ( )
override

Definition at line 64 of file table.cpp.

Member Function Documentation

◆ action()

void GuiTableActionListener::action ( const gcn::ActionEvent &  actionEvent)
override

Definition at line 73 of file table.cpp.

Member Data Documentation

◆ mColumn

int GuiTableActionListener::mColumn
protected

Definition at line 46 of file table.cpp.

◆ mRow

int GuiTableActionListener::mRow
protected

Definition at line 45 of file table.cpp.

◆ mTable

GuiTable* GuiTableActionListener::mTable
protected

Definition at line 44 of file table.cpp.

◆ mWidget

gcn::Widget* GuiTableActionListener::mWidget
protected

Definition at line 47 of file table.cpp.


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