Home
last modified time | relevance | path

Searched defs:IsRememberDialogSizeEnable (Results 1 – 11 of 11) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DCDonateDlg.h25 virtual bool IsRememberDialogSizeEnable() const { return false; }; in IsRememberDialogSizeEnable() function
H A DOggEncodeCfgDlg.h29 virtual bool IsRememberDialogSizeEnable() const { return false; }; in IsRememberDialogSizeEnable() function
H A DFlacEncodeCfgDlg.h28 virtual bool IsRememberDialogSizeEnable() const { return false; }; in IsRememberDialogSizeEnable() function
H A DAboutDlg.h24 virtual bool IsRememberDialogSizeEnable() const override { return false; }; in IsRememberDialogSizeEnable() function
H A DSoundEffectDlg.h31 virtual bool IsRememberDialogSizeEnable() const { return false; }; in IsRememberDialogSizeEnable() function
H A DTabDlg.h35 virtual bool IsRememberDialogSizeEnable() const override final { return false; }; in IsRememberDialogSizeEnable() function
H A DWmaEncodeCfgDlg.h33 virtual bool IsRememberDialogSizeEnable() const override { return false; }; in IsRememberDialogSizeEnable() function
H A DMP3EncodeCfgDlg.h37 virtual bool IsRememberDialogSizeEnable() const override { return false; }; in IsRememberDialogSizeEnable() function
H A DMessageDlg.h43 virtual bool IsRememberDialogSizeEnable() const override { return m_save_dlg_size; }; in IsRememberDialogSizeEnable() function
H A DTagSelBaseDlg.h60 virtual bool IsRememberDialogSizeEnable() const override final { return false; }; in IsRememberDialogSizeEnable() function
H A DBaseDialog.h78 virtual bool IsRememberDialogSizeEnable() const { return true; }; in IsRememberDialogSizeEnable() function