Home
last modified time | relevance | path

Searched refs:hParentWindow (Results 1 – 25 of 220) sorted by relevance

123456789

/dports/cad/ldview/ldview-4.4/CUI/
H A DCUISubWindowInfo.cpp28 HWND hParentWindow = GetParent(value); in setup() local
33 GetClientRect(hParentWindow, &windowRect); in setup()
36 ClientToScreen(hParentWindow, &clientPoint); in setup()
H A DCUIWindow.cpp50 hParentWindow(NULL), in CUIWindow()
82 hParentWindow(NULL), in CUIWindow()
113 hParentWindow(parentWindow->getHWindow()), in CUIWindow()
126 CUIWindow::CUIWindow(HWND hParentWindow, HINSTANCE hInstance, int x, int y, in CUIWindow() argument
145 hParentWindow(hParentWindow), in CUIWindow()
174 if (parentWindow || hParentWindow) in windowClassName()
550 hParentWindow = NULL; in doNCDestroy()
2151 if (!hParentWindow) in createSubWindow()
2153 hParentWindow = parentWindow->hWindow; in createSubWindow()
2156 windowStyle, x - dx / 2, y - dy / 2, width, height, hParentWindow, in createSubWindow()
[all …]
H A DCUIWindow.h108 CUIWindow(HWND hParentWindow, HINSTANCE, int x, int y,
140 HWND getHParentWindow(void) { return hParentWindow; } in getHParentWindow()
423 HWND hParentWindow; variable
/dports/cad/ldview/ldview-4.4/
H A DSSPreview.cpp9 SSPreview::SSPreview(HWND hParentWindow, HINSTANCE hInstance) in SSPreview() argument
10 :CUIWindow(hParentWindow, hInstance, 0, 0, 0, 0), in SSPreview()
37 if (GetClientRect(hParentWindow, &rect)) in run()
83 if (GetWindowPlacement(hParentWindow, &wp)) in flushLoop()
H A DModelLoader.cpp69 HWND hParentWindow = NULL; in startup() local
100 hParentWindow = (HWND)num; in startup()
130 if (hParentWindow) in startup()
132 parentWindow->setHParentWindow(hParentWindow); in startup()
H A DJpegOptionsDialog.cpp11 JpegOptionsDialog::JpegOptionsDialog(HINSTANCE hInstance, HWND hParentWindow): in JpegOptionsDialog() argument
12 CUIDialog(hInstance, hParentWindow), in JpegOptionsDialog()
H A DSSPreview.h9 SSPreview(HWND hParentWindow, HINSTANCE hInstance);
H A DJpegOptionsDialog.h12 JpegOptionsDialog(HINSTANCE hInstance, HWND hParentWindow);
H A DLDViewMain.cpp288 HWND hParentWindow = (HWND)parentWindowNum; in doPreview() local
289 SSPreview* ssPreview = new SSPreview(hParentWindow, hInstance); in doPreview()
H A DModelTreeDialog.h22 ModelTreeDialog(HINSTANCE hInstance, HWND hParentWindow);
H A DModelWindow.cpp1044 ScreenToClient(hParentWindow, &point); in doSize()
1731 EnumThreadWindows(GetWindowThreadProcessId(hParentWindow, NULL), in hideProgress()
1732 enableNonModalWindow, (LPARAM)hParentWindow); in hideProgress()
2415 msg.hwnd = hParentWindow; in processModalMessage()
2461 if (!flushModal(hParentWindow, false)) in progressCallback()
2490 if (!flushModal(hParentWindow, false)) in progressCallback()
2824 MapWindowPoints(hWindow, hParentWindow, points, 2); in doPaint()
3370 GetWindowRect(hParentWindow, &rect); in setupSnapshotBackBuffer()
3371 MoveWindow(hParentWindow, 0, 0, rect.right - rect.left, in setupSnapshotBackBuffer()
3383 RedrawWindow(hParentWindow, NULL, NULL, in cleanupSnapshotBackBuffer()
[all …]
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/win32/
H A Dwin32_tooltip.cpp32 HWND hParentWindow ): in Win32Tooltip() argument
39 hParentWindow, 0, hInst, NULL ); in Win32Tooltip()
H A Dwin32_window.cpp48 HINSTANCE hInst, HWND hParentWindow, in Win32Window() argument
55 (void)hParentWindow; in Win32Window()
H A Dwin32_tooltip.hpp36 Win32Tooltip( intf_thread_t *pIntf, HINSTANCE hInst, HWND hParentWindow );
H A Dwin32_window.hpp39 HINSTANCE hInst, HWND hParentWindow,
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/os2/
H A Dos2_window.cpp36 HMODULE hInst, HWND hParentWindow, in OS2Window() argument
43 (void)hParentWindow; in OS2Window()
H A Dos2_tooltip.hpp35 OS2Tooltip( intf_thread_t *pIntf, HMODULE hInst, HWND hParentWindow );
H A Dos2_window.hpp37 HMODULE hInst, HWND hParentWindow,
H A Dos2_tooltip.cpp32 HWND hParentWindow ): in OS2Tooltip() argument
/dports/emulators/vice/vice-3.5/src/lib/liblame/ACM/
H A DACM.h72 inline DWORD About( HWND hParentWindow );
H A DACM.cpp281 inline DWORD ACM::About(HWND hParentWindow) in About() argument
283 my_debug.OutPut(DEBUG_LEVEL_FUNC_START, "ACM : About (Parent Window = 0x%08X)",hParentWindow); in About()
285 DialogBoxParam( my_hModule, MAKEINTRESOURCE(IDD_ABOUT), hParentWindow, ::AboutProc , (LPARAM)this); in About()
/dports/audio/lame/lame-3.100/ACM/
H A DACM.h72 inline DWORD About( HWND hParentWindow );
H A DACM.cpp281 inline DWORD ACM::About(HWND hParentWindow) in About() argument
283 my_debug.OutPut(DEBUG_LEVEL_FUNC_START, "ACM : About (Parent Window = 0x%08X)",hParentWindow); in About()
285 DialogBoxParam( my_hModule, MAKEINTRESOURCE(IDD_ABOUT), hParentWindow, ::AboutProc , (LPARAM)this); in About()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/liblame/ACM/
H A DACM.h72 inline DWORD About( HWND hParentWindow );
H A DACM.cpp281 inline DWORD ACM::About(HWND hParentWindow) in About() argument
283 my_debug.OutPut(DEBUG_LEVEL_FUNC_START, "ACM : About (Parent Window = 0x%08X)",hParentWindow); in About()
285 DialogBoxParam( my_hModule, MAKEINTRESOURCE(IDD_ABOUT), hParentWindow, ::AboutProc , (LPARAM)this); in About()

123456789