|
|
| ResourceRecognitionIndexItem (const ResourceRecognitionIndexItem &other) |
| |
|
| ResourceRecognitionIndexItem (ResourceRecognitionIndexItem &&other) noexcept |
| |
|
ResourceRecognitionIndexItem & | operator= (const ResourceRecognitionIndexItem &other) |
| |
|
ResourceRecognitionIndexItem & | operator= (ResourceRecognitionIndexItem &&other) noexcept |
| |
|
bool | isValid () const |
| |
|
int | x () const |
| |
|
void | setX (int x) |
| |
|
int | y () const |
| |
|
void | setY (int y) |
| |
|
int | h () const |
| |
|
void | setH (int h) |
| |
|
int | w () const |
| |
|
void | setW (int w) |
| |
|
int | offset () const |
| |
|
void | setOffset (int offset) |
| |
|
int | duration () const |
| |
|
void | setDuration (int duration) |
| |
|
QList< int > | strokes () const |
| |
|
void | setStrokes (QList< int > strokes) |
| |
|
QList< ITextItemPtr > | textItems () const |
| |
|
void | setTextItems (QList< ITextItemPtr > textItems) |
| |
|
QList< IObjectItemPtr > | objectItems () const |
| |
|
void | setObjectItems (QList< IObjectItemPtr > objectItems) |
| |
|
QList< IShapeItemPtr > | shapeItems () const |
| |
|
void | setShapeItems (QList< IShapeItemPtr > shapeItems) |
| |
|
QList< IBarcodeItemPtr > | barcodeItems () const |
| |
|
void | setBarcodeItems (QList< IBarcodeItemPtr > barcodeItems) |
| |
| QTextStream & | print (QTextStream &strm) const override |
| |
|
QString | toString () const |
| |