Konsole
Konsole::ListViewContainer Class Reference
A view container which uses a list instead of tabs to provide navigation between sessions. More...
#include <ViewContainer.h>

Public Member Functions | |
virtual QWidget * | activeView () const |
virtual QWidget * | containerWidget () const |
ListViewContainer (NavigationPosition position, QObject *parent) | |
virtual void | setActiveView (QWidget *view) |
virtual | ~ListViewContainer () |
Protected Member Functions | |
virtual void | addViewWidget (QWidget *view, int index) |
virtual void | removeViewWidget (QWidget *view) |
Detailed Description
A view container which uses a list instead of tabs to provide navigation between sessions.Definition at line 487 of file ViewContainer.h.
Constructor & Destructor Documentation
ListViewContainer::ListViewContainer | ( | NavigationPosition | position, | |
QObject * | parent | |||
) |
Definition at line 820 of file ViewContainer.cpp.
ListViewContainer::~ListViewContainer | ( | ) | [virtual] |
Definition at line 854 of file ViewContainer.cpp.
Member Function Documentation
QWidget * ListViewContainer::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 864 of file ViewContainer.cpp.
void ListViewContainer::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 889 of file ViewContainer.cpp.
QWidget * ListViewContainer::containerWidget | ( | ) | const [virtual] |
Returns the widget which contains the view widgets.
Implements Konsole::ViewContainer.
Definition at line 859 of file ViewContainer.cpp.
void ListViewContainer::removeViewWidget | ( | QWidget * | view | ) | [protected, virtual] |
Performs the task of removing the view widget from the container widget.
Implements Konsole::ViewContainer.
Definition at line 906 of file ViewContainer.cpp.
void ListViewContainer::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 915 of file ViewContainer.cpp.
The documentation for this class was generated from the following files: