ManaPlus
Data Structures | Variables
sortlistmodelinv.h File Reference

(986a3bf)

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

Go to the source code of this file.

Data Structures

class  SortListModelInv
 

Variables

static const char *const SORT_NAME_INVENTORY [6]
 

Variable Documentation

◆ SORT_NAME_INVENTORY

const char* const SORT_NAME_INVENTORY[6]
static
Initial value:
=
{
(const_cast <char*>( "default" )),
(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 30 of file sortlistmodelinv.h.

Referenced by SortListModelInv::getElementAt().