Guitar
Public Slots | Public Member Functions | Private Slots | Private Member Functions | Private Attributes | List of all members
CreateRepositoryDialog Class Reference

#include <CreateRepositoryDialog.h>

Inheritance diagram for CreateRepositoryDialog:
Inheritance graph
[legend]
Collaboration diagram for CreateRepositoryDialog:
Collaboration graph
[legend]

Public Slots

void accept () override
 

Public Member Functions

 CreateRepositoryDialog (MainWindow *parent, QString const &dir=QString())
 
 ~CreateRepositoryDialog () override
 
QString path () const
 
QString name () const
 
QString remoteName () const
 
QString remoteURL () const
 
QString overridedSshKey ()
 

Private Slots

void on_groupBox_remote_toggled (bool arg1)
 
void on_lineEdit_name_textChanged (QString const &arg1)
 
void on_lineEdit_path_textChanged (QString const &arg1)
 
void on_pushButton_browse_path_clicked ()
 
void on_pushButton_test_repo_clicked ()
 

Private Member Functions

void validate (bool change_name)
 
MainWindowmainwindow ()
 

Private Attributes

QString already_exists_
 
Ui::CreateRepositoryDialog * ui
 

Constructor & Destructor Documentation

◆ CreateRepositoryDialog()

CreateRepositoryDialog::CreateRepositoryDialog ( MainWindow parent,
QString const &  dir = QString() 
)
explicit
Here is the call graph for this function:

◆ ~CreateRepositoryDialog()

CreateRepositoryDialog::~CreateRepositoryDialog ( )
override

Member Function Documentation

◆ accept

void CreateRepositoryDialog::accept ( )
overrideslot
Here is the call graph for this function:

◆ mainwindow()

MainWindow * CreateRepositoryDialog::mainwindow ( )
private

◆ name()

QString CreateRepositoryDialog::name ( ) const

◆ on_groupBox_remote_toggled

void CreateRepositoryDialog::on_groupBox_remote_toggled ( bool  arg1)
privateslot
Here is the call graph for this function:

◆ on_lineEdit_name_textChanged

void CreateRepositoryDialog::on_lineEdit_name_textChanged ( QString const &  arg1)
privateslot
Here is the call graph for this function:

◆ on_lineEdit_path_textChanged

void CreateRepositoryDialog::on_lineEdit_path_textChanged ( QString const &  arg1)
privateslot
Here is the call graph for this function:

◆ on_pushButton_browse_path_clicked

void CreateRepositoryDialog::on_pushButton_browse_path_clicked ( )
privateslot
Here is the call graph for this function:

◆ on_pushButton_test_repo_clicked

void CreateRepositoryDialog::on_pushButton_test_repo_clicked ( )
privateslot
Here is the call graph for this function:

◆ overridedSshKey()

QString CreateRepositoryDialog::overridedSshKey ( )

◆ path()

QString CreateRepositoryDialog::path ( ) const

◆ remoteName()

QString CreateRepositoryDialog::remoteName ( ) const

◆ remoteURL()

QString CreateRepositoryDialog::remoteURL ( ) const

◆ validate()

void CreateRepositoryDialog::validate ( bool  change_name)
private
Here is the call graph for this function:

Member Data Documentation

◆ already_exists_

QString CreateRepositoryDialog::already_exists_
private

◆ ui

Ui::CreateRepositoryDialog* CreateRepositoryDialog::ui
private

The documentation for this class was generated from the following files: