C# Класс GenerateQTProject.ConsoleActions

This class contains all methods related to console input and output
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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