Go to the source code of this file.
Classes | |
class | MainWindowLater |
Functions | |
__construct () | |
ConnectSignals () | |
FixTableColumns () | |
tblSearchResults_Clicked ($y, $x) | |
tblSearchResults_DoubleClicked ($x, $y) | |
btnSave_Clicked () | |
btnSaveNext_Clicked () | |
btnSaveNextMissing_Clicked () | |
btnNext_Clicked () | |
btnNextMissing_Clicked () | |
SaveNavigate ($save, $locType) | |
ShowFindResults () | |
ShowProjectPath () | |
Variables | |
$signals = array("") | |
$TableColumnsFixed |
__construct | ( | ) |
Definition at line 91 of file MainWindow.php.
References ConnectSignals().
Referenced by WebBackend::__construct(), ProjectTreeModel::__construct(), QtBackend::__construct(), and MainWindowLater::__construct().
btnNext_Clicked | ( | ) |
btnNextMissing_Clicked | ( | ) |
btnSave_Clicked | ( | ) |
btnSaveNext_Clicked | ( | ) |
btnSaveNextMissing_Clicked | ( | ) |
ConnectSignals | ( | ) |
FixTableColumns | ( | ) | [private] |
SaveNavigate | ( | $ | save, | |
$ | locType | |||
) | [private] |
Definition at line 310 of file MainWindow.php.
References FixTableColumns(), ShowFindResults(), and ShowProjectPath().
Referenced by btnNext_Clicked(), btnNextMissing_Clicked(), btnSave_Clicked(), btnSaveNext_Clicked(), and btnSaveNextMissing_Clicked().
ShowFindResults | ( | ) | [private] |
ShowProjectPath | ( | ) | [private] |
tblSearchResults_Clicked | ( | $ | y, | |
$ | x | |||
) |
Definition at line 259 of file MainWindow.php.
tblSearchResults_DoubleClicked | ( | $ | x, | |
$ | y | |||
) |
Definition at line 276 of file MainWindow.php.
$signals = array("") |
Definition at line 86 of file MainWindow.php.
$TableColumnsFixed |
Definition at line 89 of file MainWindow.php.