mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
Added translation for plugins and added german language to LinksCloud. Recompile needed.
Changed the name and the description of the plugin to utf8. Fixed german language. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4672 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
4d9727f47a
commit
8fc1a46ee7
19 changed files with 411 additions and 346 deletions
|
@ -41,6 +41,8 @@ class MainPage ;
|
|||
class QIcon ;
|
||||
class QString ;
|
||||
class QWidget ;
|
||||
class QTranslator;
|
||||
class QApplication;
|
||||
class RsCacheService ;
|
||||
class ftServer ;
|
||||
class pqiService ;
|
||||
|
@ -81,13 +83,14 @@ class RsPlugin
|
|||
virtual MainPage *qt_page() const { return NULL ; }
|
||||
virtual QWidget *qt_config_panel() const { return NULL ; }
|
||||
virtual QIcon *qt_icon() const { return NULL ; }
|
||||
virtual QTranslator *qt_translator(QApplication *app, const QString& languageCode) const { return NULL ; }
|
||||
|
||||
virtual std::string configurationFileName() const { return std::string() ; }
|
||||
virtual std::string getShortPluginDescription() const = 0 ;
|
||||
virtual std::string getPluginName() const = 0 ;
|
||||
virtual void getPluginVersion(int& major,int& minor,int& svn_rev) const = 0 ;
|
||||
virtual void setPlugInHandler(RsPluginHandler* pgHandler) = 0;
|
||||
virtual void setInterfaces(RsPlugInInterfaces& interfaces) = 0;
|
||||
virtual void setPlugInHandler(RsPluginHandler* pgHandler) = 0;
|
||||
virtual void setInterfaces(RsPlugInInterfaces& interfaces) = 0;
|
||||
};
|
||||
|
||||
class RsPluginHandler
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue