Freeciv-3.3
Loading...
Searching...
No Matches
Public Member Functions | Private Member Functions
plr_sorter Class Reference

#include <plrdlg.h>

+ Inheritance diagram for plr_sorter:

Public Member Functions

 plr_sorter (QObject *parent)
 
 ~plr_sorter ()
 

Private Member Functions

bool lessThan (const QModelIndex &left, const QModelIndex &right) const
 

Detailed Description

Definition at line 112 of file plrdlg.h.

Constructor & Destructor Documentation

◆ plr_sorter()

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::~plr_sorter ( )

Destructor for the player/nation dialog sorter

Definition at line 317 of file plrdlg.cpp.

Member Function Documentation

◆ lessThan()

bool plr_sorter::lessThan ( const QModelIndex left,
const QModelIndex right 
) const
private

Sort the player/nation dialog

Definition at line 324 of file plrdlg.cpp.