| 
                             DtkCore
                             
                            DTK Core module 
                         | 
                    
DBus属性操作对象 更多...
Public 成员函数 | |
| QDBusPendingCall | get () | 
| 获取属性值   | |
| template<typename T > | |
| QDBusPendingCall | set (const T &value) | 
| 设置属性值   | |
友元 | |
| class | DDBusSender | 
DBus属性操作对象
该类的作用和DDBusCaller类似, 用于完成实际的调用, 其封装了org.freedesktop.DBus.Properties的接口, 提供方便快捷地属性访问方法set和get
| QDBusPendingCall DDBusProperty::get | ( | ) | 
获取属性值
| template< typename T > QDBusPendingCall DDBusProperty::set | ( | const T & | value | ) | 
设置属性值
| [in] | value | 需要设置的值 |