Freeciv-3.3
|
#include <plrdlg.h>
Public Member Functions | |
plr_sorter (QObject *parent) | |
~plr_sorter () | |
Private Member Functions | |
bool | lessThan (const QModelIndex &left, const QModelIndex &right) const |
plr_sorter::plr_sorter | ( | QObject * | parent | ) |
Constructor for the player/nation dialog sorter
Definition at line 310 of file plrdlg.cpp.
plr_sorter::~plr_sorter | ( | ) |
Destructor for the player/nation dialog sorter
Definition at line 317 of file plrdlg.cpp.
|
private |
Sort the player/nation dialog
Definition at line 324 of file plrdlg.cpp.