EvEmu
0.8.4
11 September 2021
|
#include "EVE_POS.h"
Public Attributes | |
bool | allowCorp:1 |
bool | allowAlliance:1 |
bool | allyStandings:1 |
bool | statusDrop:1 |
bool | corpWar:1 |
bool | showInCalendar:1 |
bool | sendFuelNotifications:1 |
int8 | anchor |
int8 | unanchor |
int8 | online |
int8 | offline |
int8 | selectedHour |
int32 | harmonic |
int32 | standingOwnerID |
float | status |
float | standing |
std::string | password |
bool EVEPOS::TowerData::allowAlliance |
Definition at line 41 of file EVE_POS.h.
Referenced by PosMgrDB::GetTowerData(), PosMgrDB::SaveTowerData(), TowerSE::SetAllyAccess(), PosMgrDB::UpdateAccess(), and PosMgrDB::UpdatePermission().
bool EVEPOS::TowerData::allowCorp |
Definition at line 40 of file EVE_POS.h.
Referenced by PosMgrDB::GetTowerData(), PosMgrDB::SaveTowerData(), TowerSE::SetCorpAccess(), PosMgrDB::UpdateAccess(), and PosMgrDB::UpdatePermission().
bool EVEPOS::TowerData::allyStandings |
Definition at line 42 of file EVE_POS.h.
Referenced by PosMgrDB::GetTowerData(), PosMgrDB::SaveTowerData(), TowerSE::SetUseAllyStandings(), and PosMgrDB::UpdateSentry().
int8 EVEPOS::TowerData::anchor |
Definition at line 47 of file EVE_POS.h.
Referenced by TowerSE::GetDeployFlags(), PosMgrDB::GetTowerData(), PosMgrDB::SaveTowerData(), TowerSE::SetDeployFlags(), and PosMgrDB::UpdateDeployFlags().
bool EVEPOS::TowerData::corpWar |
Definition at line 44 of file EVE_POS.h.
Referenced by TowerSE::GetCorpWar(), PosMgrDB::GetTowerData(), PosMgrDB::SaveTowerData(), TowerSE::SetCorpWar(), and PosMgrDB::UpdateSentry().
int32 EVEPOS::TowerData::harmonic |
Definition at line 52 of file EVE_POS.h.
Referenced by PosMgrDB::GetTowerData(), TowerSE::Init(), TowerSE::InitData(), PosMgrDB::SaveTowerData(), TowerSE::SetOnline(), PosMgrDB::UpdateHarmonicAndPassword(), and TowerSE::UpdatePassword().
int8 EVEPOS::TowerData::offline |
Definition at line 50 of file EVE_POS.h.
Referenced by TowerSE::GetDeployFlags(), PosMgrDB::GetTowerData(), PosMgrDB::SaveTowerData(), TowerSE::SetDeployFlags(), and PosMgrDB::UpdateDeployFlags().
int8 EVEPOS::TowerData::online |
Definition at line 49 of file EVE_POS.h.
Referenced by TowerSE::GetDeployFlags(), PosMgrDB::GetTowerData(), PosMgrDB::SaveTowerData(), TowerSE::SetDeployFlags(), and PosMgrDB::UpdateDeployFlags().
std::string EVEPOS::TowerData::password |
Definition at line 56 of file EVE_POS.h.
Referenced by TowerSE::GetPassword(), PosMgrDB::GetTowerData(), TowerSE::Init(), TowerSE::SetOnline(), TowerSE::SetPassword(), PosMgrDB::UpdateAccess(), PosMgrDB::UpdateHarmonicAndPassword(), PosMgrDB::UpdatePassword(), and TowerSE::UpdatePassword().
bool EVEPOS::TowerData::sendFuelNotifications |
Definition at line 46 of file EVE_POS.h.
Referenced by PosMgrDB::GetTowerData(), PosMgrDB::SaveTowerData(), TowerSE::SendFuelNotifications(), TowerSE::SetSendFuelNotifications(), and PosMgrDB::UpdateNotify().
bool EVEPOS::TowerData::showInCalendar |
Definition at line 45 of file EVE_POS.h.
Referenced by PosMgrDB::GetTowerData(), PosMgrDB::SaveTowerData(), TowerSE::SetShowInCalendar(), TowerSE::ShowInCalendar(), and PosMgrDB::UpdateNotify().
float EVEPOS::TowerData::standing |
Definition at line 55 of file EVE_POS.h.
Referenced by TowerSE::GetStanding(), PosMgrDB::GetTowerData(), PosMgrDB::SaveTowerData(), TowerSE::SetStanding(), and PosMgrDB::UpdateSentry().
int32 EVEPOS::TowerData::standingOwnerID |
Definition at line 53 of file EVE_POS.h.
Referenced by TowerSE::GetStandingOwnerID(), PosMgrDB::GetTowerData(), TowerSE::InitData(), PosMgrDB::SaveTowerData(), and TowerSE::SetStandingOwnerID().
float EVEPOS::TowerData::status |
Definition at line 54 of file EVE_POS.h.
Referenced by PosMgrDB::GetTowerData(), PosMgrDB::SaveTowerData(), and TowerSE::SetStatus().
bool EVEPOS::TowerData::statusDrop |
Definition at line 43 of file EVE_POS.h.
Referenced by TowerSE::GetStatusDrop(), PosMgrDB::GetTowerData(), PosMgrDB::SaveTowerData(), TowerSE::SetStatusDrop(), and PosMgrDB::UpdateSentry().
int8 EVEPOS::TowerData::unanchor |
Definition at line 48 of file EVE_POS.h.
Referenced by TowerSE::GetDeployFlags(), PosMgrDB::GetTowerData(), PosMgrDB::SaveTowerData(), TowerSE::SetDeployFlags(), and PosMgrDB::UpdateDeployFlags().