NAOqi Core - Overview | API
Namespace : AL
#include <alproxies/alpreferencesproxy.h>
ALPreferences allows access to xml preference files. A preference is defined as follows :
#include <alproxies/alpreferencesproxy.h>
As any module, this module inherits methods from ALModule API. It also has the following specific methods:
Deprecated since version 1.20: use ALPreferenceManagerProxy::importPrefFile() and ALPreferenceManagerProxy::getValueList() instead.
Reads all preferences from an xml files and stores them in an ALValue.
Parameters: |
|
---|---|
Returns: | array representing the whole file. |
Deprecated since version 1.20: use ALPreferenceManagerProxy::setValue() instead
Writes all preferences from ALValue to individual memory keys.
Parameters: |
|
---|---|
Returns: | True upon success. |
Deprecated since version 1.20: use ALPreferenceManagerProxy::setValue() instead
Writes all preferences from ALValue to an xml file.
Parameters: |
|
---|
Deprecated since version 1.20: use ALPreferenceManagerProxy::removeValue() instead
Removes the xml file.
Parameters: |
|
---|