ManaPlus
Data Structures | Variables
sortlistmodelbuy.h File Reference

(986a3bf)

#include "gui/models/listmodel.h"
#include "utils/gettext.h"

Go to the source code of this file.

Data Structures

class  SortListModelBuy
 

Variables

static const char *const SORT_NAME_BUY [7]
 

Variable Documentation

◆ SORT_NAME_BUY

const char* const SORT_NAME_BUY[7]
static
Initial value:
=
{
(const_cast <char*>( "unsorted" )),
(const_cast <char*>( "by price" )),
(const_cast <char*>( "by name" )),
(const_cast <char*>( "by id" )),
(const_cast <char*>( "by weight" )),
(const_cast <char*>( "by amount" )),
(const_cast <char*>( "by type" ))
}

Definition at line 31 of file sortlistmodelbuy.h.

Referenced by SortListModelBuy::getElementAt().