StringListModel Class Reference

#include <widgets.h>

List of all members.

Public Member Functions

 StringListModel ()
int getNumberOfElements ()
std::string getElementAt (int i)
void add (std::string str)

Private Attributes

std::vector< std::string > mStrings


Constructor & Destructor Documentation

StringListModel::StringListModel (  )  [inline]


Member Function Documentation

int StringListModel::getNumberOfElements (  )  [inline]

std::string StringListModel::getElementAt ( int  i  )  [inline]

void StringListModel::add ( std::string  str  )  [inline]


Member Data Documentation

std::vector<std::string> StringListModel::mStrings [private]


The documentation for this class was generated from the following file:
Generated on Wed Feb 21 21:50:47 2007 for Minup by  doxygen 1.5.1-p1