LibreOffice Module vcl (master) 1
Classes | Namespaces | Macros | Enumerations
help.hxx File Reference
#include <rtl/ustring.hxx>
#include <vcl/dllapi.h>
#include <o3tl/typed_flags_set.hxx>
Include dependency graph for help.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  o3tl::typed_flags< QuickHelpFlags >
 
class  Help
 

Namespaces

namespace  tools
 
namespace  vcl
 
namespace  o3tl
 
namespace  weld
 

Macros

#define OOO_HELP_INDEX   ".help:index"
 

Enumerations

enum class  QuickHelpFlags {
  NONE = 0x0000 ,
  Left = 0x0001 ,
  Center = 0x0002 ,
  Right = 0x0004 ,
  Top = 0x0008 ,
  VCenter = 0x0010 ,
  Bottom = 0x0020 ,
  NoAutoPos = Left | Center | Right | Top | VCenter | Bottom ,
  CtrlText = 0x0040 ,
  TipStyleBalloon = 0x0100 ,
  NoEvadePointer = 0x0200 ,
  BiDiRtl = 0x0400
}
 

Macro Definition Documentation

◆ OOO_HELP_INDEX

#define OOO_HELP_INDEX   ".help:index"

Definition at line 53 of file help.hxx.

Enumeration Type Documentation

◆ QuickHelpFlags

enum class QuickHelpFlags
strong
Enumerator
NONE 
Left 
Center 
Right 
Top 
VCenter 
Bottom 
NoAutoPos 
CtrlText 
TipStyleBalloon 

force balloon-style in ShowPopover and ShowQuickHelp

NoEvadePointer 
BiDiRtl 

Definition at line 32 of file help.hxx.