Lines Matching refs:configuration
34 interface configuration data to a storage and to retrieve information
42 /** reloads the configuration data from the storage and reinitialize
43 the user interface configuration manager instance with this data.
53 /** stores the configuration data to the storage provided by
55 user interface configuration manager instance with the newly
63 /** stores the configuration data to the provided storage, ignoring
65 be used to make copy of the current user interface configuration
71 all configuration data will be stored to this storage.
75 /** provides the current modify state of the configuration manager
79 <TRUE/> if the configuration manager has changed since the
80 last <member>store</member> call. <FALSE/> if the configuration
85 /** provides the current read-only state of the user configuration
86 manager. Storing a user interface configuration to a read-only storage
87 is not possible. A read-only configuration manager instance will also
88 not support any changes to its configuration settings.
91 <TRUE/> if the configuration manager storage is read-only otherwise