Scribus
Open source desktop publishing at your fingertips
|
Manages the import process. More...
#include <scgtplugin.h>
Public Member Functions | |
void | registerGTPlugin (ScGTPlugin *plugin) |
void | unRegisterGTPlugin (ScGTPlugin *plugin) |
void | run () |
Run the Get Text importer. Attached to the Get Text action. | |
Static Public Member Functions | |
static ScGTPluginManager * | instance () |
static void | deleteInstance () |
Manages the import process.
All ScGTPlugins must be registered to the ScGTPluginManager with the function registerGTPlugin(). Only registered plugins will be used.