Brief description of class still missing. More...
#include <NRPlugin.h>
Public Member Functions | |
| virtual ToolBase * | createTool (int id, QWidget *wsParent) const |
| virtual void | createToolActions (QObject *toolFactory) |
| virtual const char * | interfaceVersion () const |
| virtual QString | tag () const |
| virtual QString | title () const |
Brief description of class still missing.
Full description of class still missing
| ToolBase * NRPlugin::createTool | ( | int | id, |
| QWidget * | wsParent | ||
| ) | const [virtual] |
Implements GeopsyGui::GeopsyGuiInterface.
References TRACE.
| void NRPlugin::createToolActions | ( | QObject * | toolFactory | ) | [virtual] |
Implements GeopsyGui::GeopsyGuiInterface.
References GeopsyGui::GeopsyGuiInterface::addAction(), QGpCoreTools::tr(), and TRACE.
| virtual const char* NRPlugin::interfaceVersion | ( | ) | const [inline, virtual] |
Returns the geopsycore version of the plugin (at compile time)
Implements GeopsyCore::GeopsyCoreInterface.
{return GEOPSYCORE_VERSION;}
| virtual QString NRPlugin::tag | ( | ) | const [inline, virtual] |
Implements GeopsyCore::GeopsyCoreInterface.
{return "geopsynr";}
| virtual QString NRPlugin::title | ( | ) | const [inline, virtual] |
Implements GeopsyCore::GeopsyCoreInterface.
References QGpCoreTools::tr().
{return tr("Noise reduction for refraction");}