![]() |
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.
|
administrator de fuentes More...
#include <moFontManager.h>
Public Member Functions | |
| moFontManager () | |
| virtual | ~moFontManager () |
| virtual MOboolean | Init () |
| virtual MOboolean | Finish () |
| moFontType | GetFontType (moText fonttype) |
| moFont * | GetFont (moText p_fontname, bool create=false, moFontType p_fonttype=MO_FONT_OUTLINE, MOfloat p_fontsize=12) |
| moFont * | GetFont (MOint p_id) |
| moFont * | GetFont (moValue &p_value, bool create=true) |
| moFonts * | GetFonts () |
| moFont * | AddFont (moText p_fontname, moText p_fonttype="OUTLINE", MOfloat p_fontsize=12) |
| moFont * | AddFont (moText p_fontname, moFontType p_fonttype=MO_FONT_OUTLINE, MOfloat p_fontsize=12) |
| void | AddFont (moFont *p_pFont) |
Public Member Functions inherited from moResource | |
| moResource () | |
| virtual | ~moResource () |
| moResourceType | GetResourceType () |
Public Member Functions inherited from moMoldeoObject | |
| moMoldeoObject () | |
| moMoldeoObject (moMoldeoObjectType p_type) | |
| virtual | ~moMoldeoObject () |
| virtual MOboolean | Init (moResourceManager *p_pResources) |
| virtual MOboolean | CreateConnectors () |
| virtual MOboolean | UpdateConnectors () |
| virtual MOboolean | RefreshValue (moParam ¶m, int value_index) |
| virtual MOboolean | ResolveValue (moParam ¶m, int value_index, bool p_refresh=false) |
| virtual void | Update (moEventList *p_EventList) |
| void | SetResourceManager (moResourceManager *p_pResourceManager) |
| moResourceManager * | GetResourceManager () |
| MOint | GetId () const |
| void | SetId (MOint p_id) |
| moMoldeoObjectType | GetType () const |
| void | SetType (moMoldeoObjectType p_type) |
| void | SetName (const moText &p_name) |
| void | SetLabelName (const moText &p_labelname) |
| void | SetKeyName (const moText &p_keyname) |
| const moText & | GetKeyName () const |
| const moText & | GetName () const |
| const moText & | GetLabelName () const |
| moConfig * | GetConfig () |
| void | SyncConnections () |
| virtual int | Save (const moText &p_save_filename=moText("")) |
| void | SetConfigName (const moText &p_configname) |
| const moText & | GetConfigName () const |
| const moText & | GetDescription () const |
| Devuelve al descripción del objeto. More... | |
| void | SetDescription (const moText &p_Description) |
| Fija la descripción de este objeto. More... | |
| const moMobDefinition & | GetMobDefinition () const |
| void | SetMobDefinition (const moMobDefinition &p_MobDef) |
| virtual moConfigDefinition * | GetDefinition (moConfigDefinition *p_configdefinition=NULL) |
| moOutlets * | GetOutlets () |
| moInlets * | GetInlets () |
| MOint | GetInletIndex (moText p_connector_name) const |
| MOint | GetOutletIndex (moText p_connector_name) const |
| virtual void | RegisterFunctions () |
| beware ! call only once or die!!! More... | |
| virtual int | ScriptCalling (moLuaVirtualMachine &vm, int iFunctionNumber) |
| virtual void | HandleReturns (moLuaVirtualMachine &vm, const char *strFunc) |
| virtual const moMobState & | GetState () const |
| virtual bool | SetState (const moMobState &p_MobState) |
| virtual void | Activate () |
| virtual void | Deactivate () |
| virtual bool | Activated () const |
| virtual void | Select () |
| virtual void | Unselect () |
| virtual bool | Selected () const |
| virtual void | SetConsoleParamIndex (MOint p_paramindex) |
| virtual void | SetConsoleValueIndex (MOint p_valueindex) |
| virtual const moText & | ToJSON () |
Public Member Functions inherited from moAbstract | |
| moAbstract () | |
| virtual | ~moAbstract () |
| MOboolean | Initialized () |
| Pregunta si está inicializado. More... | |
Public Member Functions inherited from moScript | |
| moScript () | |
| virtual | ~moScript (void) |
| void | InitScript () |
| void | FinishScript () |
| bool | IsInitialized () |
| bool | CompileFile (const char *strFilename) |
| bool | CompileBuffer (unsigned char *pbBuffer, size_t szLen) |
| int | RegisterFunction (const char *strFuncName, moScript::Function &fun) |
| int | RegisterFunction (const char *strFuncName) |
| int | RegisterBaseFunction (const char *strFuncName) |
| bool | SelectScriptFunction (const char *strFuncName) |
| void | AddFunctionParam (int iInt) |
| void | AddFunctionParam (float fFloat) |
| void | AddFunctionParam (char *string) |
| bool | RunSelectedFunction (int nReturns=0) |
| bool | ScriptHasFunction (const char *strScriptName) |
| int | methods (void) |
| virtual int | ResetScriptCalling () |
| virtual int | NextScriptCalling () |
| moLuaVirtualMachine & | mvm (void) |
administrator de fuentes
Definition at line 120 of file moFontManager.h.
| moFontManager::moFontManager | ( | ) |
|
virtual |
Definition at line 56 of file moFontManager.cpp.
| moFont * moFontManager::AddFont | ( | moText | p_fontname, |
| moText | p_fonttype = "OUTLINE", |
||
| MOfloat | p_fontsize = 12 |
||
| ) |
Definition at line 108 of file moFontManager.cpp.
| moFont * moFontManager::AddFont | ( | moText | p_fontname, |
| moFontType | p_fonttype = MO_FONT_OUTLINE, |
||
| MOfloat | p_fontsize = 12 |
||
| ) |
Definition at line 113 of file moFontManager.cpp.
| void moFontManager::AddFont | ( | moFont * | p_pFont | ) |
Definition at line 103 of file moFontManager.cpp.
|
virtual |
constructor genérico de la clase.
Reimplemented from moResource.
Definition at line 92 of file moFontManager.cpp.
| moFont * moFontManager::GetFont | ( | moText | p_fontname, |
| bool | create = false, |
||
| moFontType | p_fonttype = MO_FONT_OUTLINE, |
||
| MOfloat | p_fontsize = 12 |
||
| ) |
Definition at line 123 of file moFontManager.cpp.
Definition at line 165 of file moFontManager.cpp.
Definition at line 176 of file moFontManager.cpp.
| moFonts * moFontManager::GetFonts | ( | ) |
Definition at line 98 of file moFontManager.cpp.
| moFontType moFontManager::GetFontType | ( | moText | fonttype | ) |
Definition at line 246 of file moFontManager.cpp.
|
virtual |
constructor genérico de la clase.
Reimplemented from moResource.
Definition at line 61 of file moFontManager.cpp.