LIBURANIA
GUI library (a wrapper of Win32 API) in C++
読み取り中…
検索中…
一致する文字列を見つけられません
公開メンバ関数 | 公開変数類 | 全メンバ一覧
urania::BasicWindow::D0_ 構造体

#include <bwin.h>

urania::BasicWindow::D0_ 連携図

公開メンバ関数

 D0_ () noexcept
 

公開変数類

std::wstring title
 
HWND pwnd
 
HMENU hm
 
WNDPROC winproc
 
int x
 
int y
 
int w
 
int h
 
unsigned icon
 
unsigned cursor
 
unsigned bkcolor
 
bool maxbox
 
bool minbox
 
bool h_scrollbar
 
bool v_scrollbar
 
bool popup
 
bool border_only
 
bool can_resize
 

構築子と解体子

◆ D0_()

urania::BasicWindow::D0_::D0_ ( )
inlinenoexcept

メンバ詳解

◆ bkcolor

unsigned urania::BasicWindow::D0_::bkcolor

◆ border_only

bool urania::BasicWindow::D0_::border_only

◆ can_resize

bool urania::BasicWindow::D0_::can_resize

◆ cursor

unsigned urania::BasicWindow::D0_::cursor

◆ h

int urania::BasicWindow::D0_::h

◆ h_scrollbar

bool urania::BasicWindow::D0_::h_scrollbar

◆ hm

HMENU urania::BasicWindow::D0_::hm

◆ icon

unsigned urania::BasicWindow::D0_::icon

◆ maxbox

bool urania::BasicWindow::D0_::maxbox

◆ minbox

bool urania::BasicWindow::D0_::minbox

◆ popup

bool urania::BasicWindow::D0_::popup

◆ pwnd

HWND urania::BasicWindow::D0_::pwnd

◆ title

std::wstring urania::BasicWindow::D0_::title

◆ v_scrollbar

bool urania::BasicWindow::D0_::v_scrollbar

◆ w

int urania::BasicWindow::D0_::w

◆ winproc

WNDPROC urania::BasicWindow::D0_::winproc

◆ x

int urania::BasicWindow::D0_::x

◆ y

int urania::BasicWindow::D0_::y

この構造体詳解は次のファイルから抽出されました: