#include "Tool.h"
◆ Tool()
◆ ~Tool()
otoolkit::Tool::~Tool |
( |
| ) |
|
|
virtual |
◆ createCentralWidgetView()
ot::WidgetView * otoolkit::Tool::createCentralWidgetView |
( |
QWidget * | _widget, |
|
|
const QString & | _widgetName ) const |
|
protected |
◆ createSideWidgetView()
ot::WidgetView * otoolkit::Tool::createSideWidgetView |
( |
QWidget * | _widget, |
|
|
const QString & | _widgetName ) const |
|
protected |
◆ createToolWidgetView()
ot::WidgetView * otoolkit::Tool::createToolWidgetView |
( |
QWidget * | _widget, |
|
|
const QString & | _widgetName ) const |
|
protected |
◆ getToolIcon()
virtual QIcon otoolkit::Tool::getToolIcon |
( |
void | | ) |
const |
|
inlinevirtual |
Return the icon that will be used in the tool menu.
◆ getToolIsExternal()
bool otoolkit::Tool::getToolIsExternal |
( |
void | | ) |
const |
|
inline |
◆ getToolIsRunning()
bool otoolkit::Tool::getToolIsRunning |
( |
void | | ) |
const |
|
inline |
◆ getToolName()
virtual QString otoolkit::Tool::getToolName |
( |
void | | ) |
const |
|
pure virtual |
◆ prepareToolShutdown()
virtual bool otoolkit::Tool::prepareToolShutdown |
( |
QSettings & | _settings | ) |
|
|
inlinevirtual |
◆ restoreToolSettings()
virtual void otoolkit::Tool::restoreToolSettings |
( |
QSettings & | _settings | ) |
|
|
inlinevirtual |
◆ runTool()
virtual bool otoolkit::Tool::runTool |
( |
QMenu * | _rootMenu, |
|
|
ToolWidgets & | _content ) |
|
pure virtual |
◆ setToolIsExternal()
void otoolkit::Tool::setToolIsExternal |
( |
bool | _isExternal | ) |
|
|
inline |
◆ setToolIsRunning()
void otoolkit::Tool::setToolIsRunning |
( |
bool | _isRunning | ) |
|
|
inline |
◆ toolWasHidden()
virtual void otoolkit::Tool::toolWasHidden |
( |
void | | ) |
|
|
inlinevirtual |
◆ toolWasShown()
virtual void otoolkit::Tool::toolWasShown |
( |
void | | ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following files:
- Tools/OToolkitAPI/include/OToolkitAPI/Tool.h
- Tools/OToolkitAPI/src/Tool.cpp