CardResizeMessage
#include <bb/system/CardResizeMessage>
To link against this class, add the following line to your .pro file: LIBS += -lbbsystem
Encapsulates information sent to a card to instruct it to resize.
BlackBerry 10.0.0
Public Functions Index
| CardResizeMessage () | |
| CardResizeMessage (const CardResizeMessage &other) | |
| ~CardResizeMessage () | |
| CardResizeMessage & | operator= (const CardResizeMessage &other) |
| QString | id () const |
| int | width () const |
| int | height () const |
| CardEdge::Type | upEdge () const |
| CardOrientation::Type | orientation () const |
Public Functions
Creates a copy of an existing CardResizeMessage object.
| Parameters | |
|---|---|
| other |
The source CardResizeMessage object to copy. |
BlackBerry 10.0.0
Destructor.
BlackBerry 10.0.0
CardResizeMessage &
Copies the data of an existing CardResizeMessage object to this object.
| Parameters | |
|---|---|
| other |
The source CardResizeMessage object to copy. |
The CardResizeMessage instance.
BlackBerry 10.0.0
QString
Returns the unique identifier of the message.
The unique identifier of the message.
BlackBerry 10.0.0
int
Returns the width to which the card should resize.
The width.
BlackBerry 10.0.0
int
Returns the height to which the card should resize.
The height.
BlackBerry 10.0.0
CardEdge::Type
Returns the edge of the device that is pointing up.
The edge now facing up. See bb::system::CardEdge for the list of edges.
BlackBerry 10.0.0
CardOrientation::Type
Returns the orientation of the device (portrait or landscape).
The orientation of the device. See bb::system::CardOrientation for the list of orientations.
BlackBerry 10.0.0