LibreOffice Module sfx2 (master) 1
Classes | Namespaces | Enumerations
dispatch.hxx File Reference
#include <memory>
#include <sal/config.h>
#include <rtl/ref.hxx>
#include <sfx2/dllapi.h>
#include <sfx2/toolbarids.hxx>
#include <sal/types.h>
#include <sfx2/bindings.hxx>
#include <o3tl/typed_flags_set.hxx>
#include <o3tl/span.hxx>
#include <boost/property_tree/ptree_fwd.hpp>
#include <initializer_list>
Include dependency graph for dispatch.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< SfxDispatcherPopFlags >
 
class  SfxDispatcher
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::awt
 
namespace  vcl
 
namespace  o3tl
 

Enumerations

enum class  SfxDispatcherPopFlags {
  NONE = 0 ,
  POP_UNTIL = 4 ,
  POP_DELETE = 2 ,
  PUSH = 1
}
 
enum class  SfxSlotFilterState {
  DISABLED ,
  ENABLED ,
  ENABLED_READONLY
}
 

Enumeration Type Documentation

◆ SfxDispatcherPopFlags

enum class SfxDispatcherPopFlags
strong
Enumerator
NONE 
POP_UNTIL 
POP_DELETE 
PUSH 

Definition at line 48 of file dispatch.hxx.

◆ SfxSlotFilterState

enum class SfxSlotFilterState
strong
Enumerator
DISABLED 
ENABLED 
ENABLED_READONLY 

Definition at line 60 of file dispatch.hxx.