![]() |
Scanframe Modular Application 0.1.0
|
Holds all columns information. More...
#include <ListModel.h>
Classes | |
class | Item |
Holds column entry information. More... | |
Public Member Functions | |
void | clear () |
Clears all columns. | |
Item * | add () |
Adds a column. | |
const Item * | getItem (int index) const |
Gets an item in the column list. | |
int | count () const |
Gets the amount of columns. | |
Protected Member Functions | |
Columns (Private *prv) | |
Constructor passing the list model only for the list model to access. | |
Friends | |
class | Private |
Holds all columns information.
|
explicitprotected |
Constructor passing the list model only for the list model to access.
Item * sf::ListModel::Columns::add | ( | ) |
Adds a column.
void sf::ListModel::Columns::clear | ( | ) |
Clears all columns.
int sf::ListModel::Columns::count | ( | ) | const |
Gets the amount of columns.
const Item * sf::ListModel::Columns::getItem | ( | int | index | ) | const |
Gets an item in the column list.
|
friend |