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.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
moPluginDefinition Class Reference

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 ()
 
moPluginDefinitionoperator= (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
 

Detailed Description

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.

Constructor & Destructor Documentation

moPluginDefinition::moPluginDefinition ( )
inline

Definition at line 83 of file moBasePlugin.h.

moPluginDefinition::moPluginDefinition ( const moPluginDefinition src)
inline

Definition at line 89 of file moBasePlugin.h.

moPluginDefinition::moPluginDefinition ( const moText p_name,
const moText p_fullpath,
moMoldeoObjectType  p_type 
)
inline

constructor

Parameters
p_nameel nombre del plugin tal cual se invocará luego
p_fullpathel nombre del archivo completo incluyendo la ruta
p_typeel tipo de objeto que este plugin implementa

Definition at line 99 of file moBasePlugin.h.

virtual moPluginDefinition::~moPluginDefinition ( )
inlinevirtual

Definition at line 105 of file moBasePlugin.h.

Member Function Documentation

moText moPluginDefinition::GetFullPath ( )
inline

Devuelve la ruta y nombre completos del archivo del plugin.

Definition at line 120 of file moBasePlugin.h.

moText moPluginDefinition::GetName ( )
inline

Devuelve el nombre del plugin.

Definition at line 115 of file moBasePlugin.h.

moMoldeoObjectType moPluginDefinition::GetType ( )
inline

Devuelve el tipo de objeto que crea el plugin.

Definition at line 125 of file moBasePlugin.h.

moPluginDefinition& moPluginDefinition::operator= ( const moPluginDefinition src)
inline

Definition at line 107 of file moBasePlugin.h.

Member Data Documentation

moText moPluginDefinition::m_FullPath
protected

Definition at line 132 of file moBasePlugin.h.

moMoldeoObjectType moPluginDefinition::m_MoldeoObjectType
protected

Definition at line 133 of file moBasePlugin.h.

moText moPluginDefinition::m_Name
protected

Definition at line 131 of file moBasePlugin.h.


The documentation for this class was generated from the following file: