C# Class GenerateQTProject.Configuration

Afficher le fichier Open project: NAlphaDev/Unreal-Qt-project-generator

Méthodes publiques

Свойство Type Description
data ConfigurationData

Méthodes publiques

Méthode 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 méthode

Checks if configuration file is present
public static HasConfigurationFile ( ) : bool
Résultat bool

IsValidQtId() public static méthode

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

LoadConfiguration() public static méthode

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
Résultat bool

WriteWizardConfig() public static méthode

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

Property Details

data public_oe static_oe property

public static ConfigurationData,GenerateQTProject data
Résultat ConfigurationData