#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. | |
| String | name | 
| The localized name, in UTF-8 encoding. | |
| String | langs | 
| The supported languages, separated by comma. | |
| String | icon | 
| The icon file path. | |
| String | desc | 
| The description. | |
| scim::FilterInfo::FilterInfo | ( | ) |  [inline] | 
| scim::FilterInfo::FilterInfo | ( | const String & | u, | |
| const String & | n = String (""), | |||
| const String & | l = String (""), | |||
| const String & | i = String (""), | |||
| const String & | d = String ("") | |||
| ) |  [inline] | 
The UUID.
The localized name, in UTF-8 encoding.
The supported languages, separated by comma.
The icon file path.
The description.
 1.5.7.1
 1.5.7.1