ff7tk
0.02
Toolkit for making FF7 Tools
|
#include <mainwindow.h>
Public Member Functions | |
MainWindow (QWidget *parent=0) | |
~MainWindow () | |
Private Slots | |
void | hideAllBoxes (void) |
void | on_combo_widget_currentIndexChanged (int index) |
void | on_sb_materia_editor_setStarSize_valueChanged (int arg1) |
void | on_cb_materia_editor_setEditable_toggled (bool checked) |
void | on_cb_charEditor_clicked (bool checked) |
void | on_pushButton_clicked () |
void | on_checkBox_toggled (bool checked) |
void | on_btn_showmetaData_clicked () |
void | on_btn_slotSelect_clicked () |
void | on_btn_lgpSelect_clicked () |
void | on_btnExtractLgp_clicked () |
void | on_btn_loadAchievement_clicked () |
void | on_btn_saveAchievement_clicked () |
void | on_lineEdit_editingFinished () |
void | on_checkBox_2_toggled (bool checked) |
void | on_checkBox_3_clicked (bool checked) |
void | on_cbEditableMateriaCombos_clicked (bool checked) |
void | on_checkBox_4_clicked (bool checked) |
Private Attributes | |
Ui::MainWindow * | ui |
qreal | scale |
MateriaEditor * | materia_editor |
CharEditor * | char_editor |
ItemList * | item_list |
MetadataCreator * | metadataCreator |
PhsListWidget * | ListPHS |
MenuListWidget * | ListMenu |
Lgp * | lgpFile |
LocationViewer * | locViewer |
OptionsWidget * | optionsWidget |
ChocoboManager * | chocoboManager |
AchievementEditor * | achievementEditor |
CharManager * | charManager |
Definition at line 47 of file mainwindow.h.
|
explicit |
Definition at line 21 of file mainwindow.cpp.
References achievementEditor, char_editor, charManager, chocoboManager, hideAllBoxes(), item_list, lgpFile, ListMenu, ListPHS, locViewer, materia_editor, optionsWidget, scale, ChocoboManager::setHoverStyle(), and ui.
MainWindow::~MainWindow | ( | ) |
Definition at line 83 of file mainwindow.cpp.
References ui.
|
privateslot |
Definition at line 189 of file mainwindow.cpp.
References ui.
Referenced by MainWindow(), and on_combo_widget_currentIndexChanged().
|
privateslot |
Definition at line 146 of file mainwindow.cpp.
References Lgp::companyName(), Lgp::fileList(), lgpFile, Archive::open(), Lgp::productName(), and ui.
|
privateslot |
Definition at line 207 of file mainwindow.cpp.
References achievementEditor, and AchievementEditor::openFile().
|
privateslot |
Definition at line 214 of file mainwindow.cpp.
References achievementEditor, and AchievementEditor::saveFile().
|
privateslot |
Definition at line 122 of file mainwindow.cpp.
References metadataCreator.
|
privateslot |
Definition at line 129 of file mainwindow.cpp.
References FF7Save::loadFile(), scale, and ui.
|
privateslot |
Definition at line 168 of file mainwindow.cpp.
References Archive::fileData(), Lgp::fileList(), lgpFile, and ui.
|
privateslot |
Definition at line 109 of file mainwindow.cpp.
References char_editor, and CharEditor::setEditable().
|
privateslot |
Definition at line 108 of file mainwindow.cpp.
References materia_editor, and MateriaEditor::setEditable().
|
privateslot |
Definition at line 224 of file mainwindow.cpp.
References materia_editor, and MateriaEditor::setEditableMateriaCombo().
|
privateslot |
Definition at line 221 of file mainwindow.cpp.
References locViewer, and LocationViewer::setAdvancedMode().
|
privateslot |
Definition at line 223 of file mainwindow.cpp.
References char_editor, and CharEditor::setEditableComboBoxes().
|
privateslot |
Definition at line 225 of file mainwindow.cpp.
References item_list, and ItemList::setEditableItemCombo().
|
privateslot |
Definition at line 110 of file mainwindow.cpp.
References char_editor, and CharEditor::setAdvancedMode().
|
privateslot |
Definition at line 85 of file mainwindow.cpp.
References hideAllBoxes(), and ui.
|
privateslot |
Definition at line 220 of file mainwindow.cpp.
References locViewer, LocationViewer::setSelected(), and ui.
|
privateslot |
Definition at line 112 of file mainwindow.cpp.
References char_editor, and CharEditor::setChar().
|
privateslot |
Definition at line 107 of file mainwindow.cpp.
References materia_editor, and MateriaEditor::setStarsSize().
|
private |
Definition at line 93 of file mainwindow.h.
Referenced by MainWindow(), on_btn_loadAchievement_clicked(), and on_btn_saveAchievement_clicked().
|
private |
Definition at line 83 of file mainwindow.h.
Referenced by MainWindow(), on_cb_charEditor_clicked(), on_checkBox_3_clicked(), on_checkBox_toggled(), and on_pushButton_clicked().
|
private |
Definition at line 94 of file mainwindow.h.
Referenced by MainWindow().
|
private |
Definition at line 92 of file mainwindow.h.
Referenced by MainWindow().
|
private |
Definition at line 84 of file mainwindow.h.
Referenced by MainWindow(), and on_checkBox_4_clicked().
|
private |
Definition at line 89 of file mainwindow.h.
Referenced by MainWindow(), on_btn_lgpSelect_clicked(), and on_btnExtractLgp_clicked().
|
private |
Definition at line 88 of file mainwindow.h.
Referenced by MainWindow().
|
private |
Definition at line 87 of file mainwindow.h.
Referenced by MainWindow().
|
private |
Definition at line 90 of file mainwindow.h.
Referenced by MainWindow(), on_checkBox_2_toggled(), and on_lineEdit_editingFinished().
|
private |
Definition at line 82 of file mainwindow.h.
Referenced by MainWindow(), on_cb_materia_editor_setEditable_toggled(), on_cbEditableMateriaCombos_clicked(), and on_sb_materia_editor_setStarSize_valueChanged().
|
private |
Definition at line 85 of file mainwindow.h.
Referenced by on_btn_showmetaData_clicked().
|
private |
Definition at line 91 of file mainwindow.h.
Referenced by MainWindow().
|
private |
Definition at line 81 of file mainwindow.h.
Referenced by MainWindow(), and on_btn_slotSelect_clicked().
|
private |
Definition at line 80 of file mainwindow.h.
Referenced by hideAllBoxes(), MainWindow(), on_btn_lgpSelect_clicked(), on_btn_slotSelect_clicked(), on_btnExtractLgp_clicked(), on_combo_widget_currentIndexChanged(), on_lineEdit_editingFinished(), and ~MainWindow().