C# 클래스 GenerateQTProject.Configuration

파일 보기 프로젝트 열기: NAlphaDev/Unreal-Qt-project-generator

공개 프로퍼티들

프로퍼티 타입 설명
data ConfigurationData

공개 메소드들

메소드 설명
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

메소드 상세

HasConfigurationFile() 공개 정적인 메소드

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

IsValidQtId() 공개 정적인 메소드

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

LoadConfiguration() 공개 정적인 메소드

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
리턴 bool

WriteWizardConfig() 공개 정적인 메소드

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

프로퍼티 상세

data 공개적으로 정적으로 프로퍼티

public static ConfigurationData,GenerateQTProject data
리턴 ConfigurationData