LibreOffice Module vcl (master) 1
Classes | Namespaces | Enumerations
svlbitm.hxx File Reference
#include <memory>
#include <vcl/dllapi.h>
#include <tools/link.hxx>
#include <vcl/image.hxx>
#include <vcl/toolkit/treelistbox.hxx>
#include <o3tl/typed_flags_set.hxx>
Include dependency graph for svlbitm.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< SvItemStateFlags >
 
class  SvLBoxButtonData
 
class  SvLBoxString
 
class  SvLBoxButton
 
class  SvLBoxContextBmp
 

Namespaces

namespace  o3tl
 

Enumerations

enum class  SvBmp {
  UNCHECKED = 0 ,
  CHECKED = 1 ,
  TRISTATE = 2 ,
  HIUNCHECKED = 3 ,
  HICHECKED = 4 ,
  HITRISTATE = 5
}
 
enum class  SvItemStateFlags {
  NONE = 0x00 ,
  UNCHECKED = 0x01 ,
  CHECKED = 0x02 ,
  TRISTATE = 0x04 ,
  HIGHLIGHTED = 0x08
}
 

Enumeration Type Documentation

◆ SvBmp

enum class SvBmp
strong
Enumerator
UNCHECKED 
CHECKED 
TRISTATE 
HIUNCHECKED 
HICHECKED 
HITRISTATE 

Definition at line 37 of file svlbitm.hxx.

◆ SvItemStateFlags

enum class SvItemStateFlags
strong
Enumerator
NONE 
UNCHECKED 
CHECKED 
TRISTATE 
HIGHLIGHTED 

Definition at line 47 of file svlbitm.hxx.