Solution46
|
ウィンドウライブラリ名前空間 [詳解]
クラス | |
class | CLibWindow |
ウィンドウ子ライブラリクラス [詳解] | |
class | CWndBase |
基本ウィンドウクラス [詳解] | |
class | CWndContainer |
コンテナウィンドウクラス [詳解] | |
class | CWndDocking |
ドッキングウィンドウクラス [詳解] | |
class | CWndDockingPartition |
ドッキングパーティションウィンドウクラス [詳解] | |
class | CWndDocument |
ドキュメントウィンドウクラス [詳解] | |
class | CWndDocumentTab |
ドキュメントタブウィンドウクラス [詳解] | |
class | CWndFloating |
フローティングウィンドウクラス [詳解] | |
class | CWndList |
ウィンドウリストクラス [詳解] | |
class | CWndMain |
メインウィンドウクラス [詳解] | |
class | CWndOverlap |
オーバーラップウィンドウクラス [詳解] | |
class | CWndPane |
ペインウィンドウクラス [詳解] | |
class | CWndParamAuto |
ウィンドウメッセージ引数自動保存クラス [詳解] | |
class | CWndPartition |
パーティションウィンドウクラス [詳解] | |
class | CWndTitleBar |
タイトルバークラス [詳解] | |
class | CWndToolBar |
ツールバークラス [詳解] | |
class | CWndToolDocument |
ツールドキュメントウィンドウクラス [詳解] | |
struct | SChildPaneInfo |
子ペインウィンドウ情報構造体 [詳解] | |
型定義 | |
using | CWndElement = CWndPane |
エレメントウィンドウクラス型 [詳解] | |
列挙型 | |
enum | EPartitionPos { EPartitionPos::Invalid, EPartitionPos::Left, EPartitionPos::Top, EPartitionPos::Right, EPartitionPos::Bottom, EPartitionPos::Size } |
パーティション配置位置種別列挙体 [詳解] | |
関数 | |
LIB_WINDOW_API bool | GetMenuCommandItem (HMENU hMenu, UINT uId, HMENU *phMenu=nullptr, MENUITEMINFOW *psItem=nullptr, UINT uMask=0) noexcept |
メニューコマンド項目情報取得関数 [詳解] | |
LIB_WINDOW_API bool | SetMenuCommandItem (HMENU hMenu, UINT uId, MENUITEMINFOW const *psItem) noexcept |
メニューコマンド項目情報設定関数 [詳解] | |
LIB_WINDOW_API HMENU | FindMenuCommand (HMENU hMenu, UINT uId) noexcept |
メニューコマンド検索関数 [詳解] | |
LIB_WINDOW_API bool | GetMenuCommandData (HMENU hMenu, UINT uId, ULONG_PTR &ruData) noexcept |
メニューコマンドデータ取得関数 [詳解] | |
LIB_WINDOW_API bool | SetMenuCommandData (HMENU hMenu, UINT uId, ULONG_PTR uData) noexcept |
メニューコマンドデータ設定関数 [詳解] | |
LIB_WINDOW_API bool | IsEnableMenuCommand (HMENU hMenu, UINT uId) noexcept |
メニューコマンド有効状態取得関数 [詳解] | |
LIB_WINDOW_API bool | EnableMenuCommand (HMENU hMenu, UINT uId, bool bEnable) noexcept |
メニューコマンド有効状態設定関数 [詳解] | |
LIB_WINDOW_API bool | IsCheckMenuCommand (HMENU hMenu, UINT uId) noexcept |
メニューコマンドチェック状態取得関数 [詳解] | |
LIB_WINDOW_API bool | CheckMenuCommand (HMENU hMenu, UINT uId, bool bCheck) noexcept |
メニューコマンドチェック状態設定関数 [詳解] | |
LIB_WINDOW_API int | GetEnableMenuCommandCount (HMENU hMenu) noexcept |
メニューコマンド有効数取得関数 [詳解] | |
LIB_WINDOW_API HWND | GetParentOrOwner (HWND hWnd) noexcept |
親またはオーナーウィンドウ取得関数 [詳解] | |
LIB_WINDOW_API bool | IsOwnOrChild (HWND hWnd, HWND hChild) noexcept |
自分または子ウィンドウ判定関数 [詳解] | |
変数 | |
constexpr WORD const | ID_FILE_NEW = 0x0001 |
ファイル::新規作成 [詳解] | |
constexpr WORD const | ID_FILE_OPEN = 0x0002 |
ファイル::開く [詳解] | |
constexpr WORD const | ID_FILE_CLOSE = 0x0003 |
ファイル::閉じる [詳解] | |
constexpr WORD const | ID_FILE_SAVE = 0x0004 |
ファイル::保存 [詳解] | |
constexpr WORD const | ID_FILE_SAVE_AS = 0x0005 |
ファイル::名前を付けて保存 [詳解] | |
constexpr WORD const | ID_FILE_SAVE_ALL = 0x0006 |
ファイル::すべて保存 [詳解] | |
constexpr WORD const | ID_FILE_PRINT = 0x0007 |
ファイル::印刷 [詳解] | |
constexpr WORD const | ID_FILE_RECENT_FILE = 0x0008 |
ファイル::最近使ったファイル [詳解] | |
constexpr WORD const | ID_FILE_EXIT = 0x0009 |
ファイル::終了 [詳解] | |
constexpr WORD const | ID_EDIT_UNDO = 0x000A |
編集::元に戻す [詳解] | |
constexpr WORD const | ID_EDIT_REDO = 0x000B |
編集::やり直し [詳解] | |
constexpr WORD const | ID_EDIT_CUT = 0x000C |
編集::切り取り [詳解] | |
constexpr WORD const | ID_EDIT_COPY = 0x000D |
編集::コピー [詳解] | |
constexpr WORD const | ID_EDIT_PASTE = 0x000E |
編集::貼り付け [詳解] | |
constexpr WORD const | ID_EDIT_DELETE = 0x000F |
編集::削除 [詳解] | |
constexpr WORD const | ID_EDIT_SELECT_ALL = 0x0010 |
編集::すべて選択 [詳解] | |
constexpr WORD const | ID_VIEW_TOOLBAR = 0x0011 |
表示::ツールバー [詳解] | |
constexpr WORD const | ID_VIEW_STATUSBAR = 0x0012 |
表示::ステータスバー [詳解] | |
constexpr WORD const | ID_TOOL_CUSTOMIZE = 0x0013 |
ツール::カスタマイズ [詳解] | |
constexpr WORD const | ID_TOOL_OPTION = 0x0014 |
ツール::オプション [詳解] | |
constexpr WORD const | ID_WINDOW_NEW = 0x0015 |
ウィンドウ::新規ウィンドウ [詳解] | |
constexpr WORD const | ID_WINDOW_FLOATING = 0x0016 |
ウィンドウ::フローティング [詳解] | |
constexpr WORD const | ID_WINDOW_DOCKING = 0x0017 |
ウィンドウ::ドッキング [詳解] | |
constexpr WORD const | ID_WINDOW_LIST = 0x0018 |
ウィンドウ::ウィンドウ(リスト) [詳解] | |
constexpr WORD const | ID_WINDOW_POS_LEFT = 0x0019 |
ウィンドウ::表示位置::左側 [詳解] | |
constexpr WORD const | ID_WINDOW_POS_RIGHT = 0x001A |
ウィンドウ::表示位置::右側 [詳解] | |
constexpr WORD const | ID_WINDOW_POS_TOP = 0x001B |
ウィンドウ::表示位置::上側 [詳解] | |
constexpr WORD const | ID_WINDOW_POS_BOTTOM = 0x001C |
ウィンドウ::表示位置::下側 [詳解] | |
constexpr WORD const | ID_WINDOW_POS_FULL = 0x001D |
ウィンドウ::表示位置::フルサイズ [詳解] | |
constexpr WORD const | ID_WINDOW_POS_MAXIMIZE = 0x001E |
ウィンドウ::表示位置::最大化 [詳解] | |
constexpr WORD const | ID_HELP_ABOUT = 0x001F |
ヘルプ::バージョン情報 [詳解] | |
constexpr WORD const | ID_DEBUG_SHOW_ALL = 0x1001 |
デバッグ::すべて表示 [詳解] | |
constexpr WORD const | ID_DEBUG_HIDE_ALL = 0x1002 |
デバッグ::すべて隠す [詳解] | |
constexpr WORD const | ID_DEBUG_DELETE_ALL = 0x1003 |
デバッグ::すべて削除 [詳解] | |
constexpr WORD const | ID_DEBUG_SHOW_DENUG_INFO = 0x1004 |
デバッグ::デバッグ情報表示 [詳解] | |
constexpr WORD const | ID_DEBUG_DRAW_DOUBLE_BUFFER = 0x1005 |
デバッグ::ダブルバッファリング描画 [詳解] | |
constexpr WORD const | ID_DEBUG_REALTIME_RESIZE_PARTITION = 0x1006 |
デバッグ::リアルタイムパーティションサイズ変更 [詳解] | |
constexpr WORD const | ID_DEBUG_SHOW = 0x1101 |
デバッグ::表示 [詳解] | |
constexpr WORD const | ID_DEBUG_HIDE = 0x1102 |
デバッグ::非表示 [詳解] | |
constexpr WORD const | ID_DEBUG_DELETE = 0x1103 |
デバッグ::削除 [詳解] | |
constexpr WORD const | ID_DEBUG_NEW_ELEMENT = 0x1104 |
デバッグ::新規エレメントウィンドウ [詳解] | |
constexpr WORD const | ID_DEBUG_NEW_OVERLAP = 0x1105 |
デバッグ::新規オーバーラップウィンドウ [詳解] | |
constexpr WORD const | ID_DEBUG_NEW_FLOATING = 0x1106 |
デバッグ::新規フローティングウィンドウ [詳解] | |
constexpr WORD const | ID_DEBUG_POS_LEFT = 0x1111 |
デバッグ::パーティション配置位置左側 [詳解] | |
constexpr WORD const | ID_DEBUG_POS_TOP = 0x1112 |
デバッグ::パーティション配置位置上側 [詳解] | |
constexpr WORD const | ID_DEBUG_POS_RIGHT = 0x1113 |
デバッグ::パーティション配置位置右側 [詳解] | |
constexpr WORD const | ID_DEBUG_POS_BOTTOM = 0x1114 |
デバッグ::パーティション配置位置下側 [詳解] | |
constexpr WORD const | ID_DEBUG_POS_ORDER = 0x1200 |
デバッグ::パーティション配置順序コマンド先頭 [詳解] | |
constexpr WORD const | ID_DEBUG_POS_ORDER_END = 0x12FF |
デバッグ::パーティション配置順序コマンド最後尾 [詳解] | |
constexpr WORD const | ID_DEBUG_PARENT_MENU = 0x1300 |
デバッグ::親ウィンドウメニューコマンド先頭 [詳解] | |
constexpr WORD const | ID_DEBUG_PARENT_MENU_END = 0x13FF |
デバッグ::親ウィンドウメニューコマンド最後尾 [詳解] | |
constexpr UINT const | WM_NOTIFY_CHILD_SET_FOCUS = ( WM_APP + 1 ) |
子ウィンドウフォーカス取得通知 [詳解] | |
constexpr UINT const | WM_NOTIFY_CHILD_KILL_FOCUS = ( WM_APP + 2 ) |
子ウィンドウフォーカス喪失通知 [詳解] | |
constexpr UINT const | WM_NOTIFY_CHILD_LBUTTONDOWN = ( WM_APP + 3 ) |
子ウィンドウ左ボタンダウン通知 [詳解] | |
constexpr UINT const | WM_NOTIFY_CHILD_LBUTTONUP = ( WM_APP + 4 ) |
子ウィンドウ左ボタンアップ通知 [詳解] | |
constexpr UINT const | WM_NOTIFY_CHILD_COMMAND = ( WM_APP + 5 ) |
子ウィンドウコマンド実行通知 [詳解] | |
template class LIB_WINDOW_API | CArray< CWndElement * > |
template class LIB_WINDOW_API | CArray< TBBUTTON > |
ウィンドウライブラリ名前空間
ウィンドウライブラリ名前空間です。
using LibWindow::CWndElement = typedef CWndPane |
エレメントウィンドウクラス型
CWndList.h の 26 行目に定義があります。
|
strong |
パーティション配置位置種別列挙体
パーティション配置位置種別列挙体です。
列挙値 | |
---|---|
Invalid |
無効値 |
Left |
左側 |
Top |
上側 |
Right |
右側 |
Bottom |
下側 |
Size |
列挙体サイズ |
CWndPane.h の 58 行目に定義があります。
|
noexcept |
メニューコマンド項目情報取得関数
メニューコマンド項目情報取得関数です。
[in] | hMenu | メニューハンドル |
[in] | uId | コマンドID |
[in] | phMenu | メニューハンドルポインタ |
[in] | psItem | メニュー項目情報構造体ポインタ |
[in] | uMask | メニュー項目情報マスク |
LibWindowUtility.cpp の 26 行目に定義があります。
参照元 FindMenuCommand(), GetMenuCommandData().
|
noexcept |
メニューコマンド項目情報設定関数
メニューコマンド項目情報設定関数です。
[in] | hMenu | メニューハンドル |
[in] | uId | コマンドID |
[in] | psItem | メニュー項目情報構造体ポインタ |
LibWindowUtility.cpp の 78 行目に定義があります。
参照元 SetMenuCommandData().
|
noexcept |
メニューコマンド検索関数
メニューコマンド検索関数です。
[in] | hMenu | メニューハンドル |
[in] | uId | コマンドID |
LibWindowUtility.cpp の 126 行目に定義があります。
参照先 GetMenuCommandItem().
参照元 CheckMenuCommand(), EnableMenuCommand(), IsCheckMenuCommand(), IsEnableMenuCommand().
|
noexcept |
メニューコマンドデータ取得関数
メニューコマンドデータ取得関数です。
[in] | hMenu | メニューハンドル |
[in] | uId | コマンドID |
[out] | ruData | コマンドデータ参照 |
LibWindowUtility.cpp の 146 行目に定義があります。
参照先 GetMenuCommandItem().
参照元 LibWindow::CWndMain::WmCommand(), LibWindow::CWndPane::WmCommand(), LibWindow::CWndPane::WmContextMenu().
|
noexcept |
メニューコマンドデータ設定関数
メニューコマンドデータ設定関数です。
[in] | hMenu | メニューハンドル |
[in] | uId | コマンドID |
[in] | uData | コマンドデータ |
LibWindowUtility.cpp の 170 行目に定義があります。
参照先 SetMenuCommandItem().
参照元 LibWindow::CWndMain::AppendCommonDebugMenu(), LibWindow::CWndDockingPartition::AppendDebugMenu(), LibWindow::CWndList::AppendElementListDebugSubMenu(), LibWindow::CWndPane::AppendShowDeleteMenu(), LibWindow::CWndPane::CreateContextMenu().
|
noexcept |
メニューコマンド有効状態取得関数
メニューコマンド有効状態取得関数です。
[in] | hMenu | メニューハンドル |
[in] | uId | コマンドID |
LibWindowUtility.cpp の 195 行目に定義があります。
参照先 FindMenuCommand().
参照元 LibWindow::CWndMain::UpdateToolBar().
|
noexcept |
メニューコマンド有効状態設定関数
メニューコマンド有効状態設定関数です。
[in] | hMenu | メニューハンドル |
[in] | uId | コマンドID |
[in] | bEnable | 有効フラグ |
LibWindowUtility.cpp の 219 行目に定義があります。
参照先 FindMenuCommand().
参照元 LibWindow::CWndMain::AppendCommonDebugMenu(), LibWindow::CWndDockingPartition::AppendDebugMenu(), LibWindow::CWndMain::AppendMainMenu(), LibWindow::CWndPane::AppendShowDeleteMenu().
|
noexcept |
メニューコマンドチェック状態取得関数
メニューコマンドチェック状態取得関数です。
[in] | hMenu | メニューハンドル |
[in] | uId | コマンドID |
LibWindowUtility.cpp の 245 行目に定義があります。
参照先 FindMenuCommand().
|
noexcept |
メニューコマンドチェック状態設定関数
メニューコマンドチェック状態設定関数です。
[in] | hMenu | メニューハンドル |
[in] | uId | コマンドID |
[in] | bCheck | チェックフラグ |
LibWindowUtility.cpp の 269 行目に定義があります。
参照先 FindMenuCommand().
参照元 LibWindow::CWndMain::AppendCommonDebugMenu(), LibWindow::CWndDockingPartition::AppendDebugMenu(), LibWindow::CWndMain::AppendMainMenu(), LibWindow::CWndPane::AppendShowDeleteMenu().
|
noexcept |
メニューコマンド有効数取得関数
メニューコマンド有効数取得関数です。
[in] | hMenu | メニューハンドル |
LibWindowUtility.cpp の 295 行目に定義があります。
参照元 LibWindow::CWndDockingPartition::AppendDebugMenu(), LibWindow::CWndPartition::AppendDebugMenu(), LibWindow::CWndList::AppendElementListDebugSubMenu(), LibWindow::CWndMain::AppendMainMenu(), LibWindow::CWndMain::CreateContextMenu().
|
noexcept |
親またはオーナーウィンドウ取得関数
親またはオーナーウィンドウ取得関数です。
[in] | hWnd | ウィンドウハンドル |
LibWindowUtility.cpp の 325 行目に定義があります。
参照元 LibWindow::CWndPane::AppendShowDeleteMenu(), LibWindow::CWndPane::CreateContextMenu(), LibWindow::CWndDockingPartition::ExecMenuCommand(), LibWindow::CWndContainer::ExecMenuCommand(), LibWindow::CWndPane::ExecMenuCommand(), LibWindow::CWndPane::GetParentPane(), LibWindow::CWndBase::GetTopLevelWindow(), LibWindow::CWndPane::WmKillFocus(), LibWindow::CWndPane::WmNotifyChildCommand(), LibWindow::CWndPane::WmNotifyChildKillFocus(), LibWindow::CWndPane::WmNotifyChildSetFocus(), LibWindow::CWndPane::WmSetFocus().
|
noexcept |
自分または子ウィンドウ判定関数
自分または子ウィンドウ判定関数です。
[in] | hWnd | ウィンドウハンドル |
[in] | hChild | 子ウィンドウハンドル |
LibWindowUtility.cpp の 350 行目に定義があります。
参照元 LibWindow::CWndContainer::DeleteChildWindow(), LibWindow::CWndMain::DeleteChildWindow(), LibWindow::CWndBase::Destroy(), LibWindow::CWndDocumentTab::DrawTabControl(), LibWindow::CWndDocumentTab::DrawTitleBar(), LibWindow::CWndPane::ShowChildWindow().
constexpr WORD const LibWindow::ID_FILE_NEW = 0x0001 |
constexpr WORD const LibWindow::ID_FILE_OPEN = 0x0002 |
constexpr WORD const LibWindow::ID_FILE_CLOSE = 0x0003 |
ファイル::閉じる
CommandIdDef.h の 29 行目に定義があります。
参照元 LibWindow::CWndMain::AppendMainMenu(), LibWindow::CWndMain::CreateAccel().
constexpr WORD const LibWindow::ID_FILE_SAVE = 0x0004 |
constexpr WORD const LibWindow::ID_FILE_SAVE_AS = 0x0005 |
ファイル::名前を付けて保存
CommandIdDef.h の 31 行目に定義があります。
参照元 LibWindow::CWndMain::AppendMainMenu(), LibWindow::CWndMain::CreateAccel().
constexpr WORD const LibWindow::ID_FILE_SAVE_ALL = 0x0006 |
constexpr WORD const LibWindow::ID_FILE_PRINT = 0x0007 |
constexpr WORD const LibWindow::ID_FILE_RECENT_FILE = 0x0008 |
constexpr WORD const LibWindow::ID_FILE_EXIT = 0x0009 |
ファイル::終了
CommandIdDef.h の 35 行目に定義があります。
参照元 LibWindow::CWndMain::AppendMainMenu(), LibWindow::CWndMain::ExecMenuCommand().
constexpr WORD const LibWindow::ID_EDIT_UNDO = 0x000A |
constexpr WORD const LibWindow::ID_EDIT_REDO = 0x000B |
constexpr WORD const LibWindow::ID_EDIT_CUT = 0x000C |
constexpr WORD const LibWindow::ID_EDIT_COPY = 0x000D |
constexpr WORD const LibWindow::ID_EDIT_PASTE = 0x000E |
constexpr WORD const LibWindow::ID_EDIT_DELETE = 0x000F |
constexpr WORD const LibWindow::ID_EDIT_SELECT_ALL = 0x0010 |
constexpr WORD const LibWindow::ID_VIEW_TOOLBAR = 0x0011 |
表示::ツールバー
CommandIdDef.h の 43 行目に定義があります。
参照元 LibWindow::CWndMain::AppendMainMenu(), LibWindow::CWndMain::ExecMenuCommand().
constexpr WORD const LibWindow::ID_VIEW_STATUSBAR = 0x0012 |
表示::ステータスバー
CommandIdDef.h の 44 行目に定義があります。
参照元 LibWindow::CWndMain::AppendMainMenu(), LibWindow::CWndMain::ExecMenuCommand().
constexpr WORD const LibWindow::ID_TOOL_CUSTOMIZE = 0x0013 |
constexpr WORD const LibWindow::ID_TOOL_OPTION = 0x0014 |
ツール::オプション
CommandIdDef.h の 46 行目に定義があります。
参照元 LibWindow::CWndMain::AppendMainMenu(), LibWindow::CWndMain::CreateIconImageList(), LibWindow::CWndMain::CreateToolBarButtonList().
constexpr WORD const LibWindow::ID_WINDOW_NEW = 0x0015 |
constexpr WORD const LibWindow::ID_WINDOW_FLOATING = 0x0016 |
ウィンドウ::フローティング
CommandIdDef.h の 48 行目に定義があります。
参照元 LibWindow::CWndMain::AppendMainMenu(), LibWindow::CWndMain::ExecMenuCommand(), LibWindow::CWndDocking::WmLButtonDblClk().
constexpr WORD const LibWindow::ID_WINDOW_DOCKING = 0x0017 |
ウィンドウ::ドッキング
CommandIdDef.h の 49 行目に定義があります。
参照元 LibWindow::CWndMain::AppendMainMenu(), LibWindow::CWndMain::ExecMenuCommand().
constexpr WORD const LibWindow::ID_WINDOW_LIST = 0x0018 |
constexpr WORD const LibWindow::ID_WINDOW_POS_LEFT = 0x0019 |
ウィンドウ::表示位置::左側
CommandIdDef.h の 51 行目に定義があります。
参照元 LibWindow::CWndMain::AppendMainMenu(), LibWindow::CWndMain::CreateAccel(), LibWindow::CWndMain::ExecMenuCommand().
constexpr WORD const LibWindow::ID_WINDOW_POS_RIGHT = 0x001A |
ウィンドウ::表示位置::右側
CommandIdDef.h の 52 行目に定義があります。
参照元 LibWindow::CWndMain::AppendMainMenu(), LibWindow::CWndMain::CreateAccel(), LibWindow::CWndMain::ExecMenuCommand().
constexpr WORD const LibWindow::ID_WINDOW_POS_TOP = 0x001B |
ウィンドウ::表示位置::上側
CommandIdDef.h の 53 行目に定義があります。
参照元 LibWindow::CWndMain::AppendMainMenu(), LibWindow::CWndMain::CreateAccel(), LibWindow::CWndMain::ExecMenuCommand().
constexpr WORD const LibWindow::ID_WINDOW_POS_BOTTOM = 0x001C |
ウィンドウ::表示位置::下側
CommandIdDef.h の 54 行目に定義があります。
参照元 LibWindow::CWndMain::AppendMainMenu(), LibWindow::CWndMain::CreateAccel(), LibWindow::CWndMain::ExecMenuCommand().
constexpr WORD const LibWindow::ID_WINDOW_POS_FULL = 0x001D |
ウィンドウ::表示位置::フルサイズ
CommandIdDef.h の 55 行目に定義があります。
参照元 LibWindow::CWndMain::AppendMainMenu(), LibWindow::CWndMain::CreateAccel(), LibWindow::CWndMain::ExecMenuCommand().
constexpr WORD const LibWindow::ID_WINDOW_POS_MAXIMIZE = 0x001E |
ウィンドウ::表示位置::最大化
CommandIdDef.h の 56 行目に定義があります。
参照元 LibWindow::CWndMain::AppendMainMenu(), LibWindow::CWndMain::CreateAccel(), LibWindow::CWndMain::ExecMenuCommand().
constexpr WORD const LibWindow::ID_HELP_ABOUT = 0x001F |
constexpr WORD const LibWindow::ID_DEBUG_SHOW_ALL = 0x1001 |
デバッグ::すべて表示
CommandIdDef.h の 61 行目に定義があります。
参照元 LibWindow::CWndMain::AppendCommonDebugMenu(), LibWindow::CWndMain::ExecMenuCommand().
constexpr WORD const LibWindow::ID_DEBUG_HIDE_ALL = 0x1002 |
デバッグ::すべて隠す
CommandIdDef.h の 62 行目に定義があります。
参照元 LibWindow::CWndMain::AppendCommonDebugMenu(), LibWindow::CWndMain::ExecMenuCommand().
constexpr WORD const LibWindow::ID_DEBUG_DELETE_ALL = 0x1003 |
デバッグ::すべて削除
CommandIdDef.h の 63 行目に定義があります。
参照元 LibWindow::CWndMain::AppendCommonDebugMenu(), LibWindow::CWndMain::ExecMenuCommand().
constexpr WORD const LibWindow::ID_DEBUG_SHOW_DENUG_INFO = 0x1004 |
デバッグ::デバッグ情報表示
CommandIdDef.h の 64 行目に定義があります。
参照元 LibWindow::CWndMain::AppendCommonDebugMenu(), LibWindow::CWndMain::ExecMenuCommand().
constexpr WORD const LibWindow::ID_DEBUG_DRAW_DOUBLE_BUFFER = 0x1005 |
デバッグ::ダブルバッファリング描画
CommandIdDef.h の 65 行目に定義があります。
参照元 LibWindow::CWndMain::AppendCommonDebugMenu(), LibWindow::CWndMain::ExecMenuCommand().
constexpr WORD const LibWindow::ID_DEBUG_REALTIME_RESIZE_PARTITION = 0x1006 |
デバッグ::リアルタイムパーティションサイズ変更
CommandIdDef.h の 66 行目に定義があります。
参照元 LibWindow::CWndMain::AppendCommonDebugMenu(), LibWindow::CWndMain::ExecMenuCommand().
constexpr WORD const LibWindow::ID_DEBUG_SHOW = 0x1101 |
デバッグ::表示
CommandIdDef.h の 70 行目に定義があります。
参照元 LibWindow::CWndPane::AppendShowDeleteMenu(), LibWindow::CWndPane::ExecMenuCommand().
constexpr WORD const LibWindow::ID_DEBUG_HIDE = 0x1102 |
デバッグ::非表示
CommandIdDef.h の 71 行目に定義があります。
参照元 LibWindow::CWndPane::AppendShowDeleteMenu(), LibWindow::CWndPane::ExecMenuCommand().
constexpr WORD const LibWindow::ID_DEBUG_DELETE = 0x1103 |
デバッグ::削除
CommandIdDef.h の 72 行目に定義があります。
参照元 LibWindow::CWndPane::AppendShowDeleteMenu(), LibWindow::CWndPane::ExecMenuCommand().
constexpr WORD const LibWindow::ID_DEBUG_NEW_ELEMENT = 0x1104 |
デバッグ::新規エレメントウィンドウ
CommandIdDef.h の 73 行目に定義があります。
参照元 LibWindow::CWndContainer::AppendDebugMenu(), LibWindow::CWndContainer::ExecMenuCommand().
constexpr WORD const LibWindow::ID_DEBUG_NEW_OVERLAP = 0x1105 |
デバッグ::新規オーバーラップウィンドウ
CommandIdDef.h の 74 行目に定義があります。
参照元 LibWindow::CWndMain::AppendDebugMenu(), LibWindow::CWndMain::ExecMenuCommand().
constexpr WORD const LibWindow::ID_DEBUG_NEW_FLOATING = 0x1106 |
デバッグ::新規フローティングウィンドウ
CommandIdDef.h の 75 行目に定義があります。
参照元 LibWindow::CWndMain::AppendDebugMenu(), LibWindow::CWndMain::ExecMenuCommand().
constexpr WORD const LibWindow::ID_DEBUG_POS_LEFT = 0x1111 |
デバッグ::パーティション配置位置左側
CommandIdDef.h の 76 行目に定義があります。
参照元 LibWindow::CWndDockingPartition::AppendDebugMenu(), LibWindow::CWndDockingPartition::ExecMenuCommand().
constexpr WORD const LibWindow::ID_DEBUG_POS_TOP = 0x1112 |
デバッグ::パーティション配置位置上側
CommandIdDef.h の 77 行目に定義があります。
参照元 LibWindow::CWndDockingPartition::AppendDebugMenu(), LibWindow::CWndDockingPartition::ExecMenuCommand().
constexpr WORD const LibWindow::ID_DEBUG_POS_RIGHT = 0x1113 |
デバッグ::パーティション配置位置右側
CommandIdDef.h の 78 行目に定義があります。
参照元 LibWindow::CWndDockingPartition::AppendDebugMenu(), LibWindow::CWndDockingPartition::ExecMenuCommand().
constexpr WORD const LibWindow::ID_DEBUG_POS_BOTTOM = 0x1114 |
デバッグ::パーティション配置位置下側
CommandIdDef.h の 79 行目に定義があります。
参照元 LibWindow::CWndDockingPartition::AppendDebugMenu(), LibWindow::CWndDockingPartition::ExecMenuCommand().
constexpr WORD const LibWindow::ID_DEBUG_POS_ORDER = 0x1200 |
デバッグ::パーティション配置順序コマンド先頭
CommandIdDef.h の 80 行目に定義があります。
参照元 LibWindow::CWndDockingPartition::AppendDebugMenu(), LibWindow::CWndDockingPartition::ExecMenuCommand().
constexpr WORD const LibWindow::ID_DEBUG_POS_ORDER_END = 0x12FF |
デバッグ::パーティション配置順序コマンド最後尾
CommandIdDef.h の 81 行目に定義があります。
constexpr WORD const LibWindow::ID_DEBUG_PARENT_MENU = 0x1300 |
デバッグ::親ウィンドウメニューコマンド先頭
CommandIdDef.h の 82 行目に定義があります。
参照元 LibWindow::CWndPane::CreateContextMenu(), LibWindow::CWndPane::WmContextMenu().
constexpr WORD const LibWindow::ID_DEBUG_PARENT_MENU_END = 0x13FF |
constexpr UINT const LibWindow::WM_NOTIFY_CHILD_SET_FOCUS = ( WM_APP + 1 ) |
子ウィンドウフォーカス取得通知
CWndPane.h の 28 行目に定義があります。
参照元 LibWindow::CWndPane::WmApp(), LibWindow::CWndPane::WmNotifyChildSetFocus(), LibWindow::CWndPane::WmSetFocus().
constexpr UINT const LibWindow::WM_NOTIFY_CHILD_KILL_FOCUS = ( WM_APP + 2 ) |
子ウィンドウフォーカス喪失通知
CWndPane.h の 29 行目に定義があります。
参照元 LibWindow::CWndPane::WmApp(), LibWindow::CWndPane::WmKillFocus(), LibWindow::CWndPane::WmNotifyChildKillFocus().
constexpr UINT const LibWindow::WM_NOTIFY_CHILD_LBUTTONDOWN = ( WM_APP + 3 ) |
子ウィンドウ左ボタンダウン通知
CWndPane.h の 30 行目に定義があります。
参照元 LibWindow::CWndPane::WmApp(), LibWindow::CWndToolBar::WmLButtonDown().
constexpr UINT const LibWindow::WM_NOTIFY_CHILD_LBUTTONUP = ( WM_APP + 4 ) |
子ウィンドウ左ボタンアップ通知
CWndPane.h の 31 行目に定義があります。
参照元 LibWindow::CWndPane::WmApp(), LibWindow::CWndToolBar::WmLButtonUp().
constexpr UINT const LibWindow::WM_NOTIFY_CHILD_COMMAND = ( WM_APP + 5 ) |
template class LIB_WINDOW_API LibWindow::CArray< CWndElement * > |
CWndList.cpp の 854 行目に定義があります。
template class LIB_WINDOW_API LibWindow::CArray< TBBUTTON > |
CWndMain.cpp の 2545 行目に定義があります。