Computer Assisted Medical Intervention Tool Kit  version 5.1
 
Loading...
Searching...
No Matches
camitk::ViewerDockStyle Class Reference

a specific style made for QDockWidget that adds an icon to the dock widget title More...

#include <ViewerDockStyle.h>

Public Member Functions

virtual void drawControl (ControlElement element, const QStyleOption *option, QPainter *painter, const QWidget *widget=0) const override
 override method from QProxyStyle
 
 ViewerDockStyle (Viewer *)
 constructor just set the viewer that is using this style
 
virtual ~ViewerDockStyle ()
 destructor
 

Detailed Description

a specific style made for QDockWidget that adds an icon to the dock widget title

Greatly inspired by https://stackoverflow.com/a/3482795

Constructor & Destructor Documentation

◆ ViewerDockStyle()

camitk::ViewerDockStyle::ViewerDockStyle ( Viewer viewer)

constructor just set the viewer that is using this style

References camitk::Viewer::getIcon().

◆ ~ViewerDockStyle()

camitk::ViewerDockStyle::~ViewerDockStyle ( )
virtual

destructor

Member Function Documentation

◆ drawControl()

void camitk::ViewerDockStyle::drawControl ( ControlElement  element,
const QStyleOption *  option,
QPainter *  painter,
const QWidget *  widget = 0 
) const
overridevirtual

override method from QProxyStyle


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