CBlueUI
C++ 跨平台跨框架的数据可视化工具
|
Public 成员函数 | |
CWidgetGLFW () | |
~CWidgetGLFW () | |
UINT | MessageLoop () |
GLFWwindow * | GetWindows () const |
BOOL | CreateAttach (GLFWwindow *parent, GLFWwindow *win, RECT *rc) |
BOOL | Create (GLFWwindow *parent, LPCTSTR name, UINT style, RECT *rc) |
void | SetWindowPos (int x, int y, int w, int h) |
void | CenterWindow () |
void | ShowWindow (UINT flag) |
void | DisableWindow (BOOL disable) |
BOOL | IsVisibleWindow () const |
void | DestoryWindow () |
UINT | DoMadal () |
UINT | DoModalRealTime (void(*idle_func)()) |
Protected 成员函数 | |
void | OnSizeChange () |
Protected 属性 | |
GLFWwindow * | m_window |
CWidgetGLFW::CWidgetGLFW | ( | ) |
CWidgetGLFW::~CWidgetGLFW | ( | ) |
void CWidgetGLFW::CenterWindow | ( | ) |
void CWidgetGLFW::DestoryWindow | ( | ) |
void CWidgetGLFW::DisableWindow | ( | BOOL | disable | ) |
UINT CWidgetGLFW::DoMadal | ( | ) |
UINT CWidgetGLFW::DoModalRealTime | ( | void(*)() | idle_func | ) |
GLFWwindow * CWidgetGLFW::GetWindows | ( | ) | const |
BOOL CWidgetGLFW::IsVisibleWindow | ( | ) | const |
UINT CWidgetGLFW::MessageLoop | ( | ) |
|
protected |
void CWidgetGLFW::SetWindowPos | ( | int | x, |
int | y, | ||
int | w, | ||
int | h | ||
) |
void CWidgetGLFW::ShowWindow | ( | UINT | flag | ) |
|
protected |