Konsole
ViewContainer.h File Reference
#include <QtCore/QObject>
#include <QtCore/QHash>
#include <QtCore/QList>
#include <QtGui/QBoxLayout>
#include <KTabBar>
#include <KPushButton>
Include dependency graph for ViewContainer.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
namespace | Konsole |
Classes | |
class | Konsole::ListViewContainer |
A view container which uses a list instead of tabs to provide navigation between sessions. More... | |
class | Konsole::StackedViewContainer |
A plain view container with no navigation display. More... | |
class | Konsole::TabbedViewContainer |
A view container which uses a QTabWidget to display the views and allow the user to switch between them. More... | |
class | Konsole::TabbedViewContainerV2 |
An alternative tabbed view container which uses a QTabBar and QStackedWidget combination for navigation instead of QTabWidget. More... | |
class | Konsole::TabbedViewContainerV2Layout |
class | Konsole::ViewContainer |
An interface for container widgets which can hold one or more views. More... | |
class | Konsole::ViewContainerTabBar |