|
scim 1.4.18
|
Structure to hold information for a Filter. More...
#include <scim_filter.h>
Public Member Functions | |
| FilterInfo () | |
| FilterInfo (const String &u, const String &n=String(""), const String &l=String(""), const String &i=String(""), const String &d=String("")) | |
Public Attributes | |
| String | uuid |
| The UUID. More... | |
| String | name |
| The localized name, in UTF-8 encoding. More... | |
| String | langs |
| The supported languages, separated by comma. More... | |
| String | icon |
| The icon file path. More... | |
| String | desc |
| The description. More... | |
Structure to hold information for a Filter.
|
inline |
|
inline |
| String scim::FilterInfo::uuid |
The UUID.
| String scim::FilterInfo::name |
The localized name, in UTF-8 encoding.
| String scim::FilterInfo::langs |
The supported languages, separated by comma.
| String scim::FilterInfo::icon |
The icon file path.
| String scim::FilterInfo::desc |
The description.