TechDraw::ArrowPropEnum Class Reference

#include <ArrowPropEnum.h>

Static Public Attributes

static const int ArrowCount = 8
 
static const char * ArrowTypeEnums []
 
static const std::vector< std::string > ArrowTypeIcons
 

Member Data Documentation

◆ ArrowCount

const int TechDraw::ArrowPropEnum::ArrowCount = 8
static

◆ ArrowTypeEnums

const char * TechDraw::ArrowPropEnum::ArrowTypeEnums
static
Initial value:
= { "Filled Arrow",
"Open Arrow",
"Tick",
"Dot",
"Open Circle",
"Fork",
"Filled Triangle",
"None",
nullptr}

Referenced by TechDraw::DrawViewBalloon::DrawViewBalloon().

◆ ArrowTypeIcons

const std::vector< std::string > TechDraw::ArrowPropEnum::ArrowTypeIcons
static
Initial value:
= { ":icons/arrowfilled.svg",
":icons/arrowopen.svg",
":icons/arrowtick.svg",
":icons/arrowdot.svg",
":icons/arrowopendot.svg",
":icons/arrowfork.svg",
":icons/arrowpyramid.svg",
":icons/arrownone.svg"}

The documentation for this class was generated from the following files: