CBlueUI  
C++ 跨平台跨框架的数据可视化工具
载入中...
搜索中...
未找到
CWidgetGLFW类 参考
+ 类 CWidgetGLFW 继承关系图:

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()

CWidgetGLFW::~CWidgetGLFW ( )

成员函数说明

◆ CenterWindow()

void CWidgetGLFW::CenterWindow ( )

◆ Create()

BOOL CWidgetGLFW::Create ( GLFWwindow *  parent,
LPCTSTR  name,
UINT  style,
RECT rc 
)

◆ CreateAttach()

BOOL CWidgetGLFW::CreateAttach ( GLFWwindow *  parent,
GLFWwindow *  win,
RECT rc 
)

◆ DestoryWindow()

void CWidgetGLFW::DestoryWindow ( )

◆ DisableWindow()

void CWidgetGLFW::DisableWindow ( BOOL  disable)

◆ DoMadal()

UINT CWidgetGLFW::DoMadal ( )

◆ DoModalRealTime()

UINT CWidgetGLFW::DoModalRealTime ( void(*)()  idle_func)

◆ GetWindows()

GLFWwindow * CWidgetGLFW::GetWindows ( ) const

◆ IsVisibleWindow()

BOOL CWidgetGLFW::IsVisibleWindow ( ) const

◆ MessageLoop()

UINT CWidgetGLFW::MessageLoop ( )

◆ OnSizeChange()

void CWidgetGLFW::OnSizeChange ( )
protected

◆ SetWindowPos()

void CWidgetGLFW::SetWindowPos ( int  x,
int  y,
int  w,
int  h 
)

◆ ShowWindow()

void CWidgetGLFW::ShowWindow ( UINT  flag)

类成员变量说明

◆ m_window

GLFWwindow* CWidgetGLFW::m_window
protected
鄂公网安备42018502007752 鄂ICP备2024082886
Copyright © 2025 · CBlueStudio 版权所有