LibreOffice Module sd (master) 1
Classes | Namespaces | Typedefs | Enumerations | Functions
CustomAnimationPane.hxx File Reference
#include <sfx2/sidebar/ILayoutableWindow.hxx>
#include <sfx2/sidebar/PanelLayout.hxx>
#include <vcl/idle.hxx>
#include "CustomAnimationList.hxx"
#include <misc/scopelock.hxx>
#include <vector>
Include dependency graph for CustomAnimationPane.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sd::CustomAnimationPane
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::drawing
 
namespace  weld
 
namespace  com::sun::star::animations
 
namespace  sd
 
namespace  sd::tools
 

Typedefs

typedef std::vector< rtl::Reference< MotionPathTag > > sd::MotionPathTagVector
 

Enumerations

enum class  PathKind {
  NONE ,
  CURVE ,
  POLYGON ,
  FREEFORM
}
 

Functions

void sd::fillRepeatComboBox (weld::ComboBox &rBox)
 

Enumeration Type Documentation

◆ PathKind

enum class PathKind
strong
Enumerator
NONE 
CURVE 
POLYGON 
FREEFORM 

Definition at line 36 of file CustomAnimationPane.hxx.