ManaPlus
|
#include <fontsmodel.h>
Public Member Functions | |
FontsModel () | |
Public Member Functions inherited from NamesModel | |
NamesModel () | |
~NamesModel () | |
int | getNumberOfElements () |
std::string | getElementAt (int i) |
StringVect & | getNames () |
size_t | size () const |
void | clear () |
void | add (const std::string &str) |
void | fillFromArray (const char *const *const arr, const std::size_t size) |
void | fillFromVector (const StringVect &vect) |
Public Member Functions inherited from ListModel | |
ListModel () | |
virtual | ~ListModel () |
Additional Inherited Members | |
Protected Attributes inherited from NamesModel | |
StringVect | mNames |
Definition at line 31 of file fontsmodel.h.
|
inline |
Definition at line 34 of file fontsmodel.h.
References Theme::fillFontsList(), and NamesModel::mNames.