QVISH 0.1
Public Member Functions | Public Attributes | List of all members
Wizt::ImporterSettings Struct Reference

Settings for data import. More...

#include <VMainWindow.hpp>

Public Member Functions

bool acceptOption (const string &opt)
 
bool showImporterMenu () const
 Show the import menu on the main window if the importer string contains anything.
 
bool valid () const
 Valid means the importer settings contain reasonable information and the importer screen shall be shown at startup.
 

Public Attributes

bool ApplicationTerminate = false
 
bool Execute = false
 
VNutrition::FileList_t FileItems
 
std::string Importer = "-"
 Determine which importer shall be shown at startup.
 

Detailed Description

Settings for data import.

Member Data Documentation

◆ Importer

std::string Wizt::ImporterSettings::Importer = "-"

Determine which importer shall be shown at startup.

The "-" string (default) value indicates that importing shall be allowed, but no converter has been preselected, thus data import is only an option so far.


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