ff7tk  0.02
Toolkit for making FF7 Tools
MetadataCreator Class Reference

#include <MetadataCreator.h>

Inheritance diagram for MetadataCreator:

Public Member Functions

 MetadataCreator (QWidget *parent=0, FF7Save *ff7save=0)
 

Private Slots

void initDisplay ()
 
void initConnections ()
 
void on_btnOutPath_clicked ()
 
void on_lineOutPath_textChanged (const QString &arg1)
 
void on_btnSave00_clicked ()
 
void on_lineSave00_textChanged (const QString &arg1)
 
void on_btnSave01_clicked ()
 
void on_lineSave01_textChanged (const QString &arg1)
 
void on_btnSave02_clicked ()
 
void on_lineSave02_textChanged (const QString &arg1)
 
void on_btnSave03_clicked ()
 
void on_lineSave03_textChanged (const QString &arg1)
 
void on_btnSave04_clicked ()
 
void on_lineSave04_textChanged (const QString &arg1)
 
void on_btnSave05_clicked ()
 
void on_lineSave05_textChanged (const QString &arg1)
 
void on_btnSave06_clicked ()
 
void on_lineSave06_textChanged (const QString &arg1)
 
void on_btnSave07_clicked ()
 
void on_lineSave07_textChanged (const QString &arg1)
 
void on_btnSave08_clicked ()
 
void on_lineSave08_textChanged (const QString &arg1)
 
void on_btnSave09_clicked ()
 
void on_lineSave09_textChanged (const QString &arg1)
 
void on_buttonBox_accepted ()
 
void on_buttonBox_rejected ()
 

Private Attributes

QLineEdit * lineOutPath
 
QLineEdit * lineUserID
 
QLineEdit * lineSave00
 
QLineEdit * lineSave01
 
QLineEdit * lineSave02
 
QLineEdit * lineSave03
 
QLineEdit * lineSave04
 
QLineEdit * lineSave05
 
QLineEdit * lineSave06
 
QLineEdit * lineSave07
 
QLineEdit * lineSave08
 
QLineEdit * lineSave09
 
QPushButton * btnOutPath
 
QPushButton * btnSave00
 
QPushButton * btnSave01
 
QPushButton * btnSave02
 
QPushButton * btnSave03
 
QPushButton * btnSave04
 
QPushButton * btnSave05
 
QPushButton * btnSave06
 
QPushButton * btnSave07
 
QPushButton * btnSave08
 
QPushButton * btnSave09
 
QDialogButtonBox * buttonBox
 
QSpacerItem * IDSpacer
 
QLabel * lblSave00
 
QLabel * lblSave01
 
QLabel * lblSave02
 
QLabel * lblSave03
 
QLabel * lblSave04
 
QLabel * lblSave05
 
QLabel * lblSave06
 
QLabel * lblSave07
 
QLabel * lblSave08
 
QLabel * lblSave09
 
QLabel * lblOut
 
QLabel * lblUserID
 
QGroupBox * SaveGroup
 
bool load
 
FF7Saveff7
 
QStringList InFiles
 
QString OutPath
 
QString UserID
 

Detailed Description

Definition at line 30 of file MetadataCreator.h.

Constructor & Destructor Documentation

MetadataCreator::MetadataCreator ( QWidget *  parent = 0,
FF7Save ff7save = 0 
)
explicit

Definition at line 24 of file MetadataCreator.cpp.

References buttonBox, ff7, InFiles, initConnections(), and initDisplay().

Member Function Documentation

void MetadataCreator::on_btnOutPath_clicked ( )
privateslot

Definition at line 224 of file MetadataCreator.cpp.

References lineOutPath, lineUserID, load, and OutPath.

Referenced by initConnections().

void MetadataCreator::on_btnSave00_clicked ( )
privateslot

Definition at line 235 of file MetadataCreator.cpp.

References ff7, InFiles, lineSave00, load, and FF7Save::loadFile().

Referenced by initConnections().

void MetadataCreator::on_btnSave01_clicked ( )
privateslot

Definition at line 245 of file MetadataCreator.cpp.

References ff7, InFiles, lineSave01, load, and FF7Save::loadFile().

Referenced by initConnections().

void MetadataCreator::on_btnSave02_clicked ( )
privateslot

Definition at line 255 of file MetadataCreator.cpp.

References ff7, InFiles, lineSave02, load, and FF7Save::loadFile().

Referenced by initConnections().

void MetadataCreator::on_btnSave03_clicked ( )
privateslot

Definition at line 265 of file MetadataCreator.cpp.

References ff7, InFiles, lineSave03, load, and FF7Save::loadFile().

Referenced by initConnections().

void MetadataCreator::on_btnSave04_clicked ( )
privateslot

Definition at line 275 of file MetadataCreator.cpp.

References ff7, InFiles, lineSave04, load, and FF7Save::loadFile().

Referenced by initConnections().

