Modules | Files | Inheritance Tree | Inheritance Graph | Name Index
module Bonobo
interface PropertyBag
Files: GNOME_Speech.idl
Bonobo-PropertyBag-inheritance Bonobo-ConfigDatabase.html Bonobo-Unknown.html
Operations Summary:
 KeyListgetKeys(in string filter) raises
 CORBA::TypeCodegetType(in string key) raises
 anygetValue(in string key) raises
 voidsetValue(in string key, in any value) raises
 PropertySetgetValues(in string filter) raises
 voidsetValues(in PropertySet set) raises
 anygetDefault(in string key) raises
 stringgetDocTitle(in string key) raises
 stringgetDoc(in string key) raises
 PropertyFlagsgetFlags(in string key) raises
 voidunImplemented1()
 voidunImplemented2()
 voidunImplemented3()
 voidunImplemented4()

Operations Inherited from Unknown
ref, unref, queryInterface

Operation Details:
 KeyList getKeys(in string filter) raises (NotFound, BackendFailed)

getKeys:

Returns: A list of keys matching @filter.


 CORBA::TypeCode getType(in string key) raises (NotFound, BackendFailed)

getType:

Returns: The type of property @key.


 any getValue(in string key) raises (NotFound, BackendFailed)

getValue:

Returns: The current value for property @key.


 void setValue(in string key, in any value) raises (NotFound, InvalidType, BonoboReadOnly, BackendFailed)

setValue:

Sets the value for property @key to @value


 PropertySet getValues(in string filter) raises (NotFound, BackendFailed)

getValue:

Returns: A list of properties matching @filter.


 void setValues(in PropertySet set) raises (InvalidType, BonoboReadOnly, BackendFailed)

setValue:

Sets the values contained in @set.


 any getDefault(in string key) raises (NotFound, BackendFailed)

getDefault:

Returns: The default value for property @key.

Property editors can use it to implement a "set property value to default" mechanism.


 string getDocTitle(in string key) raises (NotFound, BackendFailed)

getDocTitle:

Returns: A short string describing property @key.


 string getDoc(in string key) raises (NotFound, BackendFailed)

getDoc:

Returns: A verbose documentation describing property @key.


 PropertyFlags getFlags(in string key) raises (NotFound, BackendFailed)

getFlags:

Returns: