Go to the source code of this file.
Namespaces | |
namespace | scim |
Defines | |
#define | SCIM_PROPERTY_ACTIVE 0x01 |
#define | SCIM_PROPERTY_VISIBLE 0x02 |
Typedefs | |
typedef std::vector< Property > | PropertyList |
The container to store a set of Properties. | |
Functions | |
bool | operator< (const Property &lhs, const Property &rhs) |
bool | operator< (const Property &lhs, const String &rhs) |
bool | operator< (const String &lhs, const Property &rhs) |
bool | operator== (const Property &lhs, const Property &rhs) |
bool | operator== (const Property &lhs, const String &rhs) |
bool | operator== (const String &lhs, const Property &rhs) |
bool | operator!= (const Property &lhs, const Property &rhs) |
bool | operator!= (const Property &lhs, const String &rhs) |
bool | operator!= (const String &lhs, const Property &rhs) |
Provide class scim::Property to hold of a property of a IMEngineInstance or a Panel GUI client.
Definition in file scim_property.h.
|
Definition at line 37 of file scim_property.h. Referenced by scim::Property::active(), scim::Property::Property(), and scim::Property::set_active(). |
|
Definition at line 38 of file scim_property.h. Referenced by scim::Property::Property(), scim::Property::show(), and scim::Property::visible(). |