void MetadataCreator::on_btnSave05_clicked ( )
privateslot

Definition at line 285 of file MetadataCreator.cpp.

References ff7, InFiles, lineSave05, load, and FF7Save::loadFile().

Referenced by initConnections().

void MetadataCreator::on_btnSave06_clicked ( )
privateslot

Definition at line 295 of file MetadataCreator.cpp.

References ff7, InFiles, lineSave06, load, and FF7Save::loadFile().

Referenced by initConnections().

void MetadataCreator::on_btnSave07_clicked ( )
privateslot

Definition at line 305 of file MetadataCreator.cpp.

References ff7, InFiles, lineSave07, load, and FF7Save::loadFile().

Referenced by initConnections().

void MetadataCreator::on_btnSave08_clicked ( )
privateslot

Definition at line 315 of file MetadataCreator.cpp.

References ff7, InFiles, lineSave08, load, and FF7Save::loadFile().

Referenced by initConnections().

void MetadataCreator::on_btnSave09_clicked ( )
privateslot

Definition at line 325 of file MetadataCreator.cpp.

References ff7, InFiles, lineSave09, load, and FF7Save::loadFile().

Referenced by initConnections().

void MetadataCreator::on_buttonBox_accepted ( )
privateslot
void MetadataCreator::on_buttonBox_rejected ( )
privateslot

Definition at line 383 of file MetadataCreator.cpp.

Referenced by initConnections().

void MetadataCreator::on_lineOutPath_textChanged ( const QString &  arg1)
privateslot

Definition at line 218 of file MetadataCreator.cpp.

References buttonBox, load, and OutPath.

Referenced by initConnections().

void MetadataCreator::on_lineSave00_textChanged ( const QString &  arg1)
privateslot

Definition at line 234 of file MetadataCreator.cpp.

References InFiles, and load.

Referenced by initConnections().

void MetadataCreator::on_lineSave01_textChanged ( const QString &  arg1)
privateslot

Definition at line 244 of file MetadataCreator.cpp.

References InFiles, and load.

Referenced by initConnections().

void MetadataCreator::on_lineSave02_textChanged ( const QString &  arg1)
privateslot

Definition at line 254 of file MetadataCreator.cpp.

References InFiles, and load.

Referenced by initConnections().

void MetadataCreator::on_lineSave03_textChanged ( const QString &  arg1)
privateslot

Definition at line 264 of file MetadataCreator.cpp.

References InFiles, and load.

Referenced by initConnections().

void MetadataCreator::on_lineSave04_textChanged ( const QString &  arg1)
privateslot

Definition at line 274 of file MetadataCreator.cpp.

References InFiles, and load.

Referenced by initConnections().

void MetadataCreator::on_lineSave05_textChanged ( const QString &  arg1)
privateslot

Definition at line 284 of file MetadataCreator.cpp.

References InFiles, and load.

Referenced by initConnections().

void MetadataCreator::on_lineSave06_textChanged ( const QString &  arg1)
privateslot

Definition at line 294 of file MetadataCreator.cpp.

References InFiles, and load.

Referenced by initConnections().

void MetadataCreator::on_lineSave07_textChanged ( const QString &  arg1)
privateslot

Definition at line 304 of file MetadataCreator.cpp.

References InFiles, and load.

Referenced by initConnections().

void MetadataCreator::on_lineSave08_textChanged ( const QString &  arg1)
privateslot

Definition at line 314 of file MetadataCreator.cpp.

References InFiles, and load.

Referenced by initConnections().

void MetadataCreator::on_lineSave09_textChanged ( const QString &  arg1)
privateslot

Definition at line 324 of file MetadataCreator.cpp.

References InFiles, and load.

Referenced by initConnections().

Member Data Documentation

QPushButton* MetadataCreator::btnOutPath
private

Definition at line 78 of file MetadataCreator.h.

Referenced by initConnections(), and initDisplay().

QPushButton* MetadataCreator::btnSave00
private

Definition at line 79 of file MetadataCreator.h.

Referenced by initConnections(), and initDisplay().

QPushButton* MetadataCreator::btnSave01
private

Definition at line 80 of file MetadataCreator.h.

Referenced by initConnections(), and initDisplay().

QPushButton* MetadataCreator::btnSave02
private

Definition at line 81 of file MetadataCreator.h.

Referenced by initConnections(), and initDisplay().

QPushButton* MetadataCreator::btnSave03
private

Definition at line 82 of file MetadataCreator.h.

Referenced by initConnections(), and initDisplay().

QPushButton* MetadataCreator::btnSave04
private

Definition at line 83 of file MetadataCreator.h.

Referenced by initConnections(), and initDisplay().

QPushButton* MetadataCreator::btnSave05
private

Definition at line 84 of file MetadataCreator.h.

Referenced by initConnections(), and initDisplay().

QPushButton* MetadataCreator::btnSave06
private

Definition at line 85 of file MetadataCreator.h.

Referenced by initConnections(), and initDisplay().

