x
Yes
No
Do you want to visit DriveHQ English website?
Inicio
Características
Precios
Prueba gratuita
Software cliente
Acerca de nosotros
Servidor de archivos
|
Solución de copias de seguridad
|
Servidor FTP
|
Servidor de correo electrónico
|
Alojamiento web
|
Software cliente
Servidor de archivos
Solución de copia de seguridad
Servidor FTP
Servidor de correo electrónico
Alojamiento web
Software cliente
ScriptEditor.h - Hosted on DriveHQ Cloud IT Platform
Arriba
Subir
Descargar
Compartir
Publicar
Nueva carpeta
Nuevo archivo
Copiar
Cortar
Eliminar
Pegar
Clasificación
Actualizar
Ruta de la carpeta: \\game3dprogramming\materials\GameFactory\GameFactoryDemo\GameFactory\ScriptEditor.h
Girar
Efecto
Propiedad
Historial
#pragma once #include "..\references\scintilla\include\Platform.h" #include "..\references\scintilla\include\Scintilla.h" #include "..\references\scintilla\include\SciLexer.h" #include "precompiled.h" namespace GameFactory{ #define scriptEditor (ScriptEditor::GetSingleton()) class ScriptEditor{ private: HWND hwndScintilla; HWND hwndError; static ScriptEditor* theSingleton; inline LRESULT sendEditor(const UINT& msg, const WPARAM& wparam, const LPARAM& lparam){ return SendMessage(hwndScintilla, msg, wparam, lparam ); }; public: ScriptEditor(const int& x, const int& y, const int& width, const int& height, HWND hwnd, HINSTANCE hMainInstance); virtual ~ScriptEditor(); static inline ScriptEditor* GetSingleton(){ myassert(theSingleton!=NULL); return theSingleton; } inline HWND GetWindowHandle(){return hwndScintilla;}; String GetAllText(); void SetErrorText(const String& errorMessage); void Compile(); }; }
ScriptEditor.h
Dirección de la página
Dirección del archivo
Anterior
47/55
Siguiente
Descargar
( 988 B )
Comments
Total ratings:
0
Average rating:
No clasificado
of 10
Would you like to comment?
Join now
, or
Logon
if you are already a member.