#include <cronous-interface.hh>
environment::CronousInterfaceのコラボレーション図
Public 型 | |
typedef std::map< std::string, std::string > | EnvironmentVariables |
typedef std::map< int, int > | ItemPrice |
Public メソッド | |
CronousInterface (std::string username, std::string password, int character=0) | |
~CronousInterface () | |
std::string | get_username () const |
std::string | get_password () const |
void | set_username (std::string user) |
void | set_password (std::string pass) |
int | get_character () const |
void | set_character (int id) |
const std::vector< ServerInfo * > & | get_server_list () const |
ServerInfo * | get_selected_server () const |
void | set_selected_server (ServerInfo *si) |
void | assign_status (int status_id) |
void | assign_skill (int skill_id) |
bool | get_attack_skills_enabled () const |
bool | get_support_skills_enabled () const |
void | set_attack_skills_enabled (bool enabled) |
void | set_support_skills_enabled (bool enabled) |
void | set_desired_hunt_course (int map_id, const std::string &name) |
const std::string * | get_desired_hunt_course () const |
int | get_desired_hunt_course_map_id () const |
void | set_variable (const std::string &name, const std::string &value) |
const std::string & | get_variable (const std::string &name) |
const std::vector< std::string > & | get_variables () const |
void | clear_personal_shop () |
void | add_personal_shop_item (int id, int price) |
const ItemPrice & | get_personal_shop_item_price () const |
const std::string & | get_personal_shop_message () const |
void | set_personal_shop_message (const std::string &message) |
language::Language & | get_language () |
Static Public メソッド | |
static CronousInterface & | get_instance () |
Protected 変数 | |
std::string | _username |
std::string | _password |
ServerInfo * | _selected_server |
int | _character |
bool | _attack_skills_enabled |
bool | _support_skills_enabled |
std::string * | _desired_hunt_course |
int | _desired_hunt_course_map_id |
EnvironmentVariables | _variables |
ItemPrice | _personal_shop_item_price |
std::string | _personal_shop_message |
|
|
|
|
|
|
|
|
|
|
|
関数の呼び出しグラフ: ![]() |
|
関数の呼び出しグラフ: ![]() |
|
|
|
|
|
|
|
|
|
|
|
|
|
関数の呼び出しグラフ: ![]() |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
関数の呼び出しグラフ: ![]() |
|
|
|
関数の呼び出しグラフ: ![]() |
|
|
|
|
|
|
|
関数の呼び出しグラフ: ![]() |
|
|
|
関数の呼び出しグラフ: ![]() |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|