![]()  | 
  
    ManaPlus
    
   | 
 
#include <opengllistmodel.h>
  
Public Member Functions | |
| OpenGLListModel () | |
| int | getNumberOfElements () | 
| std::string | getElementAt (int i) | 
  Public Member Functions inherited from ListModel | |
| ListModel () | |
| virtual | ~ListModel () | 
Definition at line 31 of file opengllistmodel.h.
      
  | 
  inline | 
Definition at line 34 of file opengllistmodel.h.
      
  | 
  inlinevirtual | 
Gets an element at a certain index in the list.
| i | An index in the list. | 
Implements ListModel.
Definition at line 43 of file opengllistmodel.h.
References getNumberOfElements(), and OPENGL_NAME.
      
  | 
  inlinevirtual | 
Gets the number of elements in the list.
Implements ListModel.
Definition at line 40 of file opengllistmodel.h.
References renderModesListSize.
Referenced by getElementAt().