#include <preferences.hpp>
Public Member Functions | |
acquaintance () | |
acquaintance (const config &cfg) | |
acquaintance (const std::string &nick, const std::string &status, const std::string ¬es) | |
const std::string & | get_nick () const |
const std::string & | get_status () const |
const std::string & | get_notes () const |
void | save (config &item) |
Private Attributes | |
std::string | nick_ |
acquaintance's MP nick More... | |
std::string | status_ |
status (e.g., "friend", "ignore") More... | |
std::string | notes_ |
notes on the acquaintance More... | |
Definition at line 70 of file preferences.hpp.
|
inline |
Definition at line 73 of file preferences.hpp.
|
inlineexplicit |
Definition at line 77 of file preferences.hpp.
|
inline |
Definition at line 84 of file preferences.hpp.
|
inline |
Definition at line 91 of file preferences.hpp.
References nick_.
Referenced by gui2::dialogs::preferences_dialog::get_friends_list_row_data(), and prefs::prefs().
|
inline |
Definition at line 93 of file preferences.hpp.
References notes_.
Referenced by gui2::dialogs::preferences_dialog::get_friends_list_row_data().
|
inline |
Definition at line 92 of file preferences.hpp.
References status_.
Referenced by gui2::dialogs::preferences_dialog::get_friends_list_row_data().
|
inline |
Definition at line 95 of file preferences.hpp.
|
private |
acquaintance's MP nick
Definition at line 104 of file preferences.hpp.
Referenced by acquaintance(), get_nick(), and save().
|
private |
notes on the acquaintance
Definition at line 110 of file preferences.hpp.
Referenced by acquaintance(), get_notes(), and save().
|
private |
status (e.g., "friend", "ignore")
Definition at line 107 of file preferences.hpp.
Referenced by acquaintance(), get_status(), and save().