Mudbox/plugin.h Source File
Go to the documentation of this file.
40 static void SetVersion(
const QString& sName,
const QString &sVersion );
60 virtual void Start() = 0;
63 virtual void Stop() = 0;
66 virtual bool IsEnabled() = 0;
81 virtual bool AddToWindowMenu();
118 virtual void Navigate(
const NavigationPoints nav) = 0;
121 virtual void Upload(
const QStringList &files,
const FileType fileType) = 0;
WebBrowserPlugin is a base class to implement the web browser based plugins.
QString m_sDescription
A brief description of what it does.
QString m_sAuthor
The name of the plug-in's author.
QString m_sName
The name of the plug-in.
WindowPlugin is an interface to implement window based plugins.
QString m_sVersion
The version of the plug-in.
This class holds all the information Mudbox needs about a plugin.
initializer * m_pInitializer
A pointer to the initializer funtion of the plug-in.
GLuint const GLchar * name
Class: ConvolutionKernel.
QString m_sPluginFolder
The path of the folder that the plug-in was loaded from (set at load time)
Plugin(void)
Null constructor.
QString m_sURL
A URL that contains information related to the plug-in (if any)
QString m_sCompileTime
The date and time that the plugin was loaded (generated automatically)