C# Class GenerateQTProject.ConsoleActions

This class contains all methods related to console input and output
ファイルを表示 Open project: NAlphaDev/Unreal-Qt-project-generator Class Usage Examples

Public Methods

Method Description
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

Method Details

DisplayFirstRunDisclaimer() public static method

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
return void

InputProjectPath() public static method

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

PrintHeader() public static method

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

StartConfigWizard() public static method

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