-
Notifications
You must be signed in to change notification settings - Fork 7
::Edif::Runtime
LB-- edited this page Nov 7, 2012
·
1 revision
This is the helper class for your extension.
| class | Runtime | ::Edif::Runtime |
|---|---|---|
| Signature | Name | Fully Qualified Name |
| long | param1 | ::Edif::Runtime::param1 |
| long | param2 | ::Edif::Runtime::param2 |
| <constructor>(::LPRDATA) | <constructor> | ::Edif::Runtime::Runtime |
| <destructor>(void) | <destructor> | ::Edif::Runtime::~Runtime |
| void (void) | Rehandle | ::Edif::Runtime::Rehandle |
| void (int) | GenerateEvent | ::Edif::Runtime::GenerateEvent |
| void (int) | PushEvent | ::Edif::Runtime::PushEvent |
| void * (::size_t) | Allocate | ::Edif::Runtime::Allocate |
| TCHAR * (const TCHAR *) | CopyString | ::Edif::Runtime::CopyString |
| void (void) | Pause | ::Edif::Runtime::Pause |
| void (void) | Resume | ::Edif::Runtime::Resume |
| void (void) | Redisplay | ::Edif::Runtime::Redisplay |
| void (void) | Redraw | ::Edif::Runtime::Redraw |
| ::LPRO (int) | LPROFromFixed | ::Edif::Runtime::LPROFromFixed |
| int (::LPRO) | FixedFromLPRO | ::Edif::Runtime::FixedFromLPRO |
| void (::LPRO, float) | SetAngleOfObject | ::Edif::Runtime::SetAngleOfObject |
| void (int, int) | SetPosition | ::Edif::Runtime::SetPosition |
| ::CallTables (void) | GetCallTables | ::Edif::Runtime::GetCallTables |
| void (int, long) | CallMovement | ::Edif::Runtime::CallMovement |
| void (void) | Destroy | ::Edif::Runtime::Destroy |
| void (TCHAR *) | GetApplicationDrive | ::Edif::Runtime::GetApplicationDrive |
| void (TCHAR *) | GetApplicationDirectory | ::Edif::Runtime::GetApplicationDirectory |
| void (TCHAR*) | GetApplicationPath | ::Edif::Runtime::GetApplicationPath |
| void (TCHAR *) | GetApplicationName | ::Edif::Runtime::GetApplicationName |
| void (TCHAR *) | GetApplicationTempPath | ::Edif::Runtime::GetApplicationTempPath |
| void (::prgParam *) | ExecuteProgram | ::Edif::Runtime::ExecuteProgram |
| long (::EditDebugInfo *) | EditInteger | ::Edif::Runtime::EditInteger |
| long (::EditDebugInfo *) | EditText | ::Edif::Runtime::EditText |
| bool (void) | IsHWA | ::Edif::Runtime::IsHWA |
| bool (void) | IsUnicode | ::Edif::Runtime::IsUnicode |
| ::event & (void) | CurrentEvent | ::Edif::Runtime::CurrentEvent |
| ::Riggs::ObjectSelection | ObjectSelection | ::Edif::Runtime::ObjectSelection |
| void (const TCHAR *, void *) | WriteGlobal | ::Edif::Runtime::WriteGlobal |
| void * (const TCHAR *) | ReadGlobal | ::Edif::Runtime::ReadGlobal |
| static void (::mv *, ::CRunApp *, const TCHAR *, void *) | WriteGlobal | ::Edif::Runtime::WriteGlobal |
| static void * (::mv *, ::CRunApp *, const TCHAR *) | ReadGlobal | ::Edif::Runtime::ReadGlobal |
| ::JSContext * (void) | GetJSContext | ::Edif::Runtime::GetJSContext |
| Protected Members | ||
| ::LPRDATA | rdPtr | ::Edif::Runtime::rdPtr |