OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
otoolkit::ToolWidgets Class Reference

#include "ToolWidgets.h"

Public Member Functions

 ToolWidgets ()
 
 ToolWidgets (const ToolWidgets &_other)
 
virtual ~ToolWidgets ()
 
ToolWidgetsoperator= (const ToolWidgets &_other)
 
void addView (ot::WidgetView *_view)
 
void setViews (const std::list< ot::WidgetView * > &_views)
 
const std::list< ot::WidgetView * > & getViews (void) const
 
void addStatusWidget (QWidget *_widget)
 
void setStatusWidgets (const std::list< QWidget * > &_statusWidgets)
 
const std::list< QWidget * > getStatusWidgets (void) const
 
void setToolBar (QToolBar *_toolBar)
 
QToolBar * getToolBar (void) const
 

Constructor & Destructor Documentation

◆ ToolWidgets() [1/2]

otoolkit::ToolWidgets::ToolWidgets ( )

◆ ToolWidgets() [2/2]

otoolkit::ToolWidgets::ToolWidgets ( const ToolWidgets & _other)

◆ ~ToolWidgets()

virtual otoolkit::ToolWidgets::~ToolWidgets ( )
inlinevirtual

Member Function Documentation

◆ addStatusWidget()

void otoolkit::ToolWidgets::addStatusWidget ( QWidget * _widget)
inline

◆ addView()

void otoolkit::ToolWidgets::addView ( ot::WidgetView * _view)
inline

◆ getStatusWidgets()

const std::list< QWidget * > otoolkit::ToolWidgets::getStatusWidgets ( void ) const
inline

◆ getToolBar()

QToolBar * otoolkit::ToolWidgets::getToolBar ( void ) const
inline

◆ getViews()

const std::list< ot::WidgetView * > & otoolkit::ToolWidgets::getViews ( void ) const
inline

◆ operator=()

otoolkit::ToolWidgets & otoolkit::ToolWidgets::operator= ( const ToolWidgets & _other)

◆ setStatusWidgets()

void otoolkit::ToolWidgets::setStatusWidgets ( const std::list< QWidget * > & _statusWidgets)
inline

◆ setToolBar()

void otoolkit::ToolWidgets::setToolBar ( QToolBar * _toolBar)
inline

◆ setViews()

void otoolkit::ToolWidgets::setViews ( const std::list< ot::WidgetView * > & _views)
inline

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