okteta
#include <tabbedviews.h>

Signals | |
| void | dataDropped (const QMimeData *mimeData) |
| void | dataOffered (const QMimeData *mimeData, bool &accepted) |
Signals inherited from Kasten2::AbstractGroupedViews | |
| 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 | |
| TabbedViews () | |
| virtual | ~TabbedViews () |
| virtual void | addViews (const QList< AbstractView * > &views) |
| virtual bool | hasFocus () const |
| int | indexOf (AbstractView *view) const |
| virtual void | removeViews (const QList< AbstractView * > &views) |
| virtual void | setCurrentToolInlineView (AbstractToolInlineView *view) |
| virtual void | setFocus () |
| virtual void | setViewFocus (AbstractView *view) |
| virtual int | viewCount () const |
| virtual AbstractView * | viewFocus () const |
| virtual QList< AbstractView * > | viewList () const |
| virtual QWidget * | widget () const |
Public Member Functions inherited from Kasten2::AbstractGroupedViews | |
| virtual | ~AbstractGroupedViews () |
Public Member Functions inherited from Kasten2::AbstractViewArea | |
| virtual | ~AbstractViewArea () |
Public Member Functions inherited from Kasten2::If::ToolInlineViewable | |
| virtual | ~ToolInlineViewable () |
Protected Member Functions | |
| void | onCloseRequest (QWidget *widget)) Q_PRIVATE_SLOT(d_func() |
| void void void void void | onDragMoveEvent (const QDragMoveEvent *, bool &)) Q_PRIVATE_SLOT(d_func() |
| void void void void | onMouseMiddleClick ()) Q_PRIVATE_SLOT(d_func() |
| void void | onTitleChanged (const QString &title)) Q_PRIVATE_SLOT(d_func() |
| void void void | onViewFocusChanged (bool focusChanged)) Q_PRIVATE_SLOT(d_func() |
| Q_PRIVATE_SLOT (d_func(), void onCurrentChanged(int index)) Q_PRIVATE_SLOT(d_func() | |
Protected Member Functions inherited from Kasten2::AbstractGroupedViews | |
| AbstractGroupedViews () | |
| AbstractGroupedViews (AbstractGroupedViewsPrivate *d) | |
Protected Member Functions inherited from Kasten2::AbstractViewArea | |
| AbstractViewArea () | |
| AbstractViewArea (AbstractViewAreaPrivate *d) | |
Additional Inherited Members | |
Public Slots inherited from Kasten2::AbstractGroupedViews | |
Protected Attributes inherited from Kasten2::AbstractViewArea | |
| AbstractViewAreaPrivate *const | d_ptr |
Detailed Description
Definition at line 41 of file tabbedviews.h.
Constructor & Destructor Documentation
| Kasten2::TabbedViews::TabbedViews | ( | ) |
Definition at line 31 of file tabbedviews.cpp.
|
virtual |
Definition at line 126 of file tabbedviews.cpp.
Member Function Documentation
|
virtual |
Implements Kasten2::AbstractGroupedViews.
Definition at line 90 of file tabbedviews.cpp.
|
signal |
|
signal |
|
virtual |
Implements Kasten2::AbstractViewArea.
Definition at line 82 of file tabbedviews.cpp.
| int Kasten2::TabbedViews::indexOf | ( | AbstractView * | view | ) | const |
Definition at line 61 of file tabbedviews.cpp.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
virtual |
Implements Kasten2::AbstractGroupedViews.
Definition at line 97 of file tabbedviews.cpp.
|
virtual |
Implements Kasten2::If::ToolInlineViewable.
Definition at line 104 of file tabbedviews.cpp.
|
virtual |
Implements Kasten2::AbstractViewArea.
Definition at line 118 of file tabbedviews.cpp.
|
virtual |
Implements Kasten2::AbstractGroupedViews.
Definition at line 111 of file tabbedviews.cpp.
|
virtual |
Implements Kasten2::AbstractGroupedViews.
Definition at line 54 of file tabbedviews.cpp.
|
virtual |
Implements Kasten2::AbstractGroupedViews.
Definition at line 75 of file tabbedviews.cpp.
|
virtual |
Implements Kasten2::AbstractGroupedViews.
Definition at line 47 of file tabbedviews.cpp.
|
virtual |
Implements Kasten2::AbstractViewArea.
Definition at line 68 of file tabbedviews.cpp.
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