InvokeSource
#include <bb/system/InvokeSource>
To link against this class, add the following line to your .pro file: LIBS += -lbbsystem
The InvokeSource class represents the entity making an invocation request on a target.
BlackBerry 10.0.0
Public Functions Index
| InvokeSource () | |
| InvokeSource (const InvokeSource &other) | |
| ~InvokeSource () | |
| InvokeSource & | operator= (const InvokeSource &other) |
| unsigned int | groupId () const |
| QString | installId () const |
Public Functions
Creates a copy of an existing InvokeSource object.
| Parameters | |
|---|---|
| other |
The source InvokeSource object to copy. |
BlackBerry 10.0.0
Destructor.
BlackBerry 10.0.0
InvokeSource &
Copies the data of an existing InvokeSource object to this object.
| Parameters | |
|---|---|
| other |
The source InvokeSource object to copy. |
The InvokeSource instance.
BlackBerry 10.0.0
unsigned int
Returns the primary group ID of the process making the invocation request.
The group ID of the source process.
BlackBerry 10.0.0
QString
Returns the install ID assigned to the process making the request.
The install ID of the source process.
BlackBerry 10.0.0