qTox  Version: nightly | Commit: bc751c8e1cac455f9690654fcfe0f560d2d7dfdd
Classes | Public Slots | Public Member Functions | Private Slots | Private Member Functions | Private Attributes | List of all members
FilesForm Class Reference

#include <filesform.h>

Inheritance diagram for FilesForm:
Inheritance graph
Collaboration diagram for FilesForm:
Collaboration graph

Classes

struct  FileInfo
 

Public Slots

void onFileUpdated (const ToxFile &file)
 

Public Member Functions

 FilesForm (CoreFile &coreFile)
 
 ~FilesForm ()
 
bool isShown () const
 
void show (ContentLayout *contentLayout)
 

Private Slots

void onSentFileActivated (const QModelIndex &item)
 
void onReceivedFileActivated (const QModelIndex &item)
 

Private Member Functions

void retranslateUi ()
 

Private Attributes

QWidget * head
 
QLabel headLabel
 
QVBoxLayout headLayout
 
QTabWidget main
 
QTableView * sent
 
QTableView * recvd
 
FileTransferList::ModelsentModel
 
FileTransferList::ModelrecvdModel
 

Detailed Description

Definition at line 106 of file filesform.h.

Constructor & Destructor Documentation

◆ FilesForm()

FilesForm::FilesForm ( CoreFile coreFile)

Definition at line 423 of file filesform.cpp.

Here is the call graph for this function:

◆ ~FilesForm()

FilesForm::~FilesForm ( )

Definition at line 466 of file filesform.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ isShown()

bool FilesForm::isShown ( ) const

Definition at line 474 of file filesform.cpp.

Here is the caller graph for this function:

◆ onFileUpdated

void FilesForm::onFileUpdated ( const ToxFile file)
slot

Definition at line 492 of file filesform.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ onReceivedFileActivated

void FilesForm::onReceivedFileActivated ( const QModelIndex &  item)
privateslot

Definition at line 515 of file filesform.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ onSentFileActivated

void FilesForm::onSentFileActivated ( const QModelIndex &  item)
privateslot

Definition at line 509 of file filesform.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ retranslateUi()

void FilesForm::retranslateUi ( )
private

Definition at line 521 of file filesform.cpp.

Here is the caller graph for this function:

◆ show()

void FilesForm::show ( ContentLayout contentLayout)

Definition at line 484 of file filesform.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ head

QWidget* FilesForm::head
private

Definition at line 133 of file filesform.h.

◆ headLabel

QLabel FilesForm::headLabel
private

Definition at line 134 of file filesform.h.

◆ headLayout

QVBoxLayout FilesForm::headLayout
private

Definition at line 135 of file filesform.h.

◆ main

QTabWidget FilesForm::main
private

Definition at line 136 of file filesform.h.

◆ recvd

QTableView * FilesForm::recvd
private

Definition at line 137 of file filesform.h.

◆ recvdModel

FileTransferList::Model * FilesForm::recvdModel
private

Definition at line 138 of file filesform.h.

◆ sent

QTableView* FilesForm::sent
private

Definition at line 137 of file filesform.h.

◆ sentModel

FileTransferList::Model* FilesForm::sentModel
private

Definition at line 138 of file filesform.h.


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