LibreOffice Module vcl (master) 1
Classes | Functions
helpwin.hxx File Reference
#include <vcl/toolkit/floatwin.hxx>
#include <vcl/timer.hxx>
Include dependency graph for helpwin.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  HelpTextWindow
 A tooltip: adds tips to widgets in a floating / popup window. More...
 

Functions

void ImplShowHelpWindow (vcl::Window *pParent, sal_uInt16 nHelpWinStyle, QuickHelpFlags nStyle, const OUString &rHelpText, const Point &rScreenPos, const tools::Rectangle &rHelpArea)
 
VCL_DLLPUBLIC void ImplDestroyHelpWindow (bool bUpdateHideTime)
 
void ImplDestroyHelpWindow (ImplSVHelpData &rHelpData, bool bUpdateHideTime)
 
void ImplSetHelpWindowPos (vcl::Window *pHelpWindow, sal_uInt16 nHelpWinStyle, QuickHelpFlags nStyle, const Point &rPos, const tools::Rectangle &rHelpArea)
 

Function Documentation

◆ ImplDestroyHelpWindow() [1/2]

VCL_DLLPUBLIC void ImplDestroyHelpWindow ( bool  bUpdateHideTime)

◆ ImplDestroyHelpWindow() [2/2]

void ImplDestroyHelpWindow ( ImplSVHelpData rHelpData,
bool  bUpdateHideTime 
)

◆ ImplSetHelpWindowPos()

void ImplSetHelpWindowPos ( vcl::Window pHelpWindow,
sal_uInt16  nHelpWinStyle,
QuickHelpFlags  nStyle,
const Point rPos,
const tools::Rectangle rHelpArea 
)

◆ ImplShowHelpWindow()

void ImplShowHelpWindow ( vcl::Window pParent,
sal_uInt16  nHelpWinStyle,
QuickHelpFlags  nStyle,
const OUString &  rHelpText,
const Point rScreenPos,
const tools::Rectangle rHelpArea 
)