libmoldeo (Moldeo 1.0 Core)
1.0
libmoldeo is the group of objects and functions that executes the basic operations of Moldeo 1.0 Platform.
|
Definición de un plugin. More...
#include <moBasePlugin.h>
Public Member Functions | |
moPluginDefinition () | |
moPluginDefinition (const moPluginDefinition &src) | |
moPluginDefinition (const moText &p_name, const moText &p_fullpath, moMoldeoObjectType p_type) | |
constructor More... | |
virtual | ~moPluginDefinition () |
moPluginDefinition & | operator= (const moPluginDefinition &src) |
moText | GetName () |
Devuelve el nombre del plugin. More... | |
moText | GetFullPath () |
Devuelve la ruta y nombre completos del archivo del plugin. More... | |
moMoldeoObjectType | GetType () |
Devuelve el tipo de objeto que crea el plugin. More... | |
Protected Attributes | |
moText | m_Name |
moText | m_FullPath |
moMoldeoObjectType | m_MoldeoObjectType |
Definición de un plugin.
Se necesitan tres parámetros para reconocer un plugin. Su nombre para ser invocado, su tipo, y la posición del archivo.
Definition at line 79 of file moBasePlugin.h.
|
inline |
Definition at line 83 of file moBasePlugin.h.
|
inline |
Definition at line 89 of file moBasePlugin.h.
|
inline |
constructor
p_name | el nombre del plugin tal cual se invocará luego |
p_fullpath | el nombre del archivo completo incluyendo la ruta |
p_type | el tipo de objeto que este plugin implementa |
Definition at line 99 of file moBasePlugin.h.
|
inlinevirtual |
Definition at line 105 of file moBasePlugin.h.
|
inline |
Devuelve la ruta y nombre completos del archivo del plugin.
Definition at line 120 of file moBasePlugin.h.
|
inline |
Devuelve el nombre del plugin.
Definition at line 115 of file moBasePlugin.h.
|
inline |
Devuelve el tipo de objeto que crea el plugin.
Definition at line 125 of file moBasePlugin.h.
|
inline |
Definition at line 107 of file moBasePlugin.h.
|
protected |
Definition at line 132 of file moBasePlugin.h.
|
protected |
Definition at line 133 of file moBasePlugin.h.
|
protected |
Definition at line 131 of file moBasePlugin.h.