C# 클래스 GenerateQTProject.ConsoleActions

This class contains all methods related to console input and output
파일 보기 프로젝트 열기: NAlphaDev/Unreal-Qt-project-generator 1 사용 예제들

공개 메소드들

메소드 설명
DisplayFirstRunDisclaimer ( ) : void

If this is the first run, display the disclaimer, if accepted this is stored in a file in the AppData folder

InputProjectPath ( ) : string

Asks for project directory, repeats until valid path is entered

PrintHeader ( ) : void

Prints application header to console

StartConfigWizard ( ) : void

Run a small wizard which is able to autodetect the Qt Creator ids

메소드 상세

DisplayFirstRunDisclaimer() 공개 정적인 메소드

If this is the first run, display the disclaimer, if accepted this is stored in a file in the AppData folder
public static DisplayFirstRunDisclaimer ( ) : void
리턴 void

InputProjectPath() 공개 정적인 메소드

Asks for project directory, repeats until valid path is entered
public static InputProjectPath ( ) : string
리턴 string

PrintHeader() 공개 정적인 메소드

Prints application header to console
public static PrintHeader ( ) : void
리턴 void

StartConfigWizard() 공개 정적인 메소드

Run a small wizard which is able to autodetect the Qt Creator ids
public static StartConfigWizard ( ) : void
리턴 void