#include <settings_manager.h>
Collaboration diagram for GNUMessenger::SettingsManager:

Public Member Functions | |
| SettingsManager (XMLNode &xml) | |
| void | setPrivateKey (const string &key) |
| void | setPublicKey (const string &key) |
| string | getPublicKey () |
| bool | setProfile (const string &info) |
| string | getProfile () |
| bool | setAwayMessage (const string &label, const string &message) |
| string | getAwayMessage (const string &label) |
| bool | deleteAwayMessage (const string &label) |
| bool | hasNet (const string &net) |
| bool | getNet (const string &net, XMLNode &node) |
| bool | setNet (XMLNode &net) |
| bool | deleteNet (const string &netname) |
Definition at line 32 of file settings_manager.h.
1.3.8