Konsole
Konsole::StackedViewContainer Class Reference
A plain view container with no navigation display. More...
#include <ViewContainer.h>

Public Member Functions | |
virtual QWidget * | activeView () const |
virtual QWidget * | containerWidget () const |
virtual void | setActiveView (QWidget *view) |
StackedViewContainer (QObject *parent) | |
virtual | ~StackedViewContainer () |
Protected Member Functions | |
virtual void | addViewWidget (QWidget *view, int index) |
virtual void | removeViewWidget (QWidget *view) |
Detailed Description
A plain view container with no navigation display.Definition at line 464 of file ViewContainer.h.
Constructor & Destructor Documentation
StackedViewContainer::StackedViewContainer | ( | QObject * | parent | ) |
Definition at line 776 of file ViewContainer.cpp.
StackedViewContainer::~StackedViewContainer | ( | ) | [virtual] |
Definition at line 788 of file ViewContainer.cpp.
Member Function Documentation
QWidget * StackedViewContainer::activeView | ( | ) | const [virtual] |
Returns the view which currently has the focus or 0 if none of the child views have the focus.
Implements Konsole::ViewContainer.
Definition at line 797 of file ViewContainer.cpp.
void StackedViewContainer::addViewWidget | ( | QWidget * | view, | |
int | index | |||
) | [protected, virtual] |
Performs the task of adding the view widget to the container widget.
Implements Konsole::ViewContainer.
Definition at line 805 of file ViewContainer.cpp.
QWidget * StackedViewContainer::containerWidget | ( | ) | const [virtual] |
Returns the widget which contains the view widgets.
Implements Konsole::ViewContainer.
Definition at line 793 of file ViewContainer.cpp.
void StackedViewContainer::removeViewWidget | ( | QWidget * | view | ) | [protected, virtual] |
Performs the task of removing the view widget from the container widget.
Implements Konsole::ViewContainer.
Definition at line 809 of file ViewContainer.cpp.
void StackedViewContainer::setActiveView | ( | QWidget * | widget | ) | [virtual] |
Changes the focus to the specified view and updates navigation aids to reflect the change.
Implements Konsole::ViewContainer.
Definition at line 801 of file ViewContainer.cpp.
The documentation for this class was generated from the following files: