scim 1.4.18
|
Structure to hold the information of a Helper object. More...
#include <scim_helper.h>
Public Member Functions | |
HelperInfo (const String &puuid=String(), const String &pname=String(), const String &picon=String(), const String &pdesc=String(), uint32 opt=0) | |
Public Attributes | |
String | uuid |
String | name |
String | icon |
String | description |
uint32 | option |
Structure to hold the information of a Helper object.
|
inline |
References description, icon, name, option, and uuid.
String scim::HelperInfo::uuid |
The UUID of this Helper object
Referenced by HelperInfo().
String scim::HelperInfo::name |
The Name of this Helper object, UTF-8 encoding.
Referenced by HelperInfo().
String scim::HelperInfo::icon |
The Icon file path of this Helper object.
Referenced by HelperInfo().
String scim::HelperInfo::description |
The short description of this Helper object.
Referenced by HelperInfo().
uint32 scim::HelperInfo::option |