|
AppCore
|
#include <TestConfig.h>


Classes | |
| class | DataClass |
Public Member Functions | |
| bool | LoadFile (const QString &filePath) |
| void | GetActualLoadedFile (QString &filePath) |
| bool | GetSetting (const QString &name, long &value) |
| bool | GetSetting (const QString &name, unsigned long &value) |
| bool | GetSetting (const QString &name, QString &value) |
| bool | GetZoneList (std::list< unsigned long > &zoneList) |
| bool | GetOutputPaidZoneList (std::list< unsigned long > &outputPaidZoneList) |
| bool | GetMultipleTicketsCol (std::list< TicketIssueLogic::EMultipleTicket * > &collection) |
| bool | GetTariffSystemSettings (TariffSystemSettings &tariffSystemSettings) |
| bool | GetTariffSystemSetting (long tariffSystemSettingNumber, long &tariffSystemSettingValue) |
| bool | GetTariffsPropertiesValues (TariffsPropertiesValues &tariffsPropertiesValues) |
| void TestConfig::GetActualLoadedFile | ( | QString & | filePath | ) |
| bool TestConfig::GetMultipleTicketsCol | ( | std::list< TicketIssueLogic::EMultipleTicket * > & | collection | ) |
| bool TestConfig::GetOutputPaidZoneList | ( | std::list< unsigned long > & | outputPaidZoneList | ) |
| bool TestConfig::GetSetting | ( | const QString & | name, |
| long & | value | ||
| ) |

| bool TestConfig::GetSetting | ( | const QString & | name, |
| unsigned long & | value | ||
| ) |
| bool TestConfig::GetSetting | ( | const QString & | name, |
| QString & | value | ||
| ) |
| bool TestConfig::GetTariffsPropertiesValues | ( | TariffsPropertiesValues & | tariffsPropertiesValues | ) |
| bool TestConfig::GetTariffSystemSetting | ( | long | tariffSystemSettingNumber, |
| long & | tariffSystemSettingValue | ||
| ) |
| bool TestConfig::GetTariffSystemSettings | ( | TariffSystemSettings & | tariffSystemSettings | ) |
| bool TestConfig::GetZoneList | ( | std::list< unsigned long > & | zoneList | ) |
| bool TestConfig::LoadFile | ( | const QString & | filePath | ) |
1.8.8