LibreOffice Module vcl (master) 1
|
#include <settings.hxx>
Public Member Functions | |
HelpSettings () | |
void | SetTipTimeout (sal_Int32 nTipTimeout) |
sal_Int32 | GetTipTimeout () const |
bool | operator== (const HelpSettings &rSet) const |
bool | operator!= (const HelpSettings &rSet) const |
Static Public Member Functions | |
static sal_Int32 | GetTipDelay () |
static sal_Int32 | GetBalloonDelay () |
Private Attributes | |
std::shared_ptr< ImplHelpData > | mxData |
Definition at line 665 of file settings.hxx.
HelpSettings::HelpSettings | ( | ) |
Definition at line 2837 of file app/settings.cxx.
References make_shared().
|
static |
Definition at line 2874 of file app/settings.cxx.
Referenced by HelpTextWindow::ShowHelp().
|
static |
Definition at line 2851 of file app/settings.cxx.
Referenced by ImplShowHelpWindow(), and HelpTextWindow::ShowHelp().
sal_Int32 HelpSettings::GetTipTimeout | ( | ) | const |
Definition at line 2868 of file app/settings.cxx.
References mxData.
Referenced by HelpTextWindow::HelpTextWindow(), and ImplChangeTipTimeout().
bool HelpSettings::operator!= | ( | const HelpSettings & | rSet | ) | const |
Definition at line 2880 of file app/settings.cxx.
References rSet.
bool HelpSettings::operator== | ( | const HelpSettings & | rSet | ) | const |
Definition at line 2842 of file app/settings.cxx.
void HelpSettings::SetTipTimeout | ( | sal_Int32 | nTipTimeout | ) |
Definition at line 2857 of file app/settings.cxx.
References mxData.
Referenced by ImplChangeTipTimeout().
|
private |
Definition at line 667 of file settings.hxx.
Referenced by GetTipTimeout(), operator==(), and SetTipTimeout().