#include <Console.h>
Classes | |
class | Error |
class | Info |
class | Out |
class | Warning |
Static Public Member Functions | |
static void | SetupConsole (CComPtr< IMgaProject > project) |
static void | ReleaseConsole () |
static void | WriteLine (const CString &message, msgtype_enum type) |
static void | Clear () |
static void | SetContents (const CString &contents) |
static void | NavigateTo (const CString &url) |
Static Public Attributes | |
static CComPtr< IGMEOLEApp > | gmeoleapp = 0 |
Definition at line 11 of file SDK/BON/Common/Console.h.
void GMEConsole::Console::Clear | ( | ) | [static] |
Definition at line 49 of file SDK/BON/Common/Console.cpp.
void GMEConsole::Console::NavigateTo | ( | const CString & | url | ) | [static] |
Definition at line 64 of file SDK/BON/Common/Console.cpp.
void GMEConsole::Console::ReleaseConsole | ( | ) | [static] |
Definition at line 25 of file SDK/BON/Common/Console.cpp.
void GMEConsole::Console::SetContents | ( | const CString & | contents | ) | [static] |
Definition at line 57 of file SDK/BON/Common/Console.cpp.
void GMEConsole::Console::SetupConsole | ( | CComPtr< IMgaProject > | project | ) | [static] |
Definition at line 10 of file SDK/BON/Common/Console.cpp.
void GMEConsole::Console::WriteLine | ( | const CString & | message, | |
msgtype_enum | type | |||
) | [static] |
Definition at line 30 of file SDK/BON/Common/Console.cpp.
CComPtr< IGMEOLEApp > GMEConsole::Console::gmeoleapp = 0 [static] |
Definition at line 15 of file SDK/BON/Common/Console.h.