Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::InviwoDockWidgetTitleBar Class Reference

Custom title bar widget for QDockWidget derived from QWidget. More...

#include <modules/qtwidgets/inviwodockwidgettitlebar.h>

+ Inheritance diagram for inviwo::InviwoDockWidgetTitleBar:

Signals

void stickyFlagChanged (bool sticky)
 

Public Member Functions

void allowedAreasChanged (Qt::DockWidgetAreas areas)
 
void floating (bool floating)
 
double getIconSize () const
 
 InviwoDockWidgetTitleBar (QWidget *parent=nullptr)
 
bool isSticky () const
 
virtual void paintEvent (QPaintEvent *) override
 
void setIconSize (double size)
 
void setSticky (bool toggle)
 

Protected Slots

virtual void showEvent (QShowEvent *event) override
 

Protected Member Functions

virtual bool eventFilter (QObject *obj, QEvent *event) override
 
virtual void resizeEvent (QResizeEvent *event) override
 

Detailed Description

Custom title bar widget for QDockWidget derived from QWidget.

The title bar widget contains a label showing the window title of the parent QDockWidget and buttons for the sticky mode, dock/undock, and close. The sticky mode determines whether the floating dock widget can be docked to prevent involuntary docking when moving the dock widget. Docking via the dock button or double clicking the title bar is still possible.

Note: adding a custom title bar to a QDockWidget removes the window decoration!


The documentation for this class was generated from the following file: