Scribus
Open source desktop publishing at your fingertips
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
pathstroker.h
1
/*
2
For general Scribus (>=1.3.2) copyright and licensing information please refer
3
to the COPYING file provided with the program. Following this notice may exist
4
a copyright and/or license notice that predates the release of Scribus 1.3.2
5
for which a new license (GPL+exception) is in place.
6
*/
7
/***************************************************************************
8
* Copyright (C) 2007 by Franz Schmid *
9
* franz.schmid@altmuehlnet.de *
10
* *
11
* This program is free software; you can redistribute it and/or modify *
12
* it under the terms of the GNU General Public License as published by *
13
* the Free Software Foundation; either version 2 of the License, or *
14
* (at your option) any later version. *
15
* *
16
* This program is distributed in the hope that it will be useful, *
17
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
18
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
19
* GNU General Public License for more details. *
20
* *
21
* You should have received a copy of the GNU General Public License *
22
* along with this program; if not, write to the *
23
* Free Software Foundation, Inc., *
24
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
25
****************************************************************************/
26
27
#ifndef PATHSTROKER_H
28
#define PATHSTROKER_H
29
30
#include "pluginapi.h"
31
#include "scplugin.h"
32
37
class
PLUGIN_API
PathStrokerPlugin
:
public
ScActionPlugin
38
{
39
Q_OBJECT
40
41
public
:
42
// Standard plugin implementation
43
PathStrokerPlugin
();
44
virtual
~
PathStrokerPlugin
();
45
virtual
bool
run
(
ScribusDoc
* doc, QString target = QString::null);
46
virtual
const
QString
fullTrName
()
const
;
47
virtual
const
AboutData
*
getAboutData
()
const
;
48
virtual
void
deleteAboutData(
const
AboutData
* about)
const
;
49
virtual
void
languageChange
();
50
virtual
void
addToMainWindowMenu
(
ScribusMainWindow
*) {};
51
52
// Special features (none)
53
};
54
55
extern
"C"
PLUGIN_API
int
pathstroker_getPluginAPIVersion();
56
extern
"C"
PLUGIN_API
ScPlugin
* pathstroker_getPlugin();
57
extern
"C"
PLUGIN_API
void
pathstroker_freePlugin(
ScPlugin
* plugin);
58
59
#endif
ScActionPlugin
A plug-in that performs a single action.
Definition:
scplugin.h:248
ScPlugin::fullTrName
virtual const QString fullTrName() const =0
Plug-in's human-readable, translated name.
ScPlugin
Abstract super class for all Scribus plug-ins.
Definition:
scplugin.h:90
ScribusMainWindow
This Class is the base class for your application. It sets up the main window and providing a menubar...
Definition:
scribus.h:123
ScActionPlugin::run
virtual bool run(ScribusDoc *doc, QString target=QString::null)=0
Run the plug-in's main action.
ScPlugin::languageChange
virtual void languageChange()=0
Update all user-visible text to reflect current UI language.
ScribusDoc
the Document Class
Definition:
scribusdoc.h:90
ScPlugin::AboutData
ScPlugin provides an interface to ask plugins for information about themselves.
Definition:
scplugin.h:103
ScPlugin::getAboutData
virtual const AboutData * getAboutData() const =0
Return descriptive information about the plug-in.
PathStrokerPlugin::addToMainWindowMenu
virtual void addToMainWindowMenu(ScribusMainWindow *)
Allow plugins to add to a main menu.
Definition:
pathstroker.h:50
PathStrokerPlugin
This is a simple "Path Stroker" plugin for Scribus 1.3 and later.
Definition:
pathstroker.h:37
scribus
plugins
tools
pathstroker
pathstroker.h
Generated on Tue Sep 29 2015 09:15:08 for Scribus by
1.8.9.1