#include <button.hxx>


Public Member Functions | |
| CancelButton (Window *pParent, WinBits nStyle=0) | |
| CancelButton (Window *pParent, const ResId &rResId) | |
| virtual void | Click () |
Private Member Functions | |
| SAL_DLLPRIVATE void | ImplInit (Window *pParent, WinBits nStyle) |
| SAL_DLLPRIVATE | CancelButton (const CancelButton &) |
| SAL_DLLPRIVATE CancelButton & | operator= (const CancelButton &) |
Definition at line 244 of file button.hxx.
| SAL_DLLPRIVATE CancelButton::CancelButton | ( | const CancelButton & | ) | [private] |
| CancelButton::CancelButton | ( | Window * | pParent, | |
| const ResId & | rResId | |||
| ) |
Definition at line 2119 of file button.cxx.
References ImplInit(), Window::ImplInitRes(), Window::ImplLoadRes(), Window::Show(), and WB_HIDE.
Reimplemented from PushButton.
Definition at line 2101 of file button.cxx.
References BUTTON_CANCEL, Button::GetStandardHelpText(), Button::GetStandardText(), PushButton::ImplInit(), Window::SetHelpText(), and Control::SetText().
Referenced by CancelButton().
| SAL_DLLPRIVATE CancelButton& CancelButton::operator= | ( | const CancelButton & | ) | [private] |
| void CancelButton::Click | ( | ) | [virtual] |
Reimplemented from Button.
Definition at line 2133 of file button.cxx.
References Button::Click(), Button::GetClickHdl(), Window::GetParent(), Window::GetStyle(), Window::IsDialog(), Window::IsSystemWindow(), and WB_CLOSEABLE.
1.5.6