okteta
Kasten2::AbstractView Class Referenceabstract
#include <abstractview.h>
Inheritance diagram for Kasten2::AbstractView:

Signals | |
| void | focusChanged (bool hasFocus) |
Signals inherited from Kasten2::AbstractModel | |
| void | modifiableChanged (bool isModifiable) |
| void | readOnlyChanged (bool isReadOnly) |
| void | titleChanged (const QString &newTitle) |
Public Member Functions | |
| AbstractView (AbstractModel *baseModel=0) | |
| virtual | ~AbstractView () |
| virtual bool | hasFocus () const =0 |
| virtual void | setFocus ()=0 |
| virtual QWidget * | widget () const =0 |
Public Member Functions inherited from Kasten2::AbstractModel | |
| virtual | ~AbstractModel () |
| AbstractModel * | baseModel () const |
| template<typename T > | |
| T | findBaseModel () const |
| template<typename T > | |
| AbstractModel * | findBaseModelWithInterface () const |
| virtual bool | isModifiable () const |
| virtual bool | isReadOnly () const |
| virtual void | setReadOnly (bool isReadOnly) |
| virtual QString | title () const =0 |
Additional Inherited Members | |
Protected Member Functions inherited from Kasten2::AbstractModel | |
| AbstractModel (AbstractModel *baseModel=0) | |
| AbstractModel (AbstractModelPrivate *d) | |
| void | setBaseModel (AbstractModel *baseModel) |
Protected Attributes inherited from Kasten2::AbstractModel | |
| AbstractModelPrivate *const | d_ptr |
Detailed Description
Definition at line 38 of file abstractview.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 29 of file abstractview.cpp.
|
virtual |
Definition at line 34 of file abstractview.cpp.
Member Function Documentation
|
signal |
|
pure virtual |
Implemented in Kasten2::ByteArrayView, and Kasten2::DummyView.
|
pure virtual |
Implemented in Kasten2::ByteArrayView, and Kasten2::DummyView.
|
pure virtual |
Implemented in Kasten2::ByteArrayView, and Kasten2::DummyView.
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
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.
KDE API Reference
Signals inherited from