Qt 4.8
|
The QDBus namespace contains miscellaneous identifiers used throughout the QtDBus library. More...
Enumerations | |
enum | CallMode { NoBlock, Block, BlockWithGui, AutoDetect } |
This enum describes the various ways of placing a function call. More... | |
The QDBus namespace contains miscellaneous identifiers used throughout the QtDBus library.
enum QDBus::CallMode |
This enum describes the various ways of placing a function call.
The valid modes are:
When using BlockWithGui, applications must be prepared for reentrancy in any function.
Enumerator | |
---|---|
NoBlock | |
Block | |
BlockWithGui | |
AutoDetect |
Definition at line 58 of file qdbusconnection.h.