Qucs-GUI  0.0.19
Public Member Functions | Private Slots | Private Member Functions | Private Attributes
PackageDialog Class Reference

#include <packagedialog.h>

Public Member Functions

 PackageDialog (QWidget *, bool)
 ~PackageDialog ()
void extractPackage ()

Private Slots

void slotCreate ()
void slotBrowse ()

Private Member Functions

int insertFile (const QString &, QFile &, QDataStream &)
int insertDirectory (const QString &, QDataStream &)
int insertLibraries (QDataStream &)
int extractFile (QFile &, Q_UINT32, QDir &)
int extractDirectory (QFile &, Q_UINT32, QDir &)
int extractLibrary (QFile &, Q_UINT32)

Private Attributes

QVBoxLayout * all
QLineEdit * NameEdit
QTextEdit * MsgText
QCheckBox * LibraryCheck
QGroupBox * Group
QList< QCheckBox * > BoxList
QPushButton * ButtClose

Detailed Description

Definition at line 40 of file packagedialog.h.


Constructor & Destructor Documentation

PackageDialog::PackageDialog ( QWidget *  parent_,
bool  create_ 
)

Definition at line 52 of file packagedialog.cpp.

Here is the call graph for this function:

Definition at line 146 of file packagedialog.cpp.


Member Function Documentation

int PackageDialog::extractDirectory ( QFile &  PkgFile,
Q_UINT32  Count,
QDir &  currDir 
) [private]

Definition at line 433 of file packagedialog.cpp.

Here is the caller graph for this function:

int PackageDialog::extractFile ( QFile &  PkgFile,
Q_UINT32  Count,
QDir &  currDir 
) [private]

Definition at line 455 of file packagedialog.cpp.

Here is the caller graph for this function:

int PackageDialog::extractLibrary ( QFile &  PkgFile,
Q_UINT32  Count 
) [private]

Definition at line 476 of file packagedialog.cpp.

Here is the caller graph for this function:

Definition at line 338 of file packagedialog.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

int PackageDialog::insertDirectory ( const QString &  DirName,
QDataStream &  Stream 
) [private]

Definition at line 199 of file packagedialog.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

int PackageDialog::insertFile ( const QString &  FileName,
QFile &  File,
QDataStream &  Stream 
) [private]

Definition at line 173 of file packagedialog.cpp.

Here is the caller graph for this function:

int PackageDialog::insertLibraries ( QDataStream &  Stream) [private]

Definition at line 229 of file packagedialog.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void PackageDialog::slotBrowse ( ) [private, slot]

Definition at line 152 of file packagedialog.cpp.

Here is the caller graph for this function:

void PackageDialog::slotCreate ( ) [private, slot]

Definition at line 245 of file packagedialog.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:


Field Documentation

QVBoxLayout* PackageDialog::all [private]

Definition at line 61 of file packagedialog.h.

QList<QCheckBox *> PackageDialog::BoxList [private]

Definition at line 66 of file packagedialog.h.

QPushButton* PackageDialog::ButtClose [private]

Definition at line 67 of file packagedialog.h.

QGroupBox* PackageDialog::Group [private]

Definition at line 65 of file packagedialog.h.

QCheckBox* PackageDialog::LibraryCheck [private]

Definition at line 64 of file packagedialog.h.

QTextEdit* PackageDialog::MsgText [private]

Definition at line 63 of file packagedialog.h.

QLineEdit* PackageDialog::NameEdit [private]

Definition at line 62 of file packagedialog.h.


The documentation for this class was generated from the following files:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines