Computer Assisted Medical Intervention Tool Kit  version 5.2
camitk::ViewerDockStyle Class Reference

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

#include <ViewerDockStyle.h>

+ Inheritance diagram for camitk::ViewerDockStyle:
+ Collaboration diagram for camitk::ViewerDockStyle:

Public Member Functions

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

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().

+ Here is the call graph for this function:

◆ ~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: