Project Alice
Loading...
Searching...
No Matches
ui::save_item Struct Reference

#include <gui_nation_picker.hpp>

Collaboration diagram for ui::save_item:

Public Member Functions

bool is_bookmark () const
 
bool operator== (save_item const &o) const
 
bool operator!= (save_item const &o) const
 

Public Attributes

native_string file_name
 
uint64_t timestamp = 0
 
sys::date save_date
 
dcon::national_identity_id save_flag
 
dcon::government_type_id as_gov
 
bool is_new_game = false
 
std::string name = "fe_new_game"
 

Detailed Description

Definition at line 132 of file gui_nation_picker.hpp.

Member Function Documentation

◆ is_bookmark()

bool ui::save_item::is_bookmark ( ) const
inline

Definition at line 141 of file gui_nation_picker.hpp.

Here is the caller graph for this function:

◆ operator!=()

bool ui::save_item::operator!= ( save_item const &  o) const
inline

Definition at line 148 of file gui_nation_picker.hpp.

◆ operator==()

bool ui::save_item::operator== ( save_item const &  o) const
inline

Definition at line 145 of file gui_nation_picker.hpp.

Member Data Documentation

◆ as_gov

dcon::government_type_id ui::save_item::as_gov

Definition at line 137 of file gui_nation_picker.hpp.

◆ file_name

native_string ui::save_item::file_name

Definition at line 133 of file gui_nation_picker.hpp.

◆ is_new_game

bool ui::save_item::is_new_game = false

Definition at line 138 of file gui_nation_picker.hpp.

◆ name

std::string ui::save_item::name = "fe_new_game"

Definition at line 139 of file gui_nation_picker.hpp.

◆ save_date

sys::date ui::save_item::save_date

Definition at line 135 of file gui_nation_picker.hpp.

◆ save_flag

dcon::national_identity_id ui::save_item::save_flag

Definition at line 136 of file gui_nation_picker.hpp.

◆ timestamp

uint64_t ui::save_item::timestamp = 0

Definition at line 134 of file gui_nation_picker.hpp.


The documentation for this struct was generated from the following file: