Searched refs:CDialog (Results 1 - 5 of 5) sorted by relevance
/third_party/lzma/CPP/Windows/Control/ |
H A D | Dialog.cpp | 33 CDialog *dialog = (CDialog *)(tempDialog.GetUserDataLongPtr());
in DialogProcedure() 50 bool CDialog::OnMessage(UINT message, WPARAM wParam, LPARAM lParam)
in OnMessage() 76 bool CDialog::OnCommand2(WPARAM wParam, LPARAM lParam)
82 bool CDialog::OnCommand(unsigned code, unsigned itemID, LPARAM lParam)
in OnCommand() 89 bool CDialog::OnButtonClicked(unsigned buttonID, HWND /* buttonHWND */)
in OnButtonClicked() 178 bool CDialog::GetMargins(int margin, int &x, int &y)
in GetMargins() 194 int CDialog::Units_To_Pixels_X(int units)
in Units_To_Pixels_X() 206 bool CDialog::GetItemSizes(unsigned id, int &x, int &y)
in GetItemSizes() 216 void CDialog [all...] |
H A D | Dialog.h | 11 class CDialog: public CWindow
class 13 // Z7_CLASS_NO_COPY(CDialog)
15 CDialog(HWND wnd = NULL): CWindow(wnd) {}
in CDialog() function in NWindows::NControl::CDialog 16 virtual ~CDialog() {}
in ~CDialog() 151 class CModelessDialog: public CDialog
164 class CModalDialog: public CDialog
183 void Init(const NWindows::NControl::CDialog &parentDialog, unsigned id)
in Init()
|
H A D | PropertyPage.h | 17 class CPropertyPage: public CDialog
20 CPropertyPage(HWND window = NULL): CDialog(window) {}
in CPropertyPage()
|
H A D | PropertyPage.cpp | 30 CDialog *dialog = (CDialog *)(tempDialog.GetUserDataLongPtr());
in MyProperyPageProcedure()
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | PasswordDialog.cpp | 51 return CDialog::OnButtonClicked(buttonID, buttonHWND);
in OnButtonClicked()
|
Completed in 3 milliseconds