Konsole
ViewContainerTabBar.cpp
Go to the documentation of this file.
54 "<para>The tab bar allows you to switch and move tabs. You can double-click a tab to change its name.</para>"));
101 ViewContainerTabBar* sourceContainerTabBar = static_cast<ViewContainerTabBar*>(event->source());
105 TabbedViewContainer* sourceTabbedContainer = sourceContainerTabBar->connectedTabbedViewContainer();
An alternative tabbed view container which uses a QTabBar and QStackedWidget combination for navigati...
Definition: ViewContainer.h:361
void setSupportedMimeType(const QString &mimeType)
Definition: ViewContainerTabBar.cpp:167
QPixmap dragDropPixmap(int tab)
Definition: ViewContainerTabBar.cpp:207
virtual void dragEnterEvent(QDragEnterEvent *event)
Definition: ViewContainerTabBar.cpp:57
TabbedViewContainer * connectedTabbedViewContainer()
Definition: ViewContainerTabBar.cpp:117
virtual void dragLeaveEvent(QDragLeaveEvent *event)
Definition: ViewContainerTabBar.cpp:64
virtual void dragMoveEvent(QDragMoveEvent *event)
Definition: ViewContainerTabBar.cpp:69
void moveViewRequest(int index, const QDropEvent *event, bool &success, TabbedViewContainer *sourceTabbedContainer)
void querySourceIndex(const QDropEvent *event, int &sourceIndex) const
virtual void dropEvent(QDropEvent *event)
Definition: ViewContainerTabBar.cpp:83
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:24 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:24 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.