Envision
A visual programming IDE for object-oriented languages
|
Class to cache information about an element, that varies form item to item. More...
Public Member Functions | |
ElementCache () | |
virtual | ~ElementCache () |
QPoint | pos () const |
Returns the position property of this element cache. More... | |
void | setPos (const QPoint &position) |
Sets the position property for this element cache to the specified position. More... | |
void | setSize (const QSize &size) |
Sets the size property of this element cache to the specified size. More... | |
QSize | size () const |
Returns the size property of this element cache. More... | |
Private Attributes | |
QPoint | pos_ {} |
QSize | size_ {} |
Class to cache information about an element, that varies form item to item.
|
inline |
|
inlinevirtual |
|
inline |
Returns the position property of this element cache.
|
inline |
Sets the position property for this element cache to the specified position.
|
inline |
Sets the size property of this element cache to the specified size.
|
inline |
Returns the size property of this element cache.
|
private |
|
private |