#include <button.hxx>


Public Member Functions | |
| HelpButton (Window *pParent, WinBits nStyle=0) | |
| HelpButton (Window *pParent, const ResId &rResId) | |
| virtual void | Click () |
Private Member Functions | |
| SAL_DLLPRIVATE void | ImplInit (Window *pParent, WinBits nStyle) |
| SAL_DLLPRIVATE | HelpButton (const HelpButton &) |
| SAL_DLLPRIVATE HelpButton & | operator= (const HelpButton &) |
Definition at line 266 of file button.hxx.
| SAL_DLLPRIVATE HelpButton::HelpButton | ( | const HelpButton & | ) | [private] |
| HelpButton::HelpButton | ( | Window * | pParent, | |
| const ResId & | rResId | |||
| ) |
Definition at line 2185 of file button.cxx.
References ImplInit(), Window::ImplInitRes(), Window::ImplLoadRes(), Window::Show(), and WB_HIDE.
Reimplemented from PushButton.
Definition at line 2167 of file button.cxx.
References BUTTON_HELP, Button::GetStandardHelpText(), Button::GetStandardText(), PushButton::ImplInit(), Window::SetHelpText(), Control::SetText(), and WB_NOPOINTERFOCUS.
Referenced by HelpButton().
| SAL_DLLPRIVATE HelpButton& HelpButton::operator= | ( | const HelpButton & | ) | [private] |
| void HelpButton::Click | ( | ) | [virtual] |
Reimplemented from Button.
Definition at line 2199 of file button.cxx.
References Button::Click(), Button::GetClickHdl(), Application::GetFocusWindow(), Window::GetPointerPosPixel(), HELPMODE_CONTEXT, and Window::RequestHelp().
1.5.6