![]() |
Geometrize
1.0
An application for geometrizing images into geometric primitives
|
Classes | |
| class | AreaOfInfluenceShapeItem |
| The AreaOfInfluenceShapeItem class represents a graphical visualization of a shape that the user interacts with to control where shapes are spawned/mutated as an image is geometrized. More... | |
| class | CustomTabletEvent |
| The CustomTabletEvent class represents a tablet event (specifically from a Wacom Pro pen) that can be passed down to items in a graphics scene. More... | |
| class | ImageTaskGraphicsView |
| The ImageTaskGraphicsView class models a graphics view for viewing the images and shapes used and/or produced by image tasks. More... | |
| class | ImageTaskPixmapGraphicsItem |
| The ImageTaskPixmapGraphicsItem class models a pixmap graphic item that goes into the scene for an image task. This usually represents a pixmap of the working image that is being transformed into shapes. More... | |
| class | ImageTaskPixmapScene |
| The ImageTaskPixmapScene class models a graphics scene for viewing the pixmap-based results of image tasks. More... | |
| class | ImageTaskScene |
| The ImageTaskScene class models a graphics scene for viewing the results of image tasks. More... | |
| class | ImageTaskSceneManager |
| The ImageTaskSceneManager manages the scenes representing the graphical state of the shapes It mostly works to synchronize their state and provide a single interface for handling scene events. More... | |
| class | ImageTaskSvgScene |
| The ImageTaskSvgScene class models a graphics scene for viewing the shape data of an image task as an SVG. More... | |
| class | SvgItem |
| The SvgItem class represents an SVG graphic that is drawn as part of a scene. More... | |
| class | TabletEventData |
| The TabletEventData class represents data produced from a Wacom pen/tablet event (in the context of a graphics view) More... | |
Enumerations | |
| enum | TabletEventType { TabletEventType::Move, TabletEventType::Press, TabletEventType::Release, TabletEventType::EnterProximity, TabletEventType::LeaveProximity, TabletEventType::Unknown } |
| The TabletEventType enum represents the ids of tablet events the Wacom pen/tablet generates. More... | |
| enum | TabletEventPointerType { TabletEventPointerType::UnknownPointer, TabletEventPointerType::Pen, TabletEventPointerType::Cursor, TabletEventPointerType::Eraser } |
| The TabletEventPointerType enum represents the type of pointer generating the tablet event. More... | |
Functions | |
| QString | tabletEventTypeToString (const TabletEventType &type) |
| tabletEventTypeToString Helper function to convert a tablet event type enum value to a string More... | |
| QString | tabletEventPointerTypeToString (const TabletEventPointerType &type) |
| tabletEventPointerTypeToString Helper function to convert a tablet event pointer type enum value to a string More... | |
| QString | tabletEventDataToString (const TabletEventData &data) |
| tabletEventDataToString Helper function to convert a structure of tablet event data to a string More... | |
|
strong |
|
strong |
| QString geometrize::scene::tabletEventDataToString | ( | const TabletEventData & | data | ) |
tabletEventDataToString Helper function to convert a structure of tablet event data to a string
| tabletEventData | The tablet event data type |


| QString geometrize::scene::tabletEventPointerTypeToString | ( | const TabletEventPointerType & | type | ) |
tabletEventPointerTypeToString Helper function to convert a tablet event pointer type enum value to a string
| type | The tablet event pointer type |

| QString geometrize::scene::tabletEventTypeToString | ( | const TabletEventType & | type | ) |
tabletEventTypeToString Helper function to convert a tablet event type enum value to a string
| type | The tablet event type |
