okteta
#include <abstractmodel.h>
Definition at line 40 of file abstractmodel.h.
Kasten2::AbstractModel::AbstractModel |
( |
AbstractModel * |
baseModel = 0 | ) |
|
|
explicitprotected |
Kasten2::AbstractModel::~AbstractModel |
( |
| ) |
|
|
virtual |
template<typename T >
T Kasten2::AbstractModel::findBaseModel |
( |
| ) |
const |
returns the first baseModel which is of type T, or null if none is found.
The search is started with the model itself
Definition at line 93 of file abstractmodel.h.
template<typename T >
AbstractModel * Kasten2::AbstractModel::findBaseModelWithInterface |
( |
| ) |
const |
returns the first baseModel which is of type T, or null if none is found.
The search is started with the model itself
Definition at line 109 of file abstractmodel.h.
bool Kasten2::AbstractModel::isModifiable |
( |
| ) |
const |
|
virtual |
bool Kasten2::AbstractModel::isReadOnly |
( |
| ) |
const |
|
virtual |
void Kasten2::AbstractModel::modifiableChanged |
( |
bool |
isModifiable | ) |
|
|
signal |
void Kasten2::AbstractModel::readOnlyChanged |
( |
bool |
isReadOnly | ) |
|
|
signal |
void Kasten2::AbstractModel::setBaseModel |
( |
AbstractModel * |
baseModel | ) |
|
|
protected |
void Kasten2::AbstractModel::setReadOnly |
( |
bool |
isReadOnly | ) |
|
|
virtual |
virtual QString Kasten2::AbstractModel::title |
( |
| ) |
const |
|
pure virtual |
void Kasten2::AbstractModel::titleChanged |
( |
const QString & |
newTitle | ) |
|
|
signal |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:12 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.