Image Component Library (ICL)
Public Member Functions | List of all members
icl::qt::ProxyLayout Class Referenceabstract

just a helper class for GUI Layouting More...

#include <ProxyLayout.h>

Public Member Functions

virtual void addWidget (GUIWidget *widget)=0
 defines how to add widges More...
 

Detailed Description

just a helper class for GUI Layouting

This class shall help to implement GUI container components, that do not use a QLayout for layouting e.g. QTabWidgets or QSplitters

Member Function Documentation

◆ addWidget()

virtual void icl::qt::ProxyLayout::addWidget ( GUIWidget widget)
pure virtual

defines how to add widges


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