Definition at line 60 of file setup_video.cpp.
Public Member Functions | |
ModeListModel () | |
Constructor. | |
virtual | ~ModeListModel () |
Destructor. | |
int | getNumberOfElements () |
Returns the number of elements in container. | |
std::string | getElementAt (int i) |
Returns element from container. | |
Private Attributes | |
std::vector< std::string > | mVideoModes |
ModeListModel::ModeListModel | ( | ) |
virtual ModeListModel::~ModeListModel | ( | ) | [inline, virtual] |
int ModeListModel::getNumberOfElements | ( | ) | [inline] |
std::string ModeListModel::getElementAt | ( | int | i | ) | [inline] |
std::vector<std::string> ModeListModel::mVideoModes [private] |
Definition at line 84 of file setup_video.cpp.