diff options
| author | craig <craig@11d20701-8431-0410-a711-e3c959e3b870> | 2012-04-30 21:42:55 +0000 |
|---|---|---|
| committer | craig <craig@11d20701-8431-0410-a711-e3c959e3b870> | 2012-04-30 21:42:55 +0000 |
| commit | 03f92217ee2336adcbf9b1343ea03edac490ade5 (patch) | |
| tree | 54300e6b248f5b341d8de29649d4175edfae5742 /scribus/scplugin.h | |
| parent | 8f5f4c57942487fafbeced90e981810b20c809b5 (diff) | |
| download | scribus-03f92217ee2336adcbf9b1343ea03edac490ade5.tar.gz scribus-03f92217ee2336adcbf9b1343ea03edac490ade5.tar.xz scribus-03f92217ee2336adcbf9b1343ea03edac490ade5.zip | |
Update hunspell plugin, plugin manager to allow SE to see plugins, scplugin to have SE plugin attributes
git-svn-id: svn://scribus.net/branches/Version14x/Scribus@17485 11d20701-8431-0410-a711-e3c959e3b870
Diffstat (limited to 'scribus/scplugin.h')
| -rw-r--r-- | scribus/scplugin.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/scribus/scplugin.h b/scribus/scplugin.h index 8289971..bc9b942 100644 --- a/scribus/scplugin.h +++ b/scribus/scplugin.h @@ -278,6 +278,10 @@ class SCRIBUS_API ScActionPlugin : public ScPlugin // -1 indicates that any kind of object is possible. Otherwise the selection must contain the 2 Object Types // for the Plugin Action to be enabled bool enabledOnStartup; + bool enabledForStoryEditor; + QString seMenu; + QString seParentMenu; + QString seKeySequence; }; // Return an ActionInfo instance to the caller @@ -495,7 +499,7 @@ class SCRIBUS_API ScPersistentPlugin : public ScPlugin // // The API version is currently simply incremented with each incompatible // change. Future versions may introduce a minor/major scheme if necessary. -#define PLUGIN_API_VERSION 0x00000009 +#define PLUGIN_API_VERSION 0x00000010 #endif |
