Public Member Functions | |
| KConsole () | |
| bool | Create (char *pName=NULL, bool bGraphic=false, HINSTANCE hInstance=NULL, HWND hFather=NULL, bool bCreateWindow=true) |
| bool | Close () |
| void | SetTitle (char *pTitle) |
| void | Printf (const char *text,...) |
| void | SetTextAttribut (s16 Attribut) |
| void | SetCursorPos (u16 x, u16 y) |
| KPt | GetCursorPos () |
| void | Printf (u16 x, u16 y, u16 Attribut, const char *text,...) |
| KConsole & | operator<< (KStr sString) |
| KConsole & | operator<< (float Value) |
| KConsole & | operator<< (int Value) |
| KConsole & | operator<< (unsigned int Value) |
| KConsole & | operator<< (long Value) |
| KConsole & | operator<< (unsigned long Value) |
| KConsole & | operator<< (KCMESSAGETYPE Type) |
| void | RegisterConsole (KOutputConsole *pConsole) |
| void | UnregisterConsole (KOutputConsole *pConsole) |
| void | SetParentWindow (HWND hWnd) |
| HWND | GethWindow () |
| HWND | GethEdit () |
| void | SetBackGroundColor (KCOLOR Color) |
Protected Member Functions | |
| void | Write (char *pString, KCMESSAGETYPE Type=KCMT_NORMAL) |
| bool | CreateGraphic (HINSTANCE hInstance, HWND hFather=NULL, bool bCreateWindow=true) |
Static Protected Member Functions | |
| static LRESULT CALLBACK | WindowProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
Protected Attributes | |
| HANDLE | m_hConsole |
| HANDLE | m_hLogFile |
| HWND | m_hParent |
| KCMESSAGETYPE | m_CurrentType |
| bool | m_bNewLine |
| HMODULE | m_hModuleRichEdit |
| bool | m_bGraphic |
| HWND | m_hWnd |
| HWND | m_hEdit |
Definition at line 39 of file Console.h.
1.5.1-p1