|
ORE Studio 0.0.4
|
7-page wizard for importing ORE directory data into OreStudio. More...
#include <OreImportWizard.hpp>
Inherits QWizard.

Public Types | |
| enum | PageId { Page_Welcome = 0 , Page_Directory , Page_ScanSummary , Page_Currency , Page_Portfolio , Page_TradeImport , Page_Done } |
Public Member Functions | |
| OreImportWizard (ClientManager *clientManager, std::optional< boost::uuids::uuid > targetBookId=std::nullopt, const std::string &targetBookName="", QWidget *parent=nullptr) | |
| const std::string & | targetBookName () const |
| ClientManager * | clientManager () const |
| ore::scanner::scan_result & | scanResult () |
| ore::planner::import_choices & | choices () |
| ore::planner::ore_import_plan & | importPlan () |
| void | setScanResult (ore::scanner::scan_result r) |
| void | setOreDir (std::filesystem::path dir) |
| const std::filesystem::path & | oreDir () const |
| void | setHttpBaseUrl (std::string url) |
| const std::string & | httpBaseUrl () const |
| void | setImportResponse (ores::ore::messaging::ore_import_response response) |
| bool | importSuccess () const |
| QString | importError () const |
| const ores::ore::messaging::ore_import_response & | importResponse () const |
| const std::set< std::string > & | existingIsoCodes () const |
| void | setExistingIsoCodes (std::set< std::string > codes) |
| const std::vector< std::string > & | existingPortfolioNames () const |
| void | setExistingPortfolioNames (std::vector< std::string > names) |
7-page wizard for importing ORE directory data into OreStudio.
Pages: