OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
WidgetTest Class Reference

#include "WidgetTest.h"

Inheritance diagram for WidgetTest:
otoolkit::Tool

Public Member Functions

 WidgetTest ()
 
virtual ~WidgetTest ()
 
virtual QString getToolName (void) const override
 Return the unique tool name The name will be used to create all required menu entries.
 
virtual bool runTool (QMenu *_rootMenu, otoolkit::ToolWidgets &_content) override
 Create the central widget that will be displayed to the user in the main tab view.
 
ot::VersionGraphManagergetVersionGraph (void) const
 
- Public Member Functions inherited from otoolkit::Tool
 Tool ()
 
virtual ~Tool ()
 
virtual void restoreToolSettings (QSettings &_settings)
 
virtual QIcon getToolIcon (void) const
 Return the icon that will be used in the tool menu.
 
virtual bool prepareToolShutdown (QSettings &_settings)
 Stop all the logic of this tool.
 
virtual void toolWasShown (void)
 
virtual void toolWasHidden (void)
 
void setToolIsRunning (bool _isRunning)
 
bool getToolIsRunning (void) const
 
void setToolIsExternal (bool _isExternal)
 
bool getToolIsExternal (void) const
 

Additional Inherited Members

- Protected Member Functions inherited from otoolkit::Tool
ot::WidgetViewcreateCentralWidgetView (QWidget *_widget, const QString &_widgetName) const
 
ot::WidgetViewcreateSideWidgetView (QWidget *_widget, const QString &_widgetName) const
 
ot::WidgetViewcreateToolWidgetView (QWidget *_widget, const QString &_widgetName) const
 

Constructor & Destructor Documentation

◆ WidgetTest()

WidgetTest::WidgetTest ( )
inline

◆ ~WidgetTest()

virtual WidgetTest::~WidgetTest ( )
inlinevirtual

Member Function Documentation

◆ getToolName()

virtual QString WidgetTest::getToolName ( void ) const
inlineoverridevirtual

Return the unique tool name The name will be used to create all required menu entries.

Implements otoolkit::Tool.

◆ getVersionGraph()

ot::VersionGraphManager * WidgetTest::getVersionGraph ( void ) const
inline

◆ runTool()

bool WidgetTest::runTool ( QMenu * _rootMenu,
otoolkit::ToolWidgets & _content )
overridevirtual

Create the central widget that will be displayed to the user in the main tab view.

Implements otoolkit::Tool.


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