RabbitCommon v2.2.6
Loading...
Searching...
No Matches
Public Member Functions | Private Slots | Private Attributes | List of all members
MainWindow Class Reference
Inheritance diagram for MainWindow:

Public Member Functions

 MainWindow (QWidget *parent=nullptr)
 

Private Slots

void on_actionAbout_triggered ()
 
void on_actionUpdate_triggered ()
 
void on_pushButton_clicked ()
 
void on_pbEncrypt_clicked ()
 
void on_pbGenerateCoreFile_clicked ()
 
void on_pbAddFile_clicked ()
 
void on_pbDownload_clicked ()
 
void slotDownloadFile (const QString szFile)
 
void slotDownloadError (int nErr, const QString szErr)
 

Private Attributes

Ui::MainWindow * ui
 
RabbitCommon::CDownloadm_pDownload
 

Detailed Description

Definition at line 17 of file MainWindow.h.

Constructor & Destructor Documentation

◆ MainWindow()

MainWindow::MainWindow ( QWidget *  parent = nullptr)
explicit
Author
Kang Lin(kl222.nosp@m.@126.nosp@m..com)

Definition at line 32 of file MainWindow.cpp.

◆ ~MainWindow()

MainWindow::~MainWindow ( )

Definition at line 56 of file MainWindow.cpp.

Member Function Documentation

◆ on_actionAbout_triggered

void MainWindow::on_actionAbout_triggered ( )
privateslot

Definition at line 62 of file MainWindow.cpp.

◆ on_actionUpdate_triggered

void MainWindow::on_actionUpdate_triggered ( )
privateslot

Definition at line 79 of file MainWindow.cpp.

◆ on_pbAddFile_clicked

void MainWindow::on_pbAddFile_clicked ( )
privateslot

Definition at line 140 of file MainWindow.cpp.

◆ on_pbDownload_clicked

void MainWindow::on_pbDownload_clicked ( )
privateslot

Definition at line 145 of file MainWindow.cpp.

◆ on_pbEncrypt_clicked

void MainWindow::on_pbEncrypt_clicked ( )
privateslot

Definition at line 117 of file MainWindow.cpp.

◆ on_pbGenerateCoreFile_clicked

void MainWindow::on_pbGenerateCoreFile_clicked ( )
privateslot

Definition at line 135 of file MainWindow.cpp.

◆ on_pushButton_clicked

void MainWindow::on_pushButton_clicked ( )
privateslot

Definition at line 103 of file MainWindow.cpp.

◆ slotDownloadError

void MainWindow::slotDownloadError ( int  nErr,
const QString  szErr 
)
privateslot

Definition at line 170 of file MainWindow.cpp.

◆ slotDownloadFile

void MainWindow::slotDownloadFile ( const QString  szFile)
privateslot

Definition at line 164 of file MainWindow.cpp.

Member Data Documentation

◆ m_pDownload

RabbitCommon::CDownload* MainWindow::m_pDownload
private

Definition at line 40 of file MainWindow.h.

◆ ui

Ui::MainWindow* MainWindow::ui
private

Definition at line 38 of file MainWindow.h.


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