Go to the source code of this file.
|
enum | SdrHdlKind {
SdrHdlKind::Move,
SdrHdlKind::UpperLeft,
SdrHdlKind::Upper,
SdrHdlKind::UpperRight,
SdrHdlKind::Left,
SdrHdlKind::Right,
SdrHdlKind::LowerLeft,
SdrHdlKind::Lower,
SdrHdlKind::LowerRight,
SdrHdlKind::Poly,
SdrHdlKind::BezierWeight,
SdrHdlKind::Circle,
SdrHdlKind::Ref1,
SdrHdlKind::Ref2,
SdrHdlKind::MirrorAxis,
SdrHdlKind::Glue,
SdrHdlKind::Anchor,
SdrHdlKind::Transparence,
SdrHdlKind::Gradient,
SdrHdlKind::Color,
SdrHdlKind::User,
SdrHdlKind::Anchor_TR,
SdrHdlKind::CustomShape1,
SdrHdlKind::SmartTag
} |
|
enum | BitmapColorIndex {
BitmapColorIndex::LightGreen = 0,
BitmapColorIndex::Cyan = 1,
BitmapColorIndex::LightCyan = 2,
BitmapColorIndex::Red = 3,
BitmapColorIndex::LightRed = 4,
BitmapColorIndex::Yellow = 5
} |
|
enum | BitmapMarkerKind {
BitmapMarkerKind::Rect_7x7,
BitmapMarkerKind::Rect_9x9,
BitmapMarkerKind::Rect_11x11,
BitmapMarkerKind::Rect_13x13,
BitmapMarkerKind::Circ_7x7,
BitmapMarkerKind::Circ_9x9,
BitmapMarkerKind::Circ_11x11,
BitmapMarkerKind::Elli_7x9,
BitmapMarkerKind::Elli_9x11,
BitmapMarkerKind::Elli_9x7,
BitmapMarkerKind::Elli_11x9,
BitmapMarkerKind::RectPlus_7x7,
BitmapMarkerKind::RectPlus_9x9,
BitmapMarkerKind::RectPlus_11x11,
BitmapMarkerKind::Crosshair,
BitmapMarkerKind::Glue,
BitmapMarkerKind::Glue_Deselected,
BitmapMarkerKind::Anchor,
BitmapMarkerKind::AnchorPressed,
BitmapMarkerKind::AnchorTR,
BitmapMarkerKind::AnchorPressedTR,
BitmapMarkerKind::Customshape_7x7,
BitmapMarkerKind::Customshape_9x9,
BitmapMarkerKind::Customshape_11x11
} |
|
#define SDR_HANDLE_COLOR_SIZE_NORMAL Size(13, 13) |
#define SDR_HANDLE_COLOR_SIZE_SELECTED Size(17, 17) |
Enumerator |
---|
LightGreen |
|
Cyan |
|
LightCyan |
|
Red |
|
LightRed |
|
Yellow |
|
Definition at line 84 of file svdhdl.hxx.
Enumerator |
---|
Rect_7x7 |
|
Rect_9x9 |
|
Rect_11x11 |
|
Rect_13x13 |
|
Circ_7x7 |
|
Circ_9x9 |
|
Circ_11x11 |
|
Elli_7x9 |
|
Elli_9x11 |
|
Elli_9x7 |
|
Elli_11x9 |
|
RectPlus_7x7 |
|
RectPlus_9x9 |
|
RectPlus_11x11 |
|
Crosshair |
|
Glue |
|
Glue_Deselected |
|
Anchor |
|
AnchorPressed |
|
AnchorTR |
|
AnchorPressedTR |
|
Customshape_7x7 |
|
Customshape_9x9 |
|
Customshape_11x11 |
|
Definition at line 95 of file svdhdl.hxx.
Enumerator |
---|
Move |
|
UpperLeft |
|
Upper |
|
UpperRight |
|
Left |
|
Right |
|
LowerLeft |
|
Lower |
|
LowerRight |
|
Poly |
|
BezierWeight |
|
Circle |
|
Ref1 |
|
Ref2 |
|
MirrorAxis |
|
Glue |
|
Anchor |
|
Transparence |
|
Gradient |
|
Color |
|
User |
|
Anchor_TR |
|
CustomShape1 |
|
SmartTag |
|
Definition at line 52 of file svdhdl.hxx.