added quick reminder on types

preferencesAboutTextFull
Clément Fauconnier 4 years ago
parent add38a48d0
commit 6edebf9632
  1. 44
      src/core/UB.h

@ -147,28 +147,28 @@ struct UBGraphicsItemType
{ {
enum Enum enum Enum
{ {
PolygonItemType = QGraphicsItem::UserType + 1, PolygonItemType = QGraphicsItem::UserType + 1, //65537
PixmapItemType, PixmapItemType, //65538
SvgItemType, SvgItemType, //65539
DelegateButtonType, DelegateButtonType, //65540
MediaItemType, MediaItemType, //65541
VideoItemType, VideoItemType, //65542
AudioItemType, AudioItemType, //65543
PDFItemType, PDFItemType, //65544
TextItemType, TextItemType, //65545
CurtainItemType, CurtainItemType, //65546
RulerItemType, RulerItemType, //65547
CompassItemType, CompassItemType, //65548
ProtractorItemType, ProtractorItemType, //65549
StrokeItemType, StrokeItemType, //65550
TriangleItemType, TriangleItemType, //65551
MagnifierItemType, MagnifierItemType, //65552
cacheItemType, cacheItemType, //65553
groupContainerType, groupContainerType, //65554
ToolWidgetItemType, ToolWidgetItemType, //65555
GraphicsWidgetItemType, GraphicsWidgetItemType, //65556
UserTypesCount, UserTypesCount, //65557
SelectionFrameType// this line must be the last line in this enum because it is types counter. SelectionFrameType // this line must be the last line in this enum because it is types counter.
}; };
}; };

Loading…
Cancel
Save