LibreOffice Module chart2 (master) 1
Classes | Namespaces | Typedefs | Enumerations
FeatureCommandDispatchBase.hxx File Reference
#include "CommandDispatch.hxx"
#include <com/sun/star/frame/DispatchInformation.hpp>
Include dependency graph for FeatureCommandDispatchBase.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  chart::ControllerFeature
 
struct  chart::FeatureState
 
class  chart::FeatureCommandDispatchBase
 This is a base class for CommandDispatch implementations with feature support. More...
 

Namespaces

namespace  chart
 

Typedefs

typedef std::map< OUString, ControllerFeature > chart::SupportedFeatures
 

Enumerations

enum class  ChartCommandID {
  NONE = 0 ,
  DrawObjectSelect = 1 ,
  DrawLine = 2 ,
  DrawLineArrowEnd = 3 ,
  DrawRect = 4 ,
  DrawEllipse = 5 ,
  DrawFreelineNoFill = 6 ,
  DrawText = 7 ,
  DrawTextVertical = 8 ,
  DrawCaption = 9 ,
  DrawCaptionVertical = 10 ,
  DrawToolboxCsBasic = 11 ,
  DrawToolboxCsSymbol = 12 ,
  DrawToolboxCsArrow = 13 ,
  DrawToolboxCsFlowchart = 14 ,
  DrawToolboxCsCallout = 15 ,
  DrawToolboxCsStar = 16 ,
  ShapeFormatLine = 21 ,
  ShapeFormatArea = 22 ,
  ShapeTextAttributes = 23 ,
  ShapeTransformDialog = 24 ,
  ShapeObjectTitleDescription = 25 ,
  ShapeRenameObject = 26 ,
  ShapeBringToFront = 28 ,
  ShapeForward = 29 ,
  ShapeBackward = 30 ,
  ShapeSendToBack = 31 ,
  ShapeFontDialog = 35 ,
  ShapeParagraphDialog = 36
}
 

Enumeration Type Documentation

◆ ChartCommandID

enum class ChartCommandID
strong
Enumerator
NONE 
DrawObjectSelect 
DrawLine 
DrawLineArrowEnd 
DrawRect 
DrawEllipse 
DrawFreelineNoFill 
DrawText 
DrawTextVertical 
DrawCaption 
DrawCaptionVertical 
DrawToolboxCsBasic 
DrawToolboxCsSymbol 
DrawToolboxCsArrow 
DrawToolboxCsFlowchart 
DrawToolboxCsCallout 
DrawToolboxCsStar 
ShapeFormatLine 
ShapeFormatArea 
ShapeTextAttributes 
ShapeTransformDialog 
ShapeObjectTitleDescription 
ShapeRenameObject 
ShapeBringToFront 
ShapeForward 
ShapeBackward 
ShapeSendToBack 
ShapeFontDialog 
ShapeParagraphDialog 

Definition at line 25 of file FeatureCommandDispatchBase.hxx.