okteta
#include <abstractgroupedviews.h>

Public Slots | |
| virtual void | addViews (const QList< Kasten2::AbstractView * > &views)=0 |
| virtual void | removeViews (const QList< Kasten2::AbstractView * > &views)=0 |
| virtual void | setViewFocus (AbstractView *view)=0 |
Signals | |
| void | added (const QList< Kasten2::AbstractView * > &views) |
| void | closeRequest (const QList< Kasten2::AbstractView * > &views) |
| void | removing (const QList< Kasten2::AbstractView * > &views) |
| void | viewFocusChanged (Kasten2::AbstractView *view) |
Signals inherited from Kasten2::AbstractViewArea | |
| void | focusChanged (bool hasFocus) |
Public Member Functions | |
| virtual | ~AbstractGroupedViews () |
| virtual int | viewCount () const =0 |
| virtual AbstractView * | viewFocus () const =0 |
| virtual QList< AbstractView * > | viewList () const =0 |
Public Member Functions inherited from Kasten2::AbstractViewArea | |
| virtual | ~AbstractViewArea () |
| virtual bool | hasFocus () const =0 |
| virtual void | setFocus ()=0 |
| virtual QWidget * | widget () const =0 |
Protected Member Functions | |
| AbstractGroupedViews () | |
| AbstractGroupedViews (AbstractGroupedViewsPrivate *d) | |
Protected Member Functions inherited from Kasten2::AbstractViewArea | |
| AbstractViewArea () | |
| AbstractViewArea (AbstractViewAreaPrivate *d) | |
Additional Inherited Members | |
Protected Attributes inherited from Kasten2::AbstractViewArea | |
| AbstractViewAreaPrivate *const | d_ptr |
Detailed Description
Definition at line 37 of file abstractgroupedviews.h.
Constructor & Destructor Documentation
|
protected |
Definition at line 31 of file abstractgroupedviews.cpp.
|
explicitprotected |
Definition at line 36 of file abstractgroupedviews.cpp.
|
virtual |
Definition at line 41 of file abstractgroupedviews.cpp.
Member Function Documentation
|
signal |
|
pure virtualslot |
Implemented in Kasten2::MultiViewAreas, and Kasten2::TabbedViews.
|
signal |
|
pure virtualslot |
Implemented in Kasten2::MultiViewAreas, and Kasten2::TabbedViews.
|
signal |
|
pure virtualslot |
Implemented in Kasten2::MultiViewAreas, and Kasten2::TabbedViews.
|
pure virtual |
Implemented in Kasten2::MultiViewAreas, and Kasten2::TabbedViews.
|
pure virtual |
Implemented in Kasten2::MultiViewAreas, and Kasten2::TabbedViews.
|
signal |
|
pure virtual |
Implemented in Kasten2::MultiViewAreas, and Kasten2::TabbedViews.
The documentation for this class was generated from the following files:
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