okteta
Kasten2::SingleViewAreaPrivate Class Reference
#include <singleviewarea_p.h>
Inheritance diagram for Kasten2::SingleViewAreaPrivate:

Public Member Functions | |
| SingleViewAreaPrivate (SingleViewArea *parent) | |
| virtual | ~SingleViewAreaPrivate () |
| bool | hasFocus () const |
| void | init () |
| void | setCurrentToolInlineView (AbstractToolInlineView *view) |
| void | setFocus () |
| void | setView (AbstractView *view) |
| QWidget * | widget () const |
Public Member Functions inherited from Kasten2::AbstractViewAreaPrivate | |
| AbstractViewAreaPrivate (AbstractViewArea *viewArea) | |
| virtual | ~AbstractViewAreaPrivate () |
Protected Attributes | |
| AbstractView * | mCurrentView |
| ViewAreaBox * | mViewAreaBox |
Protected Attributes inherited from Kasten2::AbstractViewAreaPrivate | |
| AbstractViewArea *const | q_ptr |
Detailed Description
Definition at line 39 of file singleviewarea_p.h.
Constructor & Destructor Documentation
|
explicit |
|
virtual |
Member Function Documentation
|
inline |
Definition at line 70 of file singleviewarea_p.h.
| void Kasten2::SingleViewAreaPrivate::init | ( | ) |
| void Kasten2::SingleViewAreaPrivate::setCurrentToolInlineView | ( | AbstractToolInlineView * | view | ) |
|
inline |
Definition at line 75 of file singleviewarea_p.h.
| void Kasten2::SingleViewAreaPrivate::setView | ( | AbstractView * | view | ) |
|
inline |
Definition at line 69 of file singleviewarea_p.h.
Member Data Documentation
|
protected |
Definition at line 65 of file singleviewarea_p.h.
|
protected |
Definition at line 64 of file singleviewarea_p.h.
The documentation for this class was generated from the following file:
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
Public Member Functions inherited from