LibreOffice Module vcl (master)
1
|
#include <settings.hxx>
Public Member Functions | |
HelpSettings () | |
void | SetTipTimeout (sal_uLong nTipTimeout) |
sal_uLong | GetTipTimeout () const |
bool | operator== (const HelpSettings &rSet) const |
bool | operator!= (const HelpSettings &rSet) const |
Static Public Member Functions | |
static sal_uLong | GetTipDelay () |
static sal_uLong | GetBalloonDelay () |
Private Attributes | |
std::shared_ptr< ImplHelpData > | mxData |
Definition at line 652 of file settings.hxx.
HelpSettings::HelpSettings | ( | ) |
Definition at line 2695 of file app/settings.cxx.
References make_shared().
|
static |
Definition at line 2732 of file app/settings.cxx.
Referenced by HelpTextWindow::ShowHelp().
|
static |
Definition at line 2709 of file app/settings.cxx.
Referenced by ImplShowHelpWindow(), and HelpTextWindow::ShowHelp().
sal_uLong HelpSettings::GetTipTimeout | ( | ) | const |
Definition at line 2726 of file app/settings.cxx.
References mxData.
Referenced by HelpTextWindow::HelpTextWindow(), and ImplChangeTipTimeout().
bool HelpSettings::operator!= | ( | const HelpSettings & | rSet | ) | const |
Definition at line 2738 of file app/settings.cxx.
bool HelpSettings::operator== | ( | const HelpSettings & | rSet | ) | const |
Definition at line 2700 of file app/settings.cxx.
References mxData.
Definition at line 2715 of file app/settings.cxx.
References mxData.
|
private |
Definition at line 654 of file settings.hxx.
Referenced by GetTipTimeout(), operator==(), and SetTipTimeout().