|
Sayonara Player
|
A mapping between a name and a sortorder. More...
#include <ActionPair.h>
Public Member Functions | |
| ActionPair (Lang::Term term, bool ascending, Library::SortOrder so) | |
| appends "Ascending" or "Descending" behind the name More... | |
| ActionPair (const ActionPair &other) | |
| ActionPair & | operator= (const ActionPair &other) |
| QString | name () const |
| Library::SortOrder | sortorder () const |
A mapping between a name and a sortorder.
| Library::ActionPair::ActionPair | ( | Lang::Term | term, |
| bool | ascending, | ||
| Library::SortOrder | so | ||
| ) |
appends "Ascending" or "Descending" behind the name
| t1 | a term like e.g. 'Lang::Title' |
| ascending | indicates if the so is ascending or descending |
| so |