QPushButton* MetadataCreator::btnSave07
private

Definition at line 86 of file MetadataCreator.h.

Referenced by initConnections(), and initDisplay().

QPushButton* MetadataCreator::btnSave08
private

Definition at line 87 of file MetadataCreator.h.

Referenced by initConnections(), and initDisplay().

QPushButton* MetadataCreator::btnSave09
private

Definition at line 88 of file MetadataCreator.h.

Referenced by initConnections(), and initDisplay().

QDialogButtonBox* MetadataCreator::buttonBox
private
QSpacerItem* MetadataCreator::IDSpacer
private

Definition at line 90 of file MetadataCreator.h.

Referenced by initDisplay().

QLabel* MetadataCreator::lblOut
private

Definition at line 101 of file MetadataCreator.h.

Referenced by initDisplay().

QLabel* MetadataCreator::lblSave00
private

Definition at line 91 of file MetadataCreator.h.

Referenced by initDisplay().

QLabel* MetadataCreator::lblSave01
private

Definition at line 92 of file MetadataCreator.h.

Referenced by initDisplay().

QLabel* MetadataCreator::lblSave02
private

Definition at line 93 of file MetadataCreator.h.

Referenced by initDisplay().

QLabel* MetadataCreator::lblSave03
private

Definition at line 94 of file MetadataCreator.h.

Referenced by initDisplay().

QLabel* MetadataCreator::lblSave04
private

Definition at line 95 of file MetadataCreator.h.

Referenced by initDisplay().

QLabel* MetadataCreator::lblSave05
private

Definition at line 96 of file MetadataCreator.h.

Referenced by initDisplay().

QLabel* MetadataCreator::lblSave06
private

Definition at line 97 of file MetadataCreator.h.

Referenced by initDisplay().

QLabel* MetadataCreator::lblSave07
private

Definition at line 98 of file MetadataCreator.h.

Referenced by initDisplay().

QLabel* MetadataCreator::lblSave08
private

Definition at line 99 of file MetadataCreator.h.

Referenced by initDisplay().

QLabel* MetadataCreator::lblSave09
private

Definition at line 100 of file MetadataCreator.h.

Referenced by initDisplay().

QLabel* MetadataCreator::lblUserID
private

Definition at line 102 of file MetadataCreator.h.

Referenced by initDisplay().

QLineEdit* MetadataCreator::lineOutPath
private

Definition at line 66 of file MetadataCreator.h.

Referenced by initConnections(), initDisplay(), and on_btnOutPath_clicked().

QLineEdit* MetadataCreator::lineSave00
private

Definition at line 68 of file MetadataCreator.h.

Referenced by initConnections(), initDisplay(), and on_btnSave00_clicked().

QLineEdit* MetadataCreator::lineSave01
private

Definition at line 69 of file MetadataCreator.h.

Referenced by initConnections(), initDisplay(), and on_btnSave01_clicked().

QLineEdit* MetadataCreator::lineSave02
private

Definition at line 70 of file MetadataCreator.h.

Referenced by initConnections(), initDisplay(), and on_btnSave02_clicked().

QLineEdit* MetadataCreator::lineSave03
private

Definition at line 71 of file MetadataCreator.h.

Referenced by initConnections(), initDisplay(), and on_btnSave03_clicked().

QLineEdit* MetadataCreator::lineSave04
private

Definition at line 72 of file MetadataCreator.h.

Referenced by initConnections(), initDisplay(), and on_btnSave04_clicked().

QLineEdit* MetadataCreator::lineSave05
private

Definition at line 73 of file MetadataCreator.h.

Referenced by initConnections(), initDisplay(), and on_btnSave05_clicked().

QLineEdit* MetadataCreator::lineSave06
private

Definition at line 74 of file MetadataCreator.h.

Referenced by initConnections(), initDisplay(), and on_btnSave06_clicked().

QLineEdit* MetadataCreator::lineSave07
private

Definition at line 75 of file MetadataCreator.h.

Referenced by initConnections(), initDisplay(), and on_btnSave07_clicked().

QLineEdit* MetadataCreator::lineSave08
private

Definition at line 76 of file MetadataCreator.h.

Referenced by initConnections(), initDisplay(), and on_btnSave08_clicked().

QLineEdit* MetadataCreator::lineSave09
private

Definition at line 77 of file MetadataCreator.h.

Referenced by initConnections(), initDisplay(), and on_btnSave09_clicked().

QLineEdit* MetadataCreator::lineUserID
private

Definition at line 67 of file MetadataCreator.h.

Referenced by initDisplay(), on_btnOutPath_clicked(), and on_buttonBox_accepted().

QString MetadataCreator::OutPath
private
QGroupBox* MetadataCreator::SaveGroup
private

Definition at line 103 of file MetadataCreator.h.

Referenced by initDisplay().

QString MetadataCreator::UserID
private

Definition at line 109 of file MetadataCreator.h.


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