krdc
#include <floatingtoolbar.h>

Public Types | |
enum | Side { Left = 0, Top = 1, Right = 2, Bottom = 3 } |
Public Slots | |
void | hideAndDestroy () |
void | setSticky (bool sticky) |
void | showAndAnimate () |
Signals | |
void | orientationChanged (int side) |
Public Member Functions | |
FloatingToolBar (QWidget *parent, QWidget *anchorWidget) | |
~FloatingToolBar () | |
void | addAction (QAction *action) |
void | setSide (Side side) |
Protected Member Functions | |
void | enterEvent (QEvent *e) |
bool | eventFilter (QObject *o, QEvent *e) |
void | leaveEvent (QEvent *e) |
void | mouseMoveEvent (QMouseEvent *e) |
void | mousePressEvent (QMouseEvent *e) |
void | mouseReleaseEvent (QMouseEvent *e) |
void | paintEvent (QPaintEvent *) |
void | wheelEvent (QWheelEvent *e) |
Detailed Description
A toolbar widget that slides in from a side.
This is a shaped widget that slides in from a side of the 'anchor widget' it's attached to. It can be dragged and docked on {left,top,right,bottom} sides and contains actions.
Definition at line 38 of file floatingtoolbar.h.
Member Enumeration Documentation
Enumerator | |
---|---|
Left | |
Top | |
Right | |
Bottom |
Definition at line 46 of file floatingtoolbar.h.
Constructor & Destructor Documentation
Definition at line 97 of file floatingtoolbar.cpp.
FloatingToolBar::~FloatingToolBar | ( | ) |
Definition at line 117 of file floatingtoolbar.cpp.
Member Function Documentation
void FloatingToolBar::addAction | ( | QAction * | action | ) |
Definition at line 122 of file floatingtoolbar.cpp.
|
protected |
Definition at line 281 of file floatingtoolbar.cpp.
|
protected |
Definition at line 211 of file floatingtoolbar.cpp.
|
slot |
Definition at line 168 of file floatingtoolbar.cpp.
|
protected |
Definition at line 291 of file floatingtoolbar.cpp.
|
protected |
Definition at line 249 of file floatingtoolbar.cpp.
|
protected |
Definition at line 241 of file floatingtoolbar.cpp.
|
protected |
Definition at line 298 of file floatingtoolbar.cpp.
|
signal |
|
protected |
Definition at line 231 of file floatingtoolbar.cpp.
void FloatingToolBar::setSide | ( | Side | side | ) |
Definition at line 132 of file floatingtoolbar.cpp.
|
slot |
Definition at line 140 of file floatingtoolbar.cpp.
|
slot |
Definition at line 148 of file floatingtoolbar.cpp.
|
protected |
Definition at line 306 of file floatingtoolbar.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:54:04 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.