Solution46
|
ペインウィンドウクラス [詳解]
#include "CWndPane.h"
公開メンバ関数 | |
CWndPane () noexcept | |
コンストラクタ [詳解] | |
CWndPane (CWndPane &&rcInstance) noexcept | |
ムーブコンストラクタ [詳解] | |
virtual | ~CWndPane () noexcept |
デストラクタ [詳解] | |
virtual wchar_t const * | GetSectionName () const noexcept |
セクション名取得関数 [詳解] | |
virtual COLORREF | GetBackColor () const noexcept |
クライアント描画領域背景色取得関数 [詳解] | |
virtual COLORREF | GetTextColor () const noexcept |
クライアント描画領域文字色取得関数 [詳解] | |
virtual COLORREF | GetFocusTextColor () const noexcept |
フォーカス所有文字色取得関数 [詳解] | |
virtual COLORREF | GetFocusWindowTextColor () const noexcept |
フォーカスウィンドウ文字色取得関数 [詳解] | |
virtual CWndPane * | GetPaneWindow (HWND hWnd) const noexcept |
表示フラグ取得関数 [詳解] | |
virtual bool | IsShow () noexcept |
表示フラグ取得関数 [詳解] | |
virtual bool | SetShow (bool bShow) noexcept |
表示状態設定関数 [詳解] | |
virtual HWND | GetSizeBar () const noexcept |
サイズバーコントロール取得関数 [詳解] | |
virtual bool | IsPartition () const noexcept |
パーティションウィンドウ判別関数 [詳解] | |
virtual EPartitionPos | GetPartitionPos () const noexcept |
パーティション配置位置取得関数 [詳解] | |
virtual int | GetPartitionSize () const noexcept |
パーティションサイズ取得関数 [詳解] | |
virtual bool | SetPartitionSize (int nSize) noexcept |
パーティションサイズ設定関数 [詳解] | |
virtual bool | Create (HWND hParent=nullptr, HMENU hMenu=nullptr) noexcept override |
ウィンドウ作成関数 [詳解] | |
virtual DWORD | GetCreateStyle () noexcept override |
ウィンドウ作成スタイル取得関数 [詳解] | |
virtual LRESULT | WmApp () noexcept override |
各種メッセージ処理関数 [詳解] | |
virtual LRESULT | WmPaint () noexcept override |
virtual LRESULT | WmSetFocus () noexcept override |
virtual LRESULT | WmKillFocus () noexcept override |
virtual LRESULT | WmLButtonDown () noexcept override |
virtual LRESULT | WmContextMenu () noexcept override |
virtual LRESULT | WmCommand () noexcept override |
virtual LRESULT | WmNotifyChildSetFocus () noexcept |
ユーザ定義メッセージ処理関数 [詳解] | |
virtual LRESULT | WmNotifyChildKillFocus () noexcept |
virtual LRESULT | WmNotifyChildLButtonDown () noexcept |
virtual LRESULT | WmNotifyChildLButtonUp () noexcept |
virtual LRESULT | WmNotifyChildCommand () noexcept |
virtual bool | InitConfig (CJsonConfig &rcConfig) noexcept |
ウィンドウ構成情報初期化関数 [詳解] | |
virtual bool | ResumeConfig (CJsonConfig &rcConfig) noexcept |
ウィンドウ構成情報復元関数 [詳解] | |
virtual bool | SaveConfig (CJsonConfig &rcConfig) noexcept |
ウィンドウ構成情報保存関数 [詳解] | |
virtual CWndPane * | GetParentPane () noexcept |
親ペインウィンドウ取得関数 [詳解] | |
virtual CWndPane * | GetTopLevelPane () noexcept |
最上位ペインウィンドウ取得関数 [詳解] | |
virtual bool | GetChildPaneInfo (SChildPaneInfo &rsChildInfo) noexcept |
子ペインウィンドウ情報取得関数 [詳解] | |
virtual int | GetOrderIndex (CWndPane *pcPane=nullptr, int *pnOrder=nullptr) noexcept |
ペインウィンドウオーダー番号取得関数 [詳解] | |
virtual CWndPane * | GetOrderPane (int *pnOrder) noexcept |
オーダー番号ペインウィンドウ取得関数 [詳解] | |
virtual int | GetChildCount () noexcept |
子ペインウィンドウ数取得関数 [詳解] | |
virtual int | GetShowChildCount () noexcept |
表示状態子ペインウィンドウ数取得関数 [詳解] | |
virtual int | GetHideChildCount () noexcept |
非表示状態子ペインウィンドウ数取得関数 [詳解] | |
virtual int | GetHideableChildCount () noexcept |
非表示可能子ペインウィンドウ数取得関数 [詳解] | |
virtual int | GetDeletableChildCount () noexcept |
削除可能子ペインウィンドウ数取得関数 [詳解] | |
virtual bool | CanHideChildWindow (CWndPane *pcChild) noexcept |
子ウィンドウ非表示可能状態取得関数 [詳解] | |
virtual bool | CanDeleteChildWindow (CWndPane *pcChild) noexcept |
子ウィンドウ削除可能状態取得関数 [詳解] | |
virtual bool | ShowChildWindow (CWndPane *pcChild, bool bShow) noexcept |
子ウィンドウ表示状態設定関数 [詳解] | |
virtual bool | DeleteChildWindow (CWndPane *pcChild) noexcept |
子ウィンドウ削除関数 [詳解] | |
virtual bool | ShowChildAll (bool bShow) noexcept |
全子ウィンドウ表示関数 [詳解] | |
virtual bool | DeleteChildAll () noexcept |
全子ウィンドウ削除関数 [詳解] | |
virtual bool | UpdateClientRect () noexcept |
クライアント領域更新関数 [詳解] | |
virtual bool | UpdateClientRectAll () noexcept |
全ウィンドウクライアント領域更新関数 [詳解] | |
virtual bool | GetPaintRect (RECT &rsRect) noexcept |
クライアント描画領域取得関数 [詳解] | |
virtual bool | DrawPaintRect (HDC hDc, RECT &rsRect) noexcept |
クライアント領域描画関数 [詳解] | |
virtual int | GetMinWidth () noexcept |
最小水平サイズ取得関数 [詳解] | |
virtual int | GetMinHeight () noexcept |
最小垂直サイズ取得関数 [詳解] | |
virtual bool | ExecMenuCommand (WORD wId, WORD wCode, HWND hCtrl) noexcept |
メニューコマンド実行関数 [詳解] | |
virtual HMENU | CreateContextMenu () noexcept |
コンテキストメニュー作成関数 [詳解] | |
virtual bool | AppendDebugMenu (HMENU hMenu) noexcept |
デバッグメニュー追加関数 [詳解] | |
virtual bool | AppendShowDeleteMenu (HMENU hMenu) noexcept |
表示削除メニュー追加関数 [詳解] | |
![]() | |
CWndBase () noexcept | |
コンストラクタ [詳解] | |
virtual | ~CWndBase () noexcept |
デストラクタ [詳解] | |
virtual HWND & | GetHandle () noexcept |
ウィンドウハンドル取得関数 [詳解] | |
virtual UINT & | GetMessage () noexcept |
ウィンドウメッセージ取得関数 [詳解] | |
virtual WPARAM & | GetWParam () noexcept |
ウィンドウメッセージ第1引数取得関数 [詳解] | |
virtual LPARAM & | GetLParam () noexcept |
ウィンドウメッセージ第2引数取得関数 [詳解] | |
virtual bool | IsPaneWindow () const noexcept |
ペインウィンドウ判定関数 [詳解] | |
virtual bool | Destroy () noexcept |
ウィンドウ破棄関数 [詳解] | |
virtual LPCWSTR | GetRegistBaseClassName () noexcept |
ウィンドウクラス登録基底ウィンドウクラス名取得関数 [詳解] | |
virtual LPCWSTR | GetRegistClassName () noexcept |
ウィンドウクラス登録クラス名取得関数 [詳解] | |
virtual LPCWSTR | GetRegistClassName (CString &rcString) noexcept |
ウィンドウクラス登録クラス名取得関数 [詳解] | |
virtual UINT | GetRegistStyle () noexcept |
ウィンドウクラス登録スタイル取得関数 [詳解] | |
virtual WNDPROC | GetRegistWndProc () noexcept |
ウィンドウクラス登録コールバック関数取得関数 [詳解] | |
virtual int | GetRegistClsExtra () noexcept |
ウィンドウクラス登録クラス拡張サイズ取得関数 [詳解] | |
virtual int | GetRegistWndExtra () noexcept |
ウィンドウクラス登録ウィンドウ拡張サイズ取得関数 [詳解] | |
virtual HINSTANCE | GetRegistInstance () noexcept |
ウィンドウクラス登録アプリケーションインスタンスハンドル取得関数 [詳解] | |
virtual HICON | GetRegistIcon () noexcept |
ウィンドウクラス登録アプリケーションアイコンハンドル取得関数 [詳解] | |
virtual HCURSOR | GetRegistCursor () noexcept |
ウィンドウクラス登録カーソルアイコンハンドル取得関数 [詳解] | |
virtual HBRUSH | GetRegistBackGround () noexcept |
ウィンドウクラス登録背景ブラシハンドル取得関数 [詳解] | |
virtual LPCWSTR | GetRegistMenuName () noexcept |
ウィンドウクラス登録メニュー名取得関数 [詳解] | |
virtual HICON | GetRegistIconSm () noexcept |
ウィンドウクラス登録小アプリケーションアイコンハンドル取得関数 [詳解] | |
virtual UINT | GetRegistStyle (UINT uStyle) noexcept |
ウィンドウクラス登録スタイル取得関数 [詳解] | |
virtual WNDPROC | GetRegistWndProc (WNDPROC pfnWndProc) noexcept |
ウィンドウクラス登録コールバック関数取得関数 [詳解] | |
virtual int | GetRegistClsExtra (int nClsExtra) noexcept |
ウィンドウクラス登録クラス拡張サイズ取得関数 [詳解] | |
virtual int | GetRegistWndExtra (int nWndExtra) noexcept |
ウィンドウクラス登録ウィンドウ拡張サイズ取得関数 [詳解] | |
virtual HINSTANCE | GetRegistInstance (HINSTANCE hInstance) noexcept |
ウィンドウクラス登録アプリケーションインスタンスハンドル取得関数 [詳解] | |
virtual HICON | GetRegistIcon (HICON hIcon) noexcept |
ウィンドウクラス登録アプリケーションアイコンハンドル取得関数 [詳解] | |
virtual HCURSOR | GetRegistCursor (HCURSOR hCursor) noexcept |
ウィンドウクラス登録カーソルアイコンハンドル取得関数 [詳解] | |
virtual HBRUSH | GetRegistBackGround (HBRUSH hBrush) noexcept |
ウィンドウクラス登録背景ブラシハンドル取得関数 [詳解] | |
virtual LPCWSTR | GetRegistMenuName (LPCWSTR pszMenuName) noexcept |
ウィンドウクラス登録メニュー名取得関数 [詳解] | |
virtual HICON | GetRegistIconSm (HICON hIcon) noexcept |
ウィンドウクラス登録小アプリケーションアイコンハンドル取得関数 [詳解] | |
virtual DWORD | GetCreateExStyle () noexcept |
ウィンドウ作成拡張スタイル取得関数 [詳解] | |
virtual LPCWSTR | GetCreateClassName () noexcept |
ウィンドウ作成クラス名取得関数 [詳解] | |
virtual LPCWSTR | GetCreateWindowName () noexcept |
ウィンドウ作成ウィンドウタイトル取得関数 [詳解] | |
virtual int | GetCreateLeft () noexcept |
ウィンドウ作成ウィンドウ左座標取得関数 [詳解] | |
virtual int | GetCreateTop () noexcept |
ウィンドウ作成ウィンドウ上座標取得関数 [詳解] | |
virtual int | GetCreateWidth () noexcept |
ウィンドウ作成ウィンドウ水平サイズ取得関数 [詳解] | |
virtual int | GetCreateHeight () noexcept |
ウィンドウ作成ウィンドウ垂直サイズ取得関数 [詳解] | |
virtual HWND | GetCreateParent () noexcept |
ウィンドウ作成親ウィンドウハンドル取得関数 [詳解] | |
virtual HMENU | GetCreateMenu () noexcept |
ウィンドウ作成メニューハンドル取得関数 [詳解] | |
virtual HINSTANCE | GetCreateInstance () noexcept |
ウィンドウ作成アプリケーションインスタンスハンドル取得関数 [詳解] | |
virtual LPVOID | GetCreateParam () noexcept |
ウィンドウ作成ウィンドウ作成データ取得関数 [詳解] | |
virtual LRESULT | MessageProc () noexcept |
ウィンドウメッセージ処理関数 [詳解] | |
virtual LRESULT | DefaultProc () noexcept |
デフォルトメッセージ処理関数 [詳解] | |
virtual LRESULT | WmUser () noexcept |
各種メッセージ処理関数 [詳解] | |
virtual LRESULT | WmCreate () noexcept |
virtual LRESULT | WmDestroy () noexcept |
virtual LRESULT | WmMove () noexcept |
virtual LRESULT | WmSize () noexcept |
virtual LRESULT | WmActivate () noexcept |
virtual LRESULT | WmEnable () noexcept |
virtual LRESULT | WmSetRedraw () noexcept |
virtual LRESULT | WmSetText () noexcept |
virtual LRESULT | WmGetText () noexcept |
virtual LRESULT | WmGetTextLength () noexcept |
virtual LRESULT | WmClose () noexcept |
virtual LRESULT | WmQueryEndSession () noexcept |
virtual LRESULT | WmQueryOpen () noexcept |
virtual LRESULT | WmEndSession () noexcept |
virtual LRESULT | WmQuit () noexcept |
virtual LRESULT | WmEraseBkGnd () noexcept |
virtual LRESULT | WmSysColorChange () noexcept |
virtual LRESULT | WmShowWindow () noexcept |
virtual LRESULT | WmWinIniChange () noexcept |
virtual LRESULT | WmDevModeChange () noexcept |
virtual LRESULT | WmActivateApp () noexcept |
virtual LRESULT | WmFontChange () noexcept |
virtual LRESULT | WmTimeChange () noexcept |
virtual LRESULT | WmCancelMode () noexcept |
virtual LRESULT | WmSetCursor () noexcept |
virtual LRESULT | WmMouseActivate () noexcept |
virtual LRESULT | WmChildActivate () noexcept |
virtual LRESULT | WmQueueSync () noexcept |
virtual LRESULT | WmGetMinMaxInfo () noexcept |
virtual LRESULT | WmPaintIcon () noexcept |
virtual LRESULT | WmIconEraseBkGnd () noexcept |
virtual LRESULT | WmNextDlgCtl () noexcept |
virtual LRESULT | WmSpoolerStatus () noexcept |
virtual LRESULT | WmDrawItem () noexcept |
virtual LRESULT | WmMeasureItem () noexcept |
virtual LRESULT | WmDeleteItem () noexcept |
virtual LRESULT | WmVKeyToItem () noexcept |
virtual LRESULT | WmCharToItem () noexcept |
virtual LRESULT | WmSetFont () noexcept |
virtual LRESULT | WmGetFont () noexcept |
virtual LRESULT | WmSetHotKey () noexcept |
virtual LRESULT | WmGetHotKey () noexcept |
virtual LRESULT | WmQueryDragIcon () noexcept |
virtual LRESULT | WmCompareItem () noexcept |
virtual LRESULT | WmGetObject () noexcept |
virtual LRESULT | WmCompacting () noexcept |
virtual LRESULT | WmCommNotify () noexcept |
virtual LRESULT | WmWindowPosChanging () noexcept |
virtual LRESULT | WmWindowPosChanged () noexcept |
virtual LRESULT | WmPower () noexcept |
virtual LRESULT | WmCopyData () noexcept |
virtual LRESULT | WmCancelJournal () noexcept |
virtual LRESULT | WmNotify () noexcept |
virtual LRESULT | WmInputLangChangeRequest () noexcept |
virtual LRESULT | WmInputLangChange () noexcept |
virtual LRESULT | WmTCard () noexcept |
virtual LRESULT | WmHelp () noexcept |
virtual LRESULT | WmUserChanged () noexcept |
virtual LRESULT | WmNotifyFormat () noexcept |
virtual LRESULT | WmStyleChanging () noexcept |
virtual LRESULT | WmStyleChanged () noexcept |
virtual LRESULT | WmDisplayChange () noexcept |
virtual LRESULT | WmGetIcon () noexcept |
virtual LRESULT | WmSetIcon () noexcept |
virtual LRESULT | WmNcCreate () noexcept |
virtual LRESULT | WmNcDestroy () noexcept |
virtual LRESULT | WmNcCalcSize () noexcept |
virtual LRESULT | WmNcHitTest () noexcept |
virtual LRESULT | WmNcPaint () noexcept |
virtual LRESULT | WmNcActivate () noexcept |
virtual LRESULT | WmGetDlgCode () noexcept |
virtual LRESULT | WmSyncPaint () noexcept |
virtual LRESULT | WmNcMouseMove () noexcept |
virtual LRESULT | WmNcLButtonDown () noexcept |
virtual LRESULT | WmNcLButtonUp () noexcept |
virtual LRESULT | WmNcLButtonDblClk () noexcept |
virtual LRESULT | WmNcRButtonDown () noexcept |
virtual LRESULT | WmNcRButtonUp () noexcept |
virtual LRESULT | WmNcRButtonDblClk () noexcept |
virtual LRESULT | WmNcMButtonDown () noexcept |
virtual LRESULT | WmNcMButtonUp () noexcept |
virtual LRESULT | WmNcMButtonDblClk () noexcept |
virtual LRESULT | WmNcXButtonDown () noexcept |
virtual LRESULT | WmNcXButtonUp () noexcept |
virtual LRESULT | WmNcXButtonDblClk () noexcept |
virtual LRESULT | WmInput () noexcept |
virtual LRESULT | WmKeyDown () noexcept |
virtual LRESULT | WmKeyUp () noexcept |
virtual LRESULT | WmChar () noexcept |
virtual LRESULT | WmDeadChar () noexcept |
virtual LRESULT | WmSysKeyDown () noexcept |
virtual LRESULT | WmSysKeyUp () noexcept |
virtual LRESULT | WmSysChar () noexcept |
virtual LRESULT | WmSysDeadChar () noexcept |
virtual LRESULT | WmUniChar () noexcept |
virtual LRESULT | WmInitDialog () noexcept |
virtual LRESULT | WmSysCommand () noexcept |
virtual LRESULT | WmTimer () noexcept |
virtual LRESULT | WmHScroll () noexcept |
virtual LRESULT | WmVScroll () noexcept |
virtual LRESULT | WmInitMenu () noexcept |
virtual LRESULT | WmInitMenuPopup () noexcept |
virtual LRESULT | WmMenuSelect () noexcept |
virtual LRESULT | WmMenuChar () noexcept |
virtual LRESULT | WmEnterIdle () noexcept |
virtual LRESULT | WmMenuRButtonUp () noexcept |
virtual LRESULT | WmMenuDrag () noexcept |
virtual LRESULT | WmMenuGetObject () noexcept |
virtual LRESULT | WmUnInitMenuPopup () noexcept |
virtual LRESULT | WmMenuCommand () noexcept |
virtual LRESULT | WmChangeUiState () noexcept |
virtual LRESULT | WmUpdateUiState () noexcept |
virtual LRESULT | WmQueryUiState () noexcept |
virtual LRESULT | WmCtlColorMsgBox () noexcept |
virtual LRESULT | WmCtlColorEdit () noexcept |
virtual LRESULT | WmCtlColorListBox () noexcept |
virtual LRESULT | WmCtlColorBtn () noexcept |
virtual LRESULT | WmCtlColorDlg () noexcept |
virtual LRESULT | WmCtlColorScrollBar () noexcept |
virtual LRESULT | WmCtlColorStatic () noexcept |
virtual LRESULT | MnGetHMenu () noexcept |
virtual LRESULT | WmMouseMove () noexcept |
virtual LRESULT | WmLButtonUp () noexcept |
virtual LRESULT | WmLButtonDblClk () noexcept |
virtual LRESULT | WmRButtonDown () noexcept |
virtual LRESULT | WmRButtonUp () noexcept |
virtual LRESULT | WmRButtonDblClk () noexcept |
virtual LRESULT | WmMButtonDown () noexcept |
virtual LRESULT | WmMButtonUp () noexcept |
virtual LRESULT | WmMButtonDblClk () noexcept |
virtual LRESULT | WmMouseWheel () noexcept |
virtual LRESULT | WmXButtonDown () noexcept |
virtual LRESULT | WmXButtonUp () noexcept |
virtual LRESULT | WmXButtonDblClk () noexcept |
virtual LRESULT | WmParentNotify () noexcept |
virtual LRESULT | WmEnterMenuLoop () noexcept |
virtual LRESULT | WmExitMenuLoop () noexcept |
virtual LRESULT | WmNextMenu () noexcept |
virtual LRESULT | WmSizing () noexcept |
virtual LRESULT | WmCaptureChanged () noexcept |
virtual LRESULT | WmMoving () noexcept |
virtual LRESULT | WmPowerBroadcast () noexcept |
virtual LRESULT | WmDeviceChange () noexcept |
virtual LRESULT | WmMdiCreate () noexcept |
virtual LRESULT | WmMdiDestroy () noexcept |
virtual LRESULT | WmMdiActivate () noexcept |
virtual LRESULT | WmMdiRestore () noexcept |
virtual LRESULT | WmMdiNext () noexcept |
virtual LRESULT | WmMdiMaximize () noexcept |
virtual LRESULT | WmMdiTile () noexcept |
virtual LRESULT | WmMdiCascade () noexcept |
virtual LRESULT | WmMdiIconArrange () noexcept |
virtual LRESULT | WmMdiGetActive () noexcept |
virtual LRESULT | WmMdiSetMenu () noexcept |
virtual LRESULT | WmEnterSizeMove () noexcept |
virtual LRESULT | WmExitSizeMove () noexcept |
virtual LRESULT | WmDropFiles () noexcept |
virtual LRESULT | WmMdiRefreshMenu () noexcept |
virtual LRESULT | WmImeKeyDown () noexcept |
virtual LRESULT | WmImeKeyUp () noexcept |
virtual LRESULT | WmMouseHover () noexcept |
virtual LRESULT | WmMouseLeave () noexcept |
virtual LRESULT | WmNcMouseHover () noexcept |
virtual LRESULT | WmNcMouseLeave () noexcept |
virtual LRESULT | WmCut () noexcept |
virtual LRESULT | WmCopy () noexcept |
virtual LRESULT | WmPaste () noexcept |
virtual LRESULT | WmClear () noexcept |
virtual LRESULT | WmUndo () noexcept |
virtual LRESULT | WmRenderFormat () noexcept |
virtual LRESULT | WmRenderAllFormats () noexcept |
virtual LRESULT | WmDestroyClipboard () noexcept |
virtual LRESULT | WmDrawClipboard () noexcept |
virtual LRESULT | WmPaintClipboard () noexcept |
virtual LRESULT | WmVScrollClipboard () noexcept |
virtual LRESULT | WmSizeClipboard () noexcept |
virtual LRESULT | WmAskCbFormatName () noexcept |
virtual LRESULT | WmChangeCbChain () noexcept |
virtual LRESULT | WmHScrollClipboard () noexcept |
virtual LRESULT | WmQueryNewPalette () noexcept |
virtual LRESULT | WmPaletteIsChanging () noexcept |
virtual LRESULT | WmPaletteChanged () noexcept |
virtual LRESULT | WmHotKey () noexcept |
virtual LRESULT | WmPrint () noexcept |
virtual LRESULT | WmPrintClient () noexcept |
virtual LRESULT | WmAppCommand () noexcept |
virtual LRESULT | WmThemeChanged () noexcept |
virtual LRESULT | WmHandHeldFirst () noexcept |
virtual LRESULT | WmHandHeldLast () noexcept |
virtual LRESULT | WmAfxFirst () noexcept |
virtual LRESULT | WmAfxLast () noexcept |
virtual LRESULT | WmPenWinFirst () noexcept |
virtual LRESULT | WmPenWinLast () noexcept |
virtual LRESULT | EmGetSel () noexcept |
virtual LRESULT | EmSetSel () noexcept |
virtual LRESULT | EmGetRect () noexcept |
virtual LRESULT | EmSetRect () noexcept |
virtual LRESULT | EmSetRectNp () noexcept |
virtual LRESULT | EmScroll () noexcept |
virtual LRESULT | EmLineScroll () noexcept |
virtual LRESULT | EmScrollCaret () noexcept |
virtual LRESULT | EmGetModify () noexcept |
virtual LRESULT | EmSetModify () noexcept |
virtual LRESULT | EmGetLineCount () noexcept |
virtual LRESULT | EmLineIndex () noexcept |
virtual LRESULT | EmSetHandle () noexcept |
virtual LRESULT | EmGetHandle () noexcept |
virtual LRESULT | EmGetThumb () noexcept |
virtual LRESULT | EmLineLength () noexcept |
virtual LRESULT | EmReplaceSel () noexcept |
virtual LRESULT | EmGetLine () noexcept |
virtual LRESULT | EmLimitText () noexcept |
virtual LRESULT | EmCanUndo () noexcept |
virtual LRESULT | EmUndo () noexcept |
virtual LRESULT | EmFmtLines () noexcept |
virtual LRESULT | EmLineFromChar () noexcept |
virtual LRESULT | EmSetTabStops () noexcept |
virtual LRESULT | EmSetPasswordChar () noexcept |
virtual LRESULT | EmEmptyUndoBuffer () noexcept |
virtual LRESULT | EmGetFirstVisibleLine () noexcept |
virtual LRESULT | EmSetReadOnly () noexcept |
virtual LRESULT | EmSetWordBreakProc () noexcept |
virtual LRESULT | EmGetWordBreakProc () noexcept |
virtual LRESULT | EmGetPasswordChar () noexcept |
virtual LRESULT | EmSetMargins () noexcept |
virtual LRESULT | EmGetMargins () noexcept |
virtual LRESULT | EmGetLimitText () noexcept |
virtual LRESULT | EmPosFromChar () noexcept |
virtual LRESULT | EmCharFromPos () noexcept |
virtual LRESULT | EmSetImeStatus () noexcept |
virtual LRESULT | EmGetImeStatus () noexcept |
virtual LRESULT | EmSetCueBanner () noexcept |
virtual LRESULT | EmGetCueBanner () noexcept |
virtual LRESULT | EmShowBalloonTip () noexcept |
virtual LRESULT | EmHideBalloonTip () noexcept |
virtual LRESULT | BmGetCheck () noexcept |
virtual LRESULT | BmSetCheck () noexcept |
virtual LRESULT | BmGetState () noexcept |
virtual LRESULT | BmSetState () noexcept |
virtual LRESULT | BmSetStyle () noexcept |
virtual LRESULT | BmClick () noexcept |
virtual LRESULT | BmGetImage () noexcept |
virtual LRESULT | BmSetImage () noexcept |
virtual LRESULT | LbAddString () noexcept |
virtual LRESULT | LbInsertString () noexcept |
virtual LRESULT | LbDeleteString () noexcept |
virtual LRESULT | LbSelItemRangeEx () noexcept |
virtual LRESULT | LbResetContent () noexcept |
virtual LRESULT | LbSetSel () noexcept |
virtual LRESULT | LbSetCurSel () noexcept |
virtual LRESULT | LbGetSel () noexcept |
virtual LRESULT | LbGetCurSel () noexcept |
virtual LRESULT | LbGetText () noexcept |
virtual LRESULT | LbGetTextLen () noexcept |
virtual LRESULT | LbGetCount () noexcept |
virtual LRESULT | LbSelectString () noexcept |
virtual LRESULT | LbDir () noexcept |
virtual LRESULT | LbGetTopIndex () noexcept |
virtual LRESULT | LbFindString () noexcept |
virtual LRESULT | LbGetSelCount () noexcept |
virtual LRESULT | LbGetSelItems () noexcept |
virtual LRESULT | LbSetTabStops () noexcept |
virtual LRESULT | LbGetHorizontalExtent () noexcept |
virtual LRESULT | LbSetHorizontalExtent () noexcept |
virtual LRESULT | LbSetColumnWidth () noexcept |
virtual LRESULT | LbAddFile () noexcept |
virtual LRESULT | LbSetTopIndex () noexcept |
virtual LRESULT | LbGetItemRect () noexcept |
virtual LRESULT | LbGetItemData () noexcept |
virtual LRESULT | LbSetItemData () noexcept |
virtual LRESULT | LbSelItemRange () noexcept |
virtual LRESULT | LbSetAnchorIndex () noexcept |
virtual LRESULT | LbGetAnchorIndex () noexcept |
virtual LRESULT | LbSetCaretIndex () noexcept |
virtual LRESULT | LbGetCaretIndex () noexcept |
virtual LRESULT | LbSetItemHeight () noexcept |
virtual LRESULT | LbGetItemHeight () noexcept |
virtual LRESULT | LbFindStringExact () noexcept |
virtual LRESULT | LbSetLocale () noexcept |
virtual LRESULT | LbGetLocale () noexcept |
virtual LRESULT | LbSetCount () noexcept |
virtual LRESULT | LbInitStorage () noexcept |
virtual LRESULT | LbItemFromPoint () noexcept |
virtual LRESULT | LbGetListBoxInfo () noexcept |
virtual LRESULT | LbMsgMax () noexcept |
virtual LRESULT | CbGetEditSel () noexcept |
virtual LRESULT | CbLimitText () noexcept |
virtual LRESULT | CbSetEditSel () noexcept |
virtual LRESULT | CbAddString () noexcept |
virtual LRESULT | CbDeleteString () noexcept |
virtual LRESULT | CbDir () noexcept |
virtual LRESULT | CbGetCount () noexcept |
virtual LRESULT | CbGetCurSel () noexcept |
virtual LRESULT | CbGetLbText () noexcept |
virtual LRESULT | CbGetLbTextLen () noexcept |
virtual LRESULT | CbInsertString () noexcept |
virtual LRESULT | CbResetContent () noexcept |
virtual LRESULT | CbFindString () noexcept |
virtual LRESULT | CbSelectString () noexcept |
virtual LRESULT | CbSetCurSel () noexcept |
virtual LRESULT | CbShowDropDown () noexcept |
virtual LRESULT | CbGetItemData () noexcept |
virtual LRESULT | CbSetItemData () noexcept |
virtual LRESULT | CbGetDroppedControlRect () noexcept |
virtual LRESULT | CbSetItemHeight () noexcept |
virtual LRESULT | CbGetItemHeight () noexcept |
virtual LRESULT | CbSetExtendedUi () noexcept |
virtual LRESULT | CbGetExtendedUi () noexcept |
virtual LRESULT | CbGetDroppedState () noexcept |
virtual LRESULT | CbFindStringExact () noexcept |
virtual LRESULT | CbSetLocale () noexcept |
virtual LRESULT | CbGetLocale () noexcept |
virtual LRESULT | CbGetTopIndex () noexcept |
virtual LRESULT | CbSetTopIndex () noexcept |
virtual LRESULT | CbGetHorizontalExtent () noexcept |
virtual LRESULT | CbSetHorizontalExtent () noexcept |
virtual LRESULT | CbGetDroppedWidth () noexcept |
virtual LRESULT | CbSetDroppedWidth () noexcept |
virtual LRESULT | CbInitStorage () noexcept |
virtual LRESULT | CbGetComboBoxInfo () noexcept |
virtual LRESULT | CbMsgMax () noexcept |
virtual LRESULT | CbSetMinVisible () noexcept |
virtual LRESULT | CbGetMinVisible () noexcept |
virtual LRESULT | DmGetDefId () noexcept |
virtual LRESULT | DmSetDefId () noexcept |
virtual LRESULT | DmReposition () noexcept |
virtual LRESULT | SbmSetPos () noexcept |
virtual LRESULT | SbmGetPos () noexcept |
virtual LRESULT | SbmSetRange () noexcept |
virtual LRESULT | SbmSetRangeRedraw () noexcept |
virtual LRESULT | SbmGetRange () noexcept |
virtual LRESULT | SbmSetScrollInfo () noexcept |
virtual LRESULT | SbmGetScrollInfo () noexcept |
virtual LRESULT | SbmGetScrollBarInfo () noexcept |
virtual LRESULT | StmSetIcon () noexcept |
virtual LRESULT | StmGetIcon () noexcept |
virtual LRESULT | StmSetImage () noexcept |
virtual LRESULT | StmGetImage () noexcept |
virtual LRESULT | StmMsgMax () noexcept |
virtual LRESULT | LvmGetBkColor () noexcept |
virtual LRESULT | LvmSetBkColor () noexcept |
virtual LRESULT | LvmGetImageList () noexcept |
virtual LRESULT | LvmSetImageList () noexcept |
virtual LRESULT | LvmGetItemCount () noexcept |
virtual LRESULT | LvmGetItem () noexcept |
virtual LRESULT | LvmSetItem () noexcept |
virtual LRESULT | LvmInsertItem () noexcept |
virtual LRESULT | LvmDeleteItem () noexcept |
virtual LRESULT | LvmDeleteAllItems () noexcept |
virtual LRESULT | LvmGetCallbackMask () noexcept |
virtual LRESULT | LvmSetCallbackMask () noexcept |
virtual LRESULT | LvmGetNextItem () noexcept |
virtual LRESULT | LvmFindItem () noexcept |
virtual LRESULT | LvmGetItemRect () noexcept |
virtual LRESULT | LvmSetItemPosition () noexcept |
virtual LRESULT | LvmGetItemPosition () noexcept |
virtual LRESULT | LvmGetStringWidth () noexcept |
virtual LRESULT | LvmHitTest () noexcept |
virtual LRESULT | LvmEnsureVisible () noexcept |
virtual LRESULT | LvmScroll () noexcept |
virtual LRESULT | LvmRedrawItems () noexcept |
virtual LRESULT | LvmArrange () noexcept |
virtual LRESULT | LvmEditLabel () noexcept |
virtual LRESULT | LvmGetEditControl () noexcept |
virtual LRESULT | LvmGetColumn () noexcept |
virtual LRESULT | LvmSetColumn () noexcept |
virtual LRESULT | LvmInsertColumn () noexcept |
virtual LRESULT | LvmDeleteColumn () noexcept |
virtual LRESULT | LvmGetColumnWidth () noexcept |
virtual LRESULT | LvmSetColumnWidth () noexcept |
virtual LRESULT | LvmGetHeader () noexcept |
virtual LRESULT | LvmCreateDragImage () noexcept |
virtual LRESULT | LvmGetViewRect () noexcept |
virtual LRESULT | LvmGetTextColor () noexcept |
virtual LRESULT | LvmSetTextColor () noexcept |
virtual LRESULT | LvmGetTextBkColor () noexcept |
virtual LRESULT | LvmSetTextBkColor () noexcept |
virtual LRESULT | LvmGetTopIndex () noexcept |
virtual LRESULT | LvmGetCountPerPage () noexcept |
virtual LRESULT | LvmGetOrigin () noexcept |
virtual LRESULT | LvmUpdate () noexcept |
virtual LRESULT | LvmSetItemState () noexcept |
virtual LRESULT | LvmGetItemState () noexcept |
virtual LRESULT | LvmGetItemText () noexcept |
virtual LRESULT | LvmSetItemText () noexcept |
virtual LRESULT | LvmSetItemCount () noexcept |
virtual LRESULT | LvmSortItems () noexcept |
virtual LRESULT | LvmSetItemPosition32 () noexcept |
virtual LRESULT | LvmGetSelectedCount () noexcept |
virtual LRESULT | LvmGetItemSpacing () noexcept |
virtual LRESULT | LvmGetIsearchString () noexcept |
virtual LRESULT | LvmSetIconSpacing () noexcept |
virtual LRESULT | LvmSetExtendedListViewStyle () noexcept |
virtual LRESULT | LvmGetExtendedListViewStyle () noexcept |
virtual LRESULT | LvmGetSubItemRect () noexcept |
virtual LRESULT | LvmSubItemHitTest () noexcept |
virtual LRESULT | LvmSetColumnOrderArray () noexcept |
virtual LRESULT | LvmGetColumnOrderArray () noexcept |
virtual LRESULT | LvmSetHotItem () noexcept |
virtual LRESULT | LvmGetHotItem () noexcept |
virtual LRESULT | LvmSetHotCursor () noexcept |
virtual LRESULT | LvmGetHotCursor () noexcept |
virtual LRESULT | LvmApproximateViewRect () noexcept |
virtual LRESULT | LvmSetWorkAreas () noexcept |
virtual LRESULT | LvmGetWorkAreas () noexcept |
virtual LRESULT | LvmGetNumberOfWorkAreas () noexcept |
virtual LRESULT | LvmGetSelectionMark () noexcept |
virtual LRESULT | LvmSetSelectionMark () noexcept |
virtual LRESULT | LvmSetHoverTime () noexcept |
virtual LRESULT | LvmGetHoverTime () noexcept |
virtual LRESULT | LvmSetToolTips () noexcept |
virtual LRESULT | LvmGetToolTips () noexcept |
virtual LRESULT | LvmSortItemsEx () noexcept |
virtual LRESULT | LvmSetBkImage () noexcept |
virtual LRESULT | LvmGetBkImage () noexcept |
virtual LRESULT | LvmSetSelectedColumn () noexcept |
virtual LRESULT | LvmSetView () noexcept |
virtual LRESULT | LvmGetView () noexcept |
virtual LRESULT | LvmInsertGroup () noexcept |
virtual LRESULT | LvmSetGroupInfo () noexcept |
virtual LRESULT | LvmGetGroupInfo () noexcept |
virtual LRESULT | LvmRemoveGroup () noexcept |
virtual LRESULT | LvmMoveGroup () noexcept |
virtual LRESULT | LvmMoveItemToGroup () noexcept |
virtual LRESULT | LvmSetGroupMetrics () noexcept |
virtual LRESULT | LvmGetGroupMetrics () noexcept |
virtual LRESULT | LvmEnableGroupView () noexcept |
virtual LRESULT | LvmSortGroups () noexcept |
virtual LRESULT | LvmInsertGroupSorted () noexcept |
virtual LRESULT | LvmRemoveAllGroups () noexcept |
virtual LRESULT | LvmHasGroup () noexcept |
virtual LRESULT | LvmSetTileViewInfo () noexcept |
virtual LRESULT | LvmGetTileViewInfo () noexcept |
virtual LRESULT | LvmSetTileInfo () noexcept |
virtual LRESULT | LvmGetTileInfo () noexcept |
virtual LRESULT | LvmSetInsertMark () noexcept |
virtual LRESULT | LvmGetInsertMark () noexcept |
virtual LRESULT | LvmInsertMarkHitTest () noexcept |
virtual LRESULT | LvmGetInsertMarkRect () noexcept |
virtual LRESULT | LvmSetInsertMarkColor () noexcept |
virtual LRESULT | LvmGetInsertMarkColor () noexcept |
virtual LRESULT | LvmSetInfoTip () noexcept |
virtual LRESULT | LvmGetSelectedColumn () noexcept |
virtual LRESULT | LvmIsGroupViewEnabled () noexcept |
virtual LRESULT | LvmGetOutLineColor () noexcept |
virtual LRESULT | LvmSetOutLineColor () noexcept |
virtual LRESULT | LvmCanceledItLabel () noexcept |
virtual LRESULT | LvmMapIndexToId () noexcept |
virtual LRESULT | LvmMapIdToIndex () noexcept |
virtual LRESULT | TvmInsertItem () noexcept |
virtual LRESULT | TvmDeleteItem () noexcept |
virtual LRESULT | TvmExpand () noexcept |
virtual LRESULT | TvmGetItemRect () noexcept |
virtual LRESULT | TvmGetCount () noexcept |
virtual LRESULT | TvmGetIndent () noexcept |
virtual LRESULT | TvmSetIndent () noexcept |
virtual LRESULT | TvmGetImageList () noexcept |
virtual LRESULT | TvmSetImageList () noexcept |
virtual LRESULT | TvmGetNextItem () noexcept |
virtual LRESULT | TvmSelectItem () noexcept |
virtual LRESULT | TvmGetItem () noexcept |
virtual LRESULT | TvmSetItem () noexcept |
virtual LRESULT | TvmEditLabel () noexcept |
virtual LRESULT | TvmGetEditControl () noexcept |
virtual LRESULT | TvmGetVisibleCount () noexcept |
virtual LRESULT | TvmHitTest () noexcept |
virtual LRESULT | TvmCreateDragImage () noexcept |
virtual LRESULT | TvmSortChildren () noexcept |
virtual LRESULT | TvmEnsureVisible () noexcept |
virtual LRESULT | TvmSortChildrenCb () noexcept |
virtual LRESULT | TvmEndEditLabelNow () noexcept |
virtual LRESULT | TvmGetIsEarchString () noexcept |
virtual LRESULT | TvmSetToolTips () noexcept |
virtual LRESULT | TvmGetToolTips () noexcept |
virtual LRESULT | TvmSetInsertMark () noexcept |
virtual LRESULT | TvmSetItemHeight () noexcept |
virtual LRESULT | TvmGetItemHeight () noexcept |
virtual LRESULT | TvmSetBkColor () noexcept |
virtual LRESULT | TvmSetTextColor () noexcept |
virtual LRESULT | TvmGetBkColor () noexcept |
virtual LRESULT | TvmGetTextColor () noexcept |
virtual LRESULT | TvmSetScrollTime () noexcept |
virtual LRESULT | TvmGetScrollTime () noexcept |
virtual LRESULT | TvmSetInsertMarkColor () noexcept |
virtual LRESULT | TvmGetInsertMarkColor () noexcept |
virtual LRESULT | TvmGetItemState () noexcept |
virtual LRESULT | TvmSetLineColor () noexcept |
virtual LRESULT | TvmGetLineColor () noexcept |
virtual LRESULT | TvmMapAccidToHtreeItem () noexcept |
virtual LRESULT | TvmMapHtreeItemToAccid () noexcept |
virtual LRESULT | HdmGetItemCount () noexcept |
virtual LRESULT | HdmInsertItem () noexcept |
virtual LRESULT | HdmDeleteItem () noexcept |
virtual LRESULT | HdmGetItem () noexcept |
virtual LRESULT | HdmSetItem () noexcept |
virtual LRESULT | HdmLayout () noexcept |
virtual LRESULT | HdmHitTest () noexcept |
virtual LRESULT | HdmGetItemRect () noexcept |
virtual LRESULT | HdmSetImageList () noexcept |
virtual LRESULT | HdmGetImageList () noexcept |
virtual LRESULT | HdmOrderToIndex () noexcept |
virtual LRESULT | HdmCreateDragImage () noexcept |
virtual LRESULT | HdmGetOrderArray () noexcept |
virtual LRESULT | HdmSetOrderArray () noexcept |
virtual LRESULT | HdmSetHotDivider () noexcept |
virtual LRESULT | HdmSetBitmapMargin () noexcept |
virtual LRESULT | HdmGetBitmapMargin () noexcept |
virtual LRESULT | HdmSetFilterChangeTimeout () noexcept |
virtual LRESULT | HdmEditFilter () noexcept |
virtual LRESULT | HdmClearFilter () noexcept |
virtual LRESULT | TcmGetImageList () noexcept |
virtual LRESULT | TcmSetImageList () noexcept |
virtual LRESULT | TcmGetItemCount () noexcept |
virtual LRESULT | TcmGetItem () noexcept |
virtual LRESULT | TcmSetItem () noexcept |
virtual LRESULT | TcmInsertItem () noexcept |
virtual LRESULT | TcmDeleteItem () noexcept |
virtual LRESULT | TcmDeleteAllItems () noexcept |
virtual LRESULT | TcmGetItemRect () noexcept |
virtual LRESULT | TcmGetCurSel () noexcept |
virtual LRESULT | TcmSetCurSel () noexcept |
virtual LRESULT | TcmHitTest () noexcept |
virtual LRESULT | TcmSetItemExtra () noexcept |
virtual LRESULT | TcmAdjustRect () noexcept |
virtual LRESULT | TcmSetItemSize () noexcept |
virtual LRESULT | TcmRemoveImage () noexcept |
virtual LRESULT | TcmSetPadding () noexcept |
virtual LRESULT | TcmGetRowCount () noexcept |
virtual LRESULT | TcmGetToolTips () noexcept |
virtual LRESULT | TcmSetToolTips () noexcept |
virtual LRESULT | TcmGetCurFocus () noexcept |
virtual LRESULT | TcmSetCurFocus () noexcept |
virtual LRESULT | TcmSetMinTabWidth () noexcept |
virtual LRESULT | TcmDeselectAll () noexcept |
virtual LRESULT | TcmHighlightItem () noexcept |
virtual LRESULT | TcmSetExtendedStyle () noexcept |
virtual LRESULT | TcmGetExtendedStyle () noexcept |
virtual LRESULT | PgmSetChild () noexcept |
virtual LRESULT | PgmRecalcSize () noexcept |
virtual LRESULT | PgmForwardMouse () noexcept |
virtual LRESULT | PgmSetBkColor () noexcept |
virtual LRESULT | PgmGetBkColor () noexcept |
virtual LRESULT | PgmSetBorder () noexcept |
virtual LRESULT | PgmGetBorder () noexcept |
virtual LRESULT | PgmSetPos () noexcept |
virtual LRESULT | PgmGetPos () noexcept |
virtual LRESULT | PgmSetButtonSize () noexcept |
virtual LRESULT | PgmGetButtonSize () noexcept |
virtual LRESULT | PgmGetButtonState () noexcept |
virtual LRESULT | BcmGetIdealSize () noexcept |
virtual LRESULT | BcmSetImageList () noexcept |
virtual LRESULT | BcmGetImageList () noexcept |
virtual LRESULT | BcmSetTextMargin () noexcept |
virtual LRESULT | BcmGetTextMargin () noexcept |
virtual LRESULT | CcmSetBkColor () noexcept |
virtual LRESULT | CcmSetColorScheme () noexcept |
virtual LRESULT | CcmGetColorScheme () noexcept |
virtual LRESULT | CcmGetDropTarget () noexcept |
virtual LRESULT | CcmSetUnicodeFormat () noexcept |
virtual LRESULT | CcmGetUnicodeFormat () noexcept |
virtual LRESULT | CcmSetVersion () noexcept |
virtual LRESULT | CcmGetVersion () noexcept |
virtual LRESULT | CcmSetNotifyWindow () noexcept |
virtual LRESULT | CcmSetWindowTheme () noexcept |
virtual LRESULT | CcmDpiScale () noexcept |
virtual LRESULT | EnMsgFilter () noexcept |
virtual LRESULT | EnRequestResize () noexcept |
virtual LRESULT | EnSelChange () noexcept |
virtual LRESULT | EnDropFiles () noexcept |
virtual LRESULT | EnProtected () noexcept |
virtual LRESULT | EnCorrectText () noexcept |
virtual LRESULT | EnStopNoUndo () noexcept |
virtual LRESULT | EnImeChange () noexcept |
virtual LRESULT | EnSaveClipboard () noexcept |
virtual LRESULT | EnOleOpFailed () noexcept |
virtual LRESULT | EnObjectPositions () noexcept |
virtual LRESULT | EnLink () noexcept |
virtual LRESULT | EnDragDropDone () noexcept |
virtual LRESULT | EnParagraphExpanded () noexcept |
virtual LRESULT | EnPageChange () noexcept |
virtual LRESULT | EnLowFiRtf () noexcept |
virtual LRESULT | EnAlignLtr () noexcept |
virtual LRESULT | EnAlignRtl () noexcept |
virtual LRESULT | LvnItemChanging () noexcept |
virtual LRESULT | LvnItemChanged () noexcept |
virtual LRESULT | LvnInsertItem () noexcept |
virtual LRESULT | LvnDeleteItem () noexcept |
virtual LRESULT | LvnDeleteallItems () noexcept |
virtual LRESULT | LvnBeginLabelEdit () noexcept |
virtual LRESULT | LvnEndLabelEdit () noexcept |
virtual LRESULT | LvnColumnClick () noexcept |
virtual LRESULT | LvnBeginDrag () noexcept |
virtual LRESULT | LvnBeginrDrag () noexcept |
virtual LRESULT | LvnOdCacheHint () noexcept |
virtual LRESULT | LvnOdFindItem () noexcept |
virtual LRESULT | LvnItemActivate () noexcept |
virtual LRESULT | LvnOdStateChanged () noexcept |
virtual LRESULT | LvnHotTrack () noexcept |
virtual LRESULT | LvnGetDispInfo () noexcept |
virtual LRESULT | LvnSetDispInfo () noexcept |
virtual LRESULT | LvnKeyDown () noexcept |
virtual LRESULT | LvnMarqueeBegin () noexcept |
virtual LRESULT | LvnGetInfoTip () noexcept |
virtual LRESULT | LvnBeginScroll () noexcept |
virtual LRESULT | LvnEndScroll () noexcept |
virtual LRESULT | HdnItemChanging () noexcept |
virtual LRESULT | HdnItemChanged () noexcept |
virtual LRESULT | HdnItemClick () noexcept |
virtual LRESULT | HdnItemDblClick () noexcept |
virtual LRESULT | HdnDividerDblClick () noexcept |
virtual LRESULT | HdnBeginTrack () noexcept |
virtual LRESULT | HdnEndTrack () noexcept |
virtual LRESULT | HdnTrack () noexcept |
virtual LRESULT | HdnGetDispInfo () noexcept |
virtual LRESULT | HdnBeginDrag () noexcept |
virtual LRESULT | HdnEndDrag () noexcept |
virtual LRESULT | HdnFilterChange () noexcept |
virtual LRESULT | HdnFilterBtnClick () noexcept |
virtual LRESULT | TvnSelChanging () noexcept |
virtual LRESULT | TvnSelChanged () noexcept |
virtual LRESULT | TvnGetDispInfo () noexcept |
virtual LRESULT | TvnSetDispInfo () noexcept |
virtual LRESULT | TvnItemExpanding () noexcept |
virtual LRESULT | TvnItemExpanded () noexcept |
virtual LRESULT | TvnBeginDrag () noexcept |
virtual LRESULT | TvnBeginrDrag () noexcept |
virtual LRESULT | TvnDeleteItem () noexcept |
virtual LRESULT | TvnBeginLabelEdit () noexcept |
virtual LRESULT | TvnEndLabelEdit () noexcept |
virtual LRESULT | TvnKeyDown () noexcept |
virtual LRESULT | TvnGetInfoTip () noexcept |
virtual LRESULT | TvnSingleExpand () noexcept |
virtual LRESULT | TtnGetDispInfo () noexcept |
virtual LRESULT | TtnShow () noexcept |
virtual LRESULT | TtnPop () noexcept |
virtual LRESULT | TtnLinkClick () noexcept |
virtual LRESULT | TcnKeyDown () noexcept |
virtual LRESULT | TcnSelChange () noexcept |
virtual LRESULT | TcnSelChanging () noexcept |
virtual LRESULT | TcnGetObject () noexcept |
virtual LRESULT | TcnFocusChange () noexcept |
virtual LRESULT | TbnGetButtonInfo () noexcept |
virtual LRESULT | TbnBeginDrag () noexcept |
virtual LRESULT | TbnEndDrag () noexcept |
virtual LRESULT | TbnBeginAdjust () noexcept |
virtual LRESULT | TbnEndAdjust () noexcept |
virtual LRESULT | TbnReset () noexcept |
virtual LRESULT | TbnQueryInsert () noexcept |
virtual LRESULT | TbnQueryDelete () noexcept |
virtual LRESULT | TbnToolbarChange () noexcept |
virtual LRESULT | TbnCustHelp () noexcept |
virtual LRESULT | TbnDropDown () noexcept |
virtual LRESULT | TbnGetObject () noexcept |
virtual LRESULT | TbnHotItemChange () noexcept |
virtual LRESULT | TbnDragOut () noexcept |
virtual LRESULT | TbnDeletingButton () noexcept |
virtual LRESULT | TbnGetDispInfo () noexcept |
virtual LRESULT | TbnGetInfotip () noexcept |
virtual LRESULT | TbnRestore () noexcept |
virtual LRESULT | TbnSave () noexcept |
virtual LRESULT | TbnInitCustomize () noexcept |
virtual LRESULT | UdnDeltaPos () noexcept |
virtual LRESULT | McnSelChange () noexcept |
virtual LRESULT | McnGetDayState () noexcept |
virtual LRESULT | McnSelect () noexcept |
virtual LRESULT | DtnDateTimeChange () noexcept |
virtual LRESULT | DtnUserString () noexcept |
virtual LRESULT | DtnWmKeyDown () noexcept |
virtual LRESULT | DtnFormat () noexcept |
virtual LRESULT | DtnFormatQuery () noexcept |
virtual LRESULT | DtnDropDown () noexcept |
virtual LRESULT | DtnCloseUp () noexcept |
virtual LRESULT | RbnHeightChange () noexcept |
virtual LRESULT | RbnGetObject () noexcept |
virtual LRESULT | RbnLayoutChanged () noexcept |
virtual LRESULT | RbnAutoSize () noexcept |
virtual LRESULT | RbnBeginDrag () noexcept |
virtual LRESULT | RbnEndDrag () noexcept |
virtual LRESULT | RbnDeletingBand () noexcept |
virtual LRESULT | RbnDeletedBand () noexcept |
virtual LRESULT | RbnChildSize () noexcept |
virtual LRESULT | RbnChevronPushed () noexcept |
virtual LRESULT | RbnMinMax () noexcept |
virtual LRESULT | RbnAutoBreak () noexcept |
virtual LRESULT | IpnFieldChanged () noexcept |
virtual LRESULT | SbnSimpleModeChange () noexcept |
virtual LRESULT | PgnScroll () noexcept |
virtual LRESULT | PgnCalcSize () noexcept |
virtual LRESULT | PgnHotItemChange () noexcept |
virtual LRESULT | BcnHotItemChange () noexcept |
virtual LRESULT | CbenGetDispInfo () noexcept |
virtual LRESULT | CbenInsertItem () noexcept |
virtual LRESULT | CbenDeleteItem () noexcept |
virtual LRESULT | CbenBeginEdit () noexcept |
virtual LRESULT | CbenEndEdit () noexcept |
virtual LRESULT | CbenDragBegin () noexcept |
virtual LRESULT | NmOutOfMemory () noexcept |
virtual LRESULT | NmClick () noexcept |
virtual LRESULT | NmDblClk () noexcept |
virtual LRESULT | NmReturn () noexcept |
virtual LRESULT | NmRClick () noexcept |
virtual LRESULT | NmRDblClk () noexcept |
virtual LRESULT | NmSetFocus () noexcept |
virtual LRESULT | NmKillFocus () noexcept |
virtual LRESULT | NmCustomDraw () noexcept |
virtual LRESULT | NmHover () noexcept |
virtual LRESULT | NmNcHitTest () noexcept |
virtual LRESULT | NmKeyDown () noexcept |
virtual LRESULT | NmReleasedCapture () noexcept |
virtual LRESULT | NmSetCursor () noexcept |
virtual LRESULT | NmChar () noexcept |
virtual LRESULT | NmToolTipsCreated () noexcept |
virtual LRESULT | NmLDown () noexcept |
virtual LRESULT | NmRDown () noexcept |
virtual LRESULT | NmThemeChanged () noexcept |
virtual LRESULT | BnClicked () noexcept |
virtual LRESULT | BnPaint () noexcept |
virtual LRESULT | BnHilite () noexcept |
virtual LRESULT | BnUnHilite () noexcept |
virtual LRESULT | BnDisable () noexcept |
virtual LRESULT | BnDoubleClicked () noexcept |
virtual LRESULT | BnSetFocus () noexcept |
virtual LRESULT | BnKillFocus () noexcept |
virtual LRESULT | BnPushed () noexcept |
virtual LRESULT | BnUnPushed () noexcept |
virtual LRESULT | BnDblClk () noexcept |
virtual LRESULT | EnSetFocus () noexcept |
virtual LRESULT | EnKillFocus () noexcept |
virtual LRESULT | EnChange () noexcept |
virtual LRESULT | EnUpdate () noexcept |
virtual LRESULT | EnErrSpace () noexcept |
virtual LRESULT | EnMaxText () noexcept |
virtual LRESULT | EnHScroll () noexcept |
virtual LRESULT | EnVScroll () noexcept |
virtual LRESULT | LbnErrSpace () noexcept |
virtual LRESULT | LbnSelChange () noexcept |
virtual LRESULT | LbnDblClk () noexcept |
virtual LRESULT | LbnSelCancel () noexcept |
virtual LRESULT | LbnSetFocus () noexcept |
virtual LRESULT | LbnKillFocus () noexcept |
virtual LRESULT | CbnErrSpace () noexcept |
virtual LRESULT | CbnSelChange () noexcept |
virtual LRESULT | CbnDblClk () noexcept |
virtual LRESULT | CbnSetFocus () noexcept |
virtual LRESULT | CbnKillFocus () noexcept |
virtual LRESULT | CbnEditChange () noexcept |
virtual LRESULT | CbnEditUpdate () noexcept |
virtual LRESULT | CbnDropDown () noexcept |
virtual LRESULT | CbnCloseUp () noexcept |
virtual LRESULT | CbnSelEndOk () noexcept |
virtual LRESULT | CbnSelEndCancel () noexcept |
virtual LRESULT | StnClicked () noexcept |
virtual LRESULT | StnDblClk () noexcept |
virtual LRESULT | StnEnable () noexcept |
virtual LRESULT | StnDisable () noexcept |
virtual LRESULT | ScSize () noexcept |
virtual LRESULT | ScMove () noexcept |
virtual LRESULT | ScMinimize () noexcept |
virtual LRESULT | ScMaximize () noexcept |
virtual LRESULT | ScNextWindow () noexcept |
virtual LRESULT | ScPrevWindow () noexcept |
virtual LRESULT | ScClose () noexcept |
virtual LRESULT | ScVScroll () noexcept |
virtual LRESULT | ScHScroll () noexcept |
virtual LRESULT | ScMouseMenu () noexcept |
virtual LRESULT | ScKeyMenu () noexcept |
virtual LRESULT | ScArrange () noexcept |
virtual LRESULT | ScRestore () noexcept |
virtual LRESULT | ScTaskList () noexcept |
virtual LRESULT | ScScreenSave () noexcept |
virtual LRESULT | ScHotKey () noexcept |
virtual LRESULT | ScDefault () noexcept |
virtual LRESULT | ScMonitorPower () noexcept |
virtual LRESULT | ScContextHelp () noexcept |
virtual LRESULT | ScSeparator () noexcept |
virtual LRESULT | TbLineUp () noexcept |
virtual LRESULT | TbLineDown () noexcept |
virtual LRESULT | TbPageUp () noexcept |
virtual LRESULT | TbPageDown () noexcept |
virtual LRESULT | TbThumbPosition () noexcept |
virtual LRESULT | TbThumbTrack () noexcept |
virtual LRESULT | TbTop () noexcept |
virtual LRESULT | TbBottom () noexcept |
virtual LRESULT | TbEndTrack () noexcept |
virtual LRESULT | HsbLineLeft () noexcept |
virtual LRESULT | HsbLineRight () noexcept |
virtual LRESULT | HsbPageLeft () noexcept |
virtual LRESULT | HsbPageRight () noexcept |
virtual LRESULT | HsbThumbPosition () noexcept |
virtual LRESULT | HsbThumbTrack () noexcept |
virtual LRESULT | HsbLeft () noexcept |
virtual LRESULT | HsbRight () noexcept |
virtual LRESULT | HsbEndScroll () noexcept |
virtual LRESULT | VsbLineUp () noexcept |
virtual LRESULT | VsbLineDown () noexcept |
virtual LRESULT | VsbPageUp () noexcept |
virtual LRESULT | VsbPageDown () noexcept |
virtual LRESULT | VsbThumbPosition () noexcept |
virtual LRESULT | VsbThumbTrack () noexcept |
virtual LRESULT | VsbTop () noexcept |
virtual LRESULT | VsbBottom () noexcept |
virtual LRESULT | VsbEndScroll () noexcept |
virtual LRESULT | CommonCtrlProc () noexcept |
コモンコントロールメッセージ処理関数 [詳解] | |
virtual bool | SubtractChildRect (HWND hChild, RECT &rsRect) noexcept |
子ウィンドウ表示領域減算関数 [詳解] | |
限定公開変数類 | |
bool | m_bShow |
ウィンドウ表示フラグ [詳解] | |
![]() | |
HWND | m_hWnd |
ウィンドウハンドル [詳解] | |
UINT | m_uMsg |
メッセージID [詳解] | |
WPARAM | m_wParam |
メッセージ第1引数 [詳解] | |
LPARAM | m_lParam |
メッセージ第2引数 [詳解] | |
WNDPROC | m_lpfnBaseWndProc |
基底ウィンドウクラスウィンドウプロシージャアドレス [詳解] | |
静的限定公開変数類 | |
static bool | s_bShowDebugInfo = false |
デバッグ情報表示フラグ [詳解] | |
static bool | s_bDrawDoubleBuffer = false |
ダブルバッファリング描画フラグ [詳解] | |
static bool | s_bResizePartitionRealTime = false |
リアルタイムパーティションサイズ変更フラグ [詳解] | |
static HMENU | s_hContextMenu = nullptr |
コンテキストメニューハンドル [詳解] | |
static HWND | s_hFocus = nullptr |
フォーカスウィンドウ保存ハンドル [詳解] | |
static int const | MIN_WIDTH = 24 |
最小水平サイズ [詳解] | |
static int const | MIN_HEIGHT = 24 |
最小垂直サイズ [詳解] | |
static wchar_t const *const | KEY_WINDOW_TITLE = L"ウィンドウタイトル" |
ウィンドウタイトルキー文字列 [詳解] | |
static wchar_t const *const | KEY_SHOW = L"ウィンドウ表示フラグ" |
ウィンドウ表示フラグキー文字列 [詳解] | |
static wchar_t const *const | KEY_FOCUS_ORDER = L"フォーカスウィンドウオーダー番号" |
フォーカスウィンドウオーダー番号キー文字列 [詳解] | |
非公開メンバ関数 | |
CWndPane (CWndPane const &)=delete | |
CWndPane & | operator= (CWndPane const &)=delete |
その他の継承メンバ | |
![]() | |
static LRESULT CALLBACK | WndCallBackProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) noexcept |
ウィンドウメッセージコールバック関数 [詳解] | |
static CWndBase * | GetBaseWindow (HWND hWnd, bool bStrict=true) noexcept |
基本ウィンドウクラスインスタンス取得関数 [詳解] | |
static bool | IsWndClassStrict (HWND hWnd) noexcept |
基本ウィンドウクラス厳密判定関数 [詳解] | |
static bool | GetBaseClassName (HWND hWnd, wchar_t *pszBuffer, int nSize) noexcept |
基底ウィンドウクラス名取得関数 [詳解] | |
static HWND | GetTopLevelWindow (HWND hWnd) noexcept |
最上位ウィンドウ取得関数 [詳解] | |
static int | GetChildWindowCount (HWND hWnd) noexcept |
子ウィンドウ数取得関数 [詳解] | |
static int | GetWindowOrder (HWND hWnd) noexcept |
ウィンドウオーダー番号取得関数 [詳解] | |
static BOOL CALLBACK | EnumChildCallBack (HWND hWnd, LPARAM lParam) noexcept |
子ウィンドウ列挙コールバック関数 [詳解] | |
![]() | |
enum | EEnumChildType { EEnumChildType::Invalid, EEnumChildType::GetCount, EEnumChildType::GetOrder, EEnumChildType::Size } |
子ウィンドウ列挙種別列挙体 [詳解] | |
|
explicitnoexcept |
|
explicitnoexcept |
|
inlinevirtualnoexcept |
|
privatedelete |
|
inlinevirtualnoexcept |
セクション名取得関数
セクション名取得関数です。
なし |
LibWindow::CWndDocumentTab, LibWindow::CWndDocking, LibWindow::CWndFloating, AppTest::CAppTest, LibWindow::CWndMain, LibWindow::CWndOverlap, LibWindow::CWndDockingPartition, LibWindow::CWndDocument, LibWindow::CWndToolDocumentで再実装されています。
CWndPane.h の 123 行目に定義があります。
参照元 Create().
|
inlinevirtualnoexcept |
クライアント描画領域背景色取得関数
クライアント描画領域背景色取得関数です。
なし |
LibWindow::CWndDocumentで再実装されています。
CWndPane.h の 134 行目に定義があります。
参照元 DrawPaintRect().
|
inlinevirtualnoexcept |
クライアント描画領域文字色取得関数
クライアント描画領域文字色取得関数です。
なし |
CWndPane.h の 145 行目に定義があります。
参照元 DrawPaintRect().
|
inlinevirtualnoexcept |
フォーカス所有文字色取得関数
フォーカス所有文字色取得関数です。
なし |
CWndPane.h の 156 行目に定義があります。
参照元 DrawPaintRect().
|
inlinevirtualnoexcept |
フォーカスウィンドウ文字色取得関数
フォーカスウィンドウ文字色取得関数です。
なし |
CWndPane.h の 167 行目に定義があります。
参照元 DrawPaintRect().
|
inlinevirtualnoexcept |
表示フラグ取得関数
表示フラグ取得関数です。
[in] | hWnd | ウィンドウハンドル |
CWndPane.h の 178 行目に定義があります。
参照元 LibWindow::CWndDockingPartition::AppendDebugMenu(), AppendShowDeleteMenu(), CreateContextMenu(), LibWindow::CWndMain::DockingToFloating(), DrawPaintRect(), LibWindow::CWndDockingPartition::ExecMenuCommand(), ExecMenuCommand(), GetParentPane(), LibWindow::CWndPartition::GetPartitionPos(), LibWindow::CWndMain::SaveConfig(), LibWindow::CWndMain::WmCommand(), WmCommand(), WmContextMenu().
|
inlinevirtualnoexcept |
表示フラグ取得関数
表示フラグ取得関数です。
なし |
CWndPane.h の 191 行目に定義があります。
参照元 LibWindow::CWndPartition::BeginMoveSizeBar(), LibWindow::CWndList::GetChildElementListInfo(), LibWindow::CWndPartition::GetChildPaneInfo(), LibWindow::CWndDocumentTab::GetMinHeight(), LibWindow::CWndPartition::GetMinPartitionSize(), LibWindow::CWndPartition::GetMinSize(), LibWindow::CWndDocumentTab::GetMinWidth(), LibWindow::CWndList::GetShowCurrentIndex(), LibWindow::CWndDocumentTab::UpdateTabControl(), LibWindow::CWndPartition::WmSetFocus(), LibWindow::CWndPartition::WmSize().
|
inlinevirtualnoexcept |
表示状態設定関数
表示状態設定関数です。
[in] | bShow | ウィンドウ表示フラグ |
CWndPane.h の 204 行目に定義があります。
|
inlinevirtualnoexcept |
サイズバーコントロール取得関数
サイズバーコントロール取得関数です。
なし |
LibWindow::CWndDocking, LibWindow::CWndDockingPartitionで再実装されています。
CWndPane.h の 215 行目に定義があります。
参照元 LibWindow::CWndPartition::BeginMoveSizeBar(), LibWindow::CWndPartition::EndMoveSizeBar(), LibWindow::CWndPartition::GetPaintRect(), LibWindow::CWndPartition::StnClicked(), LibWindow::CWndPartition::WmDrawItem(), LibWindow::CWndPartition::WmSetCursor(), LibWindow::CWndPartition::WmSize().
|
inlinevirtualnoexcept |
パーティションウィンドウ判別関数
パーティションウィンドウ判別関数です。
なし |
LibWindow::CWndPartitionで再実装されています。
CWndPane.h の 228 行目に定義があります。
参照元 LibWindow::CWndDockingPartition::AppendDebugMenu(), LibWindow::CWndDockingPartition::ExecMenuCommand(), LibWindow::CWndPartition::GetPartitionPos().
|
inlinevirtualnoexcept |
パーティション配置位置取得関数
パーティション配置位置取得関数です。
なし |
LibWindow::CWndDockingPartitionで再実装されています。
CWndPane.h の 239 行目に定義があります。
参照先 LibWindow::Invalid.
参照元 LibWindow::CWndPartition::BeginMoveSizeBar(), LibWindow::CWndPartition::EndMoveSizeBar(), LibWindow::CWndPartition::GetMinPartitionSize(), LibWindow::CWndPartition::GetMinSize(), LibWindow::CWndPartition::GetPartitionPos(), LibWindow::CWndPartition::MoveSizeBar(), LibWindow::CWndPartition::WmDrawItem(), LibWindow::CWndPartition::WmSetCursor(), LibWindow::CWndPartition::WmSize().
|
inlinevirtualnoexcept |
パーティションサイズ取得関数
パーティションサイズ取得関数です。
なし |
LibWindow::CWndDocking, LibWindow::CWndDockingPartitionで再実装されています。
CWndPane.h の 250 行目に定義があります。
参照元 LibWindow::CWndPartition::BeginMoveSizeBar(), LibWindow::CWndPartition::GetMinPartitionSize(), LibWindow::CWndPartition::WmSize().
|
inlinevirtualnoexcept |
パーティションサイズ設定関数
パーティションサイズ設定関数です。
[in] | nSize | パーティションサイズ |
LibWindow::CWndDocking, LibWindow::CWndDockingPartitionで再実装されています。
CWndPane.h の 263 行目に定義があります。
参照元 LibWindow::CWndPartition::CancelMoveSizeBar(), LibWindow::CWndPartition::EndMoveSizeBar(), LibWindow::CWndPartition::MoveSizeBar().
|
overridevirtualnoexcept |
ウィンドウ作成関数
ウィンドウ作成関数です。
[in] | hParent | 親ウィンドウハンドル |
[in] | hMenu | メニューハンドル |
LibWindow::CWndBaseを再実装しています。
LibWindow::CWndDocking, LibWindow::CWndDockingPartition, LibWindow::CWndDocumentTab, LibWindow::CWndPartition, LibWindow::CWndContainer, LibWindow::CWndOverlap, LibWindow::CWndMainで再実装されています。
CWndPane.cpp の 50 行目に定義があります。
参照先 LibWindow::CWndBase::Create(), LibCommon::CString::Format(), LibCommon::CString::GetBuffer(), GetOrderIndex(), GetSectionName(), LibWindow::CWndBase::m_hWnd.
参照元 LibWindow::CWndContainer::Create(), LibWindow::CWndList::CreateListWindow().
|
inlineoverridevirtualnoexcept |
ウィンドウ作成スタイル取得関数
ウィンドウ作成スタイル取得関数です。
なし |
LibWindow::CWndBaseを再実装しています。
LibWindow::CWndDocumentTab, LibWindow::CWndOverlap, LibWindow::CWndFloatingで再実装されています。
CWndPane.h の 291 行目に定義があります。
|
overridevirtualnoexcept |
各種メッセージ処理関数
各種メッセージ処理関数です。
なし |
LibWindow::CWndBaseを再実装しています。
CWndPane.cpp の 78 行目に定義があります。
参照先 LibWindow::CWndBase::m_uMsg, LibWindow::WM_NOTIFY_CHILD_COMMAND, LibWindow::WM_NOTIFY_CHILD_KILL_FOCUS, LibWindow::WM_NOTIFY_CHILD_LBUTTONDOWN, LibWindow::WM_NOTIFY_CHILD_LBUTTONUP, LibWindow::WM_NOTIFY_CHILD_SET_FOCUS, WmNotifyChildCommand(), WmNotifyChildKillFocus(), WmNotifyChildLButtonDown(), WmNotifyChildLButtonUp(), WmNotifyChildSetFocus().
|
overridevirtualnoexcept |
LibWindow::CWndBaseを再実装しています。
CWndPane.cpp の 108 行目に定義があります。
参照先 DrawPaintRect(), GetPaintRect(), LibWindow::CWndBase::m_hWnd, s_bDrawDoubleBuffer.
|
overridevirtualnoexcept |
LibWindow::CWndBaseを再実装しています。
LibWindow::CWndPartition, LibWindow::CWndContainer, LibWindow::CWndMainで再実装されています。
CWndPane.cpp の 171 行目に定義があります。
参照先 LibWindow::GetParentOrOwner(), LibWindow::CWndBase::m_hWnd, s_hFocus, UpdateClientRect(), LibWindow::WM_NOTIFY_CHILD_SET_FOCUS.
参照元 LibWindow::CWndContainer::WmSetFocus().
|
overridevirtualnoexcept |
LibWindow::CWndBaseを再実装しています。
CWndPane.cpp の 195 行目に定義があります。
参照先 LibWindow::GetParentOrOwner(), LibWindow::CWndBase::m_hWnd, UpdateClientRect(), LibWindow::WM_NOTIFY_CHILD_KILL_FOCUS.
|
overridevirtualnoexcept |
|
overridevirtualnoexcept |
LibWindow::CWndBaseを再実装しています。
LibWindow::CWndDocumentTabで再実装されています。
CWndPane.cpp の 230 行目に定義があります。
参照先 CreateContextMenu(), LibWindow::CWndBase::GetHandle(), LibWindow::GetMenuCommandData(), GetPaneWindow(), GetTopLevelPane(), LibWindow::ID_DEBUG_PARENT_MENU, LibWindow::ID_DEBUG_PARENT_MENU_END, LibWindow::CWndBase::m_lParam, LibWindow::CWndBase::m_wParam, s_hContextMenu.
参照元 LibWindow::CWndDocumentTab::WmContextMenu().
|
overridevirtualnoexcept |
LibWindow::CWndBaseを再実装しています。
LibWindow::CWndMainで再実装されています。
CWndPane.cpp の 289 行目に定義があります。
参照先 ExecMenuCommand(), LibWindow::GetMenuCommandData(), GetPaneWindow(), LibWindow::CWndBase::m_wParam, s_hContextMenu, LibWindow::CWndBase::WmCommand().
参照元 LibWindow::CWndMain::WmCommand().
|
virtualnoexcept |
ユーザ定義メッセージ処理関数
ユーザ定義メッセージ処理関数です。
なし |
LibWindow::CWndContainer, LibWindow::CWndMainで再実装されています。
CWndPane.cpp の 335 行目に定義があります。
参照先 LibWindow::GetParentOrOwner(), LibWindow::CWndBase::m_hWnd, UpdateClientRect(), LibWindow::WM_NOTIFY_CHILD_SET_FOCUS.
参照元 WmApp(), LibWindow::CWndContainer::WmNotifyChildSetFocus().
|
virtualnoexcept |
CWndPane.cpp の 356 行目に定義があります。
参照先 LibWindow::GetParentOrOwner(), LibWindow::CWndBase::m_hWnd, UpdateClientRect(), LibWindow::WM_NOTIFY_CHILD_KILL_FOCUS.
参照元 WmApp().
|
inlinevirtualnoexcept |
|
inlinevirtualnoexcept |
LibWindow::CWndMainで再実装されています。
CWndPane.h の 322 行目に定義があります。
参照元 WmApp(), LibWindow::CWndMain::WmNotifyChildLButtonUp().
|
virtualnoexcept |
LibWindow::CWndMainで再実装されています。
CWndPane.cpp の 377 行目に定義があります。
参照先 LibWindow::GetParentOrOwner(), LibWindow::CWndBase::m_hWnd, LibWindow::WM_NOTIFY_CHILD_COMMAND.
参照元 WmApp(), LibWindow::CWndMain::WmNotifyChildCommand().
|
inlinevirtualnoexcept |
ウィンドウ構成情報初期化関数
ウィンドウ構成情報初期化関数です。
[in] | rcConfig | JSON構成ファイル参照 |
LibWindow::CWndDocking, LibWindow::CWndDockingPartition, LibWindow::CWndPartition, LibWindow::CWndContainer, LibWindow::CWndMainで再実装されています。
CWndPane.h の 336 行目に定義があります。
参照元 LibWindow::CWndContainer::InitConfig(), LibWindow::CWndList::InitElementListConfig().
|
virtualnoexcept |
ウィンドウ構成情報復元関数
ウィンドウ構成情報復元関数です。
[in] | rcConfig | JSON構成ファイル参照 |
LibWindow::CWndOverlap, LibWindow::CWndPartition, LibWindow::CWndFloating, LibWindow::CWndContainer, LibWindow::CWndMainで再実装されています。
CWndPane.cpp の 395 行目に定義があります。
参照先 KEY_SHOW, KEY_WINDOW_TITLE, m_bShow, LibWindow::CWndBase::m_hWnd.
参照元 LibWindow::CWndContainer::ResumeConfig(), LibWindow::CWndList::ResumeElementListConfig().
|
virtualnoexcept |
ウィンドウ構成情報保存関数
ウィンドウ構成情報保存関数です。
[in] | rcConfig | JSON構成ファイル参照 |
LibWindow::CWndOverlap, LibWindow::CWndDocking, LibWindow::CWndPartition, LibWindow::CWndFloating, LibWindow::CWndContainer, LibWindow::CWndMain, LibWindow::CWndDockingPartitionで再実装されています。
CWndPane.cpp の 419 行目に定義があります。
参照先 KEY_SHOW, KEY_WINDOW_TITLE, m_bShow, LibWindow::CWndBase::m_hWnd.
参照元 LibWindow::CWndContainer::SaveConfig(), LibWindow::CWndList::SaveElementListConfig().
|
virtualnoexcept |
親ペインウィンドウ取得関数
親ペインウィンドウ取得関数です。
なし |
CWndPane.cpp の 448 行目に定義があります。
参照先 GetPaneWindow(), LibWindow::GetParentOrOwner(), LibWindow::CWndBase::m_hWnd.
参照元 GetTopLevelPane().
|
virtualnoexcept |
最上位ペインウィンドウ取得関数
最上位ペインウィンドウ取得関数です。
なし |
CWndPane.cpp の 472 行目に定義があります。
参照先 GetParentPane().
参照元 GetOrderIndex(), WmContextMenu(), LibWindow::CWndDocking::WmLButtonDblClk().
|
virtualnoexcept |
子ペインウィンドウ情報取得関数
子ペインウィンドウ情報取得関数です。
[in] | rsChildInfo | 子ペインウィンドウ情報構造体参照 |
LibWindow::CWndPartition, LibWindow::CWndContainer, LibWindow::CWndMainで再実装されています。
CWndPane.cpp の 497 行目に定義があります。
参照元 GetChildCount(), LibWindow::CWndList::GetChildElementListInfo(), LibWindow::CWndContainer::GetChildPaneInfo(), GetDeletableChildCount(), GetHideableChildCount(), GetHideChildCount(), GetShowChildCount().
|
virtualnoexcept |
ペインウィンドウオーダー番号取得関数
ペインウィンドウオーダー番号取得関数です。
[in] | pcPane | ペインウィンドウポインタ |
[in,out] | pnOrder | オーダー番号ポインタ |
LibWindow::CWndPartition, LibWindow::CWndContainer, LibWindow::CWndMainで再実装されています。
CWndPane.cpp の 511 行目に定義があります。
参照先 GetOrderIndex(), GetTopLevelPane().
参照元 AppendShowDeleteMenu(), Create(), LibWindow::CWndList::GetElementListOrderIndex(), LibWindow::CWndContainer::GetOrderIndex(), GetOrderIndex(), LibWindow::CWndMain::SaveConfig().
|
virtualnoexcept |
オーダー番号ペインウィンドウ取得関数
オーダー番号ペインウィンドウ取得関数です。
[in,out] | pnOrder | オーダー番号ポインタ |
LibWindow::CWndPartition, LibWindow::CWndContainer, LibWindow::CWndMainで再実装されています。
CWndPane.cpp の 551 行目に定義があります。
参照元 LibWindow::CWndList::GetElementListOrderPane(), LibWindow::CWndContainer::GetOrderPane().
|
virtualnoexcept |
子ペインウィンドウ数取得関数
子ペインウィンドウ数取得関数です。
なし |
CWndPane.cpp の 577 行目に定義があります。
参照先 GetChildPaneInfo(), LibWindow::SChildPaneInfo::m_nCount.
参照元 LibWindow::CWndMain::AppendCommonDebugMenu(), DrawPaintRect().
|
virtualnoexcept |
表示状態子ペインウィンドウ数取得関数
表示状態子ペインウィンドウ数取得関数です。
なし |
CWndPane.cpp の 598 行目に定義があります。
参照先 GetChildPaneInfo(), LibWindow::SChildPaneInfo::m_nShow.
参照元 LibWindow::CWndMain::AppendCommonDebugMenu(), DrawPaintRect().
|
virtualnoexcept |
非表示状態子ペインウィンドウ数取得関数
非表示状態子ペインウィンドウ数取得関数です。
なし |
CWndPane.cpp の 619 行目に定義があります。
参照先 GetChildPaneInfo(), LibWindow::SChildPaneInfo::m_nHide.
参照元 LibWindow::CWndMain::AppendCommonDebugMenu(), DrawPaintRect().
|
virtualnoexcept |
非表示可能子ペインウィンドウ数取得関数
非表示可能子ペインウィンドウ数取得関数です。
なし |
CWndPane.cpp の 640 行目に定義があります。
参照先 GetChildPaneInfo(), LibWindow::SChildPaneInfo::m_nHideable.
参照元 LibWindow::CWndMain::AppendCommonDebugMenu(), DrawPaintRect().
|
virtualnoexcept |
削除可能子ペインウィンドウ数取得関数
削除可能子ペインウィンドウ数取得関数です。
なし |
CWndPane.cpp の 661 行目に定義があります。
参照先 GetChildPaneInfo(), LibWindow::SChildPaneInfo::m_nDeletable.
参照元 LibWindow::CWndMain::AppendCommonDebugMenu(), DrawPaintRect().
|
inlinevirtualnoexcept |
子ウィンドウ非表示可能状態取得関数
子ウィンドウ非表示可能状態取得関数です。
[in] | pcChild | ペインウィンドウポインタ |
CWndPane.h の 490 行目に定義があります。
参照元 AppendShowDeleteMenu(), LibWindow::CWndPartition::GetChildPaneInfo().
|
inlinevirtualnoexcept |
子ウィンドウ削除可能状態取得関数
子ウィンドウ削除可能状態取得関数です。
[in] | pcChild | ペインウィンドウポインタ |
LibWindow::CWndPartitionで再実装されています。
CWndPane.h の 503 行目に定義があります。
参照元 AppendShowDeleteMenu(), LibWindow::CWndPartition::CanDeleteChildWindow().
|
virtualnoexcept |
子ウィンドウ表示状態設定関数
子ウィンドウ表示状態設定関数です。
[in] | pcChild | ペインウィンドウポインタ |
[in] | bShow | ウィンドウ表示フラグ |
CWndPane.cpp の 682 行目に定義があります。
参照先 LibWindow::IsOwnOrChild(), LibWindow::CWndBase::m_hWnd, s_hFocus.
参照元 ExecMenuCommand(), LibWindow::CWndPartition::ShowChildAll().
|
inlinevirtualnoexcept |
子ウィンドウ削除関数
子ウィンドウ削除関数です。
[in] | pcChild | ペインウィンドウポインタ |
LibWindow::CWndContainer, LibWindow::CWndMainで再実装されています。
CWndPane.h の 530 行目に定義があります。
参照元 LibWindow::CWndContainer::DeleteChildWindow(), ExecMenuCommand().
|
inlinevirtualnoexcept |
全子ウィンドウ表示関数
全子ウィンドウ表示関数です。
[in] | bShow | ウィンドウ表示フラグ |
LibWindow::CWndContainer, LibWindow::CWndMain, LibWindow::CWndPartitionで再実装されています。
CWndPane.h の 543 行目に定義があります。
参照元 LibWindow::CWndContainer::ShowChildAll(), LibWindow::CWndList::ShowElementListAll().
|
inlinevirtualnoexcept |
全子ウィンドウ削除関数
全子ウィンドウ削除関数です。
なし |
LibWindow::CWndContainer, LibWindow::CWndMain, LibWindow::CWndPartitionで再実装されています。
CWndPane.h の 556 行目に定義があります。
参照元 LibWindow::CWndContainer::DeleteChildAll(), LibWindow::CWndList::DeleteElementListAll().
|
virtualnoexcept |
クライアント領域更新関数
クライアント領域更新関数です。
なし |
LibWindow::CWndDocumentTabで再実装されています。
CWndPane.cpp の 730 行目に定義があります。
参照先 GetPaintRect(), LibWindow::CWndBase::m_hWnd.
参照元 LibWindow::CWndDocumentTab::UpdateClientRect(), UpdateClientRectAll(), WmKillFocus(), WmNotifyChildKillFocus(), WmNotifyChildSetFocus(), WmSetFocus().
|
virtualnoexcept |
全ウィンドウクライアント領域更新関数
全ウィンドウクライアント領域更新関数です。
なし |
LibWindow::CWndPartition, LibWindow::CWndContainer, LibWindow::CWndMainで再実装されています。
CWndPane.cpp の 757 行目に定義があります。
参照先 UpdateClientRect().
参照元 LibWindow::CWndContainer::UpdateClientRectAll(), LibWindow::CWndMain::UpdateClientRectAll().
|
virtualnoexcept |
クライアント描画領域取得関数
クライアント描画領域取得関数です。
[out] | rsRect | 矩形領域参照 |
LibWindow::CWndPartition, LibWindow::CWndDocumentTabで再実装されています。
CWndPane.cpp の 777 行目に定義があります。
参照先 LibWindow::CWndBase::m_hWnd.
参照元 UpdateClientRect(), WmPaint().
|
virtualnoexcept |
クライアント領域描画関数
クライアント領域描画関数です。
[in] | hDc | デバイスコンテキストハンドル |
[in] | rsRect | ゼロ基点描画領域 |
CWndPane.cpp の 801 行目に定義があります。
参照先 LibCommon::CString::Format(), GetBackColor(), LibCommon::CString::GetBuffer(), GetChildCount(), GetDeletableChildCount(), GetFocusTextColor(), GetFocusWindowTextColor(), GetHideableChildCount(), GetHideChildCount(), GetPaneWindow(), GetShowChildCount(), GetTextColor(), LibWindow::CWndBase::m_hWnd, s_bShowDebugInfo, s_hFocus (計15項目).
参照元 WmPaint().
|
inlinevirtualnoexcept |
最小水平サイズ取得関数
最小水平サイズ取得関数です。
なし |
LibWindow::CWndPartition, LibWindow::CWndOverlap, LibWindow::CWndDocumentTabで再実装されています。
CWndPane.h の 620 行目に定義があります。
参照元 LibWindow::CWndPartition::BeginMoveSizeBar(), LibWindow::CWndPartition::GetMinPartitionSize(), LibWindow::CWndPartition::GetMinSize(), LibWindow::CWndDocumentTab::GetMinWidth(), LibWindow::CWndPartition::GetMinWidth(), LibWindow::CWndPartition::WmSize().
|
inlinevirtualnoexcept |
最小垂直サイズ取得関数
最小垂直サイズ取得関数です。
なし |
LibWindow::CWndPartition, LibWindow::CWndOverlap, LibWindow::CWndDocumentTabで再実装されています。
CWndPane.h の 631 行目に定義があります。
参照元 LibWindow::CWndPartition::BeginMoveSizeBar(), LibWindow::CWndDocumentTab::GetMinHeight(), LibWindow::CWndPartition::GetMinHeight(), LibWindow::CWndPartition::GetMinPartitionSize(), LibWindow::CWndPartition::GetMinSize(), LibWindow::CWndPartition::WmSize().
|
virtualnoexcept |
メニューコマンド実行関数
メニューコマンド実行関数です。
[in] | wId | コマンドID |
[in] | wCode | 通知コード |
[in] | hCtrl | コントロールハンドル |
LibWindow::CWndContainer, LibWindow::CWndMain, LibWindow::CWndDockingPartitionで再実装されています。
CWndPane.cpp の 938 行目に定義があります。
参照先 DeleteChildWindow(), LibWindow::CWndBase::GetHandle(), GetPaneWindow(), LibWindow::GetParentOrOwner(), LibWindow::ID_DEBUG_DELETE, LibWindow::ID_DEBUG_HIDE, LibWindow::ID_DEBUG_SHOW, LibWindow::CWndBase::m_hWnd, LibWindow::CWndBase::m_lParam, LibWindow::CWndBase::m_wParam, ShowChildWindow(), LibWindow::WM_NOTIFY_CHILD_COMMAND.
参照元 LibWindow::CWndContainer::ExecMenuCommand(), LibWindow::CWndMain::WmCommand(), WmCommand().
|
virtualnoexcept |
コンテキストメニュー作成関数
コンテキストメニュー作成関数です。
なし |
LibWindow::CWndMainで再実装されています。
CWndPane.cpp の 991 行目に定義があります。
参照先 AppendDebugMenu(), LibWindow::CWndBase::GetHandle(), GetPaneWindow(), LibWindow::GetParentOrOwner(), LibWindow::ID_DEBUG_PARENT_MENU, LibWindow::CWndBase::m_hWnd, LibWindow::SetMenuCommandData().
参照元 WmContextMenu().
|
virtualnoexcept |
デバッグメニュー追加関数
デバッグメニュー追加関数です。
[in] | hMenu | メニューハンドル |
LibWindow::CWndPartition, LibWindow::CWndMain, LibWindow::CWndContainer, LibWindow::CWndDockingPartitionで再実装されています。
CWndPane.cpp の 1055 行目に定義があります。
参照元 LibWindow::CWndContainer::AppendDebugMenu(), LibWindow::CWndList::AppendElementListDebugSubMenu(), CreateContextMenu().
|
virtualnoexcept |
表示削除メニュー追加関数
表示削除メニュー追加関数です。
[in] | hMenu | メニューハンドル |
LibWindow::CWndMainで再実装されています。
CWndPane.cpp の 1075 行目に定義があります。
参照先 CanDeleteChildWindow(), CanHideChildWindow(), LibWindow::CheckMenuCommand(), LibWindow::EnableMenuCommand(), GetOrderIndex(), GetPaneWindow(), LibWindow::GetParentOrOwner(), LibWindow::ID_DEBUG_DELETE, LibWindow::ID_DEBUG_HIDE, LibWindow::ID_DEBUG_SHOW, KEY_FOCUS_ORDER, KEY_SHOW, KEY_WINDOW_TITLE, m_bShow, LibWindow::CWndBase::m_hWnd, s_bDrawDoubleBuffer, s_bResizePartitionRealTime, s_bShowDebugInfo, s_hContextMenu, s_hFocus, LibWindow::SetMenuCommandData() (計21項目).
参照元 AppendDebugMenu().
|
protected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
リアルタイムパーティションサイズ変更フラグ
CWndPane.h の 695 行目に定義があります。
参照元 LibWindow::CWndMain::AppendCommonDebugMenu(), AppendShowDeleteMenu(), LibWindow::CWndPartition::BeginMoveSizeBar(), LibWindow::CWndPartition::CancelMoveSizeBar(), LibWindow::CWndPartition::EndMoveSizeBar(), LibWindow::CWndMain::ExecMenuCommand(), LibWindow::CWndPartition::MoveSizeBar(), LibWindow::CWndMain::ResumeConfigStatic(), LibWindow::CWndMain::SaveConfigStatic().
|
staticprotected |
コンテキストメニューハンドル
CWndPane.h の 696 行目に定義があります。
参照元 AppendShowDeleteMenu(), LibWindow::CWndMain::WmCommand(), WmCommand(), WmContextMenu().
|
staticprotected |
フォーカスウィンドウ保存ハンドル
CWndPane.h の 697 行目に定義があります。
参照元 AppendShowDeleteMenu(), LibWindow::CWndContainer::DeleteChildWindow(), LibWindow::CWndMain::DeleteChildWindow(), DrawPaintRect(), LibWindow::CWndDocumentTab::DrawTabControl(), LibWindow::CWndMain::ResumeConfig(), LibWindow::CWndMain::SaveConfig(), ShowChildWindow(), WmSetFocus().
|
staticprotected |
|
staticprotected |
|
staticprotected |
ウィンドウタイトルキー文字列
CWndPane.h の 708 行目に定義があります。
|
staticprotected |
ウィンドウ表示フラグキー文字列
CWndPane.h の 709 行目に定義があります。
|
staticprotected |
フォーカスウィンドウオーダー番号キー文字列
CWndPane.h の 710 行目に定義があります。
参照元 AppendShowDeleteMenu(), LibWindow::CWndMain::ResumeConfig(), LibWindow::CWndMain::SaveConfig().