C# Class GenerateQTProject.Configuration

Mostra file Open project: NAlphaDev/Unreal-Qt-project-generator

Public Properties

Property Type Description
data ConfigurationData

Public Methods

Method Description
HasConfigurationFile ( ) : bool

Checks if configuration file is present

IsValidQtId ( string id ) : bool

Checks if a Qt id has a valid format

LoadConfiguration ( ) : bool

Load data from configuration file Atm the function only loads 2 values (because there are only two settings), but it could easily be extended to detect more settings.

WriteWizardConfig ( ConfigurationData data ) : bool

Writes the initial configuration file

Method Details

HasConfigurationFile() public static method

Checks if configuration file is present
public static HasConfigurationFile ( ) : bool
return bool

IsValidQtId() public static method

Checks if a Qt id has a valid format
public static IsValidQtId ( string id ) : bool
id string Qt id (some combined hexadecimal values)
return bool

LoadConfiguration() public static method

Load data from configuration file Atm the function only loads 2 values (because there are only two settings), but it could easily be extended to detect more settings.
public static LoadConfiguration ( ) : bool
return bool

WriteWizardConfig() public static method

Writes the initial configuration file
public static WriteWizardConfig ( ConfigurationData data ) : bool
data ConfigurationData Data to write
return bool

Property Details

data public_oe static_oe property

public static ConfigurationData,GenerateQTProject data
return ConfigurationData