The Battle for Wesnoth  1.19.0-dev
Namespaces | Functions
credentials.hpp File Reference
#include <string>
Include dependency graph for credentials.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 preferences
 Modify, read and display user preferences.
 

Functions

std::string preferences::login ()
 
void preferences::set_login (const std::string &login)
 
std::string preferences::password (const std::string &server, const std::string &login)
 
void preferences::set_password (const std::string &server, const std::string &login, const std::string &key)
 
bool preferences::remember_password ()
 
void preferences::set_remember_password (bool remember)
 
void preferences::load_credentials ()
 
void preferences::save_credentials ()