okteta
AbstractGroupedViews Class Reference
#include <abstractgroupedviews.h>
Inheritance diagram for AbstractGroupedViews:

Detailed Description
Definition at line 33 of file abstractgroupedviews.h.
Public Slots | |
| virtual void | addView (KAbstractView *view)=0 |
| virtual void | removeView (KAbstractView *view)=0 |
Signals | |
| void | added (KAbstractView *view) |
| void | removing (KAbstractView *view) |
Public Member Functions | |
| AbstractGroupedViews () | |
| virtual QWidget * | widget () const =0 |
| virtual | ~AbstractGroupedViews () |
Constructor & Destructor Documentation
| AbstractGroupedViews::AbstractGroupedViews | ( | ) |
Definition at line 26 of file abstractgroupedviews.cpp.
| AbstractGroupedViews::~AbstractGroupedViews | ( | ) | [virtual] |
Definition at line 28 of file abstractgroupedviews.cpp.
Member Function Documentation
| void AbstractGroupedViews::added | ( | KAbstractView * | view | ) | [signal] |
| virtual void AbstractGroupedViews::addView | ( | KAbstractView * | view | ) | [pure virtual, slot] |
Implemented in ParallelViews, and TabbedViews.
| virtual void AbstractGroupedViews::removeView | ( | KAbstractView * | view | ) | [pure virtual, slot] |
Implemented in ParallelViews, and TabbedViews.
| void AbstractGroupedViews::removing | ( | KAbstractView * | view | ) | [signal] |
| virtual QWidget* AbstractGroupedViews::widget | ( | ) | const [pure virtual] |
Implemented in ParallelViews, and TabbedViews.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference