LibreOffice Module svx (master) 1
Classes | Namespaces | Enumerations
svdview.hxx File Reference
#include <svx/svdhdl.hxx>
#include <tools/weakbase.h>
#include <svtools/accessibilityoptions.hxx>
#include <svx/svxdllapi.h>
#include <svx/svdcrtv.hxx>
#include <vcl/event.hxx>
#include <unotools/options.hxx>
#include <basegfx/polygon/b2dpolypolygon.hxx>
Include dependency graph for svdview.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SdrViewEvent
 
class  SdrDropMarkerOverlay
 
class  SdrView
 

Namespaces

namespace  sdr
 
namespace  sdr::contact
 

Enumerations

enum class  SdrViewContext {
  Standard ,
  PointEdit ,
  GluePointEdit ,
  Graphic ,
  Media ,
  Table
}
 
enum class  SdrEventKind {
  NONE ,
  TextEdit ,
  MoveAction ,
  EndAction ,
  BackAction ,
  EndCreate ,
  EndDrag ,
  MarkObj ,
  MarkPoint ,
  MarkGluePoint ,
  BeginMark ,
  BeginInsertObjPoint ,
  EndInsertObjPoint ,
  BeginInsertGluePoint ,
  BeginDragHelpline ,
  BeginDragObj ,
  BeginCreateObj ,
  BeginMacroObj ,
  BeginTextEdit ,
  EndMark ,
  BrkMark ,
  ExecuteUrl
}
 
enum class  SdrMouseEventKind {
  BUTTONDOWN = 1 ,
  MOVE = 2 ,
  BUTTONUP = 3
}
 

Enumeration Type Documentation

◆ SdrEventKind

enum class SdrEventKind
strong
Enumerator
NONE 
TextEdit 
MoveAction 
EndAction 
BackAction 
EndCreate 
EndDrag 
MarkObj 
MarkPoint 
MarkGluePoint 
BeginMark 
BeginInsertObjPoint 
EndInsertObjPoint 
BeginInsertGluePoint 
BeginDragHelpline 
BeginDragObj 
BeginCreateObj 
BeginMacroObj 
BeginTextEdit 
EndMark 
BrkMark 
ExecuteUrl 

Definition at line 63 of file svdview.hxx.

◆ SdrMouseEventKind

enum class SdrMouseEventKind
strong
Enumerator
BUTTONDOWN 
MOVE 
BUTTONUP 

Definition at line 89 of file svdview.hxx.

◆ SdrViewContext

enum class SdrViewContext
strong
Enumerator
Standard 
PointEdit 
GluePointEdit 
Graphic 
Media 
Table 

Definition at line 54 of file svdview.hxx.