CMainWindow is the base class of the application.
More...
#include <main-window.hh>
List of all members.
Protected Member Functions |
| void | closeEvent (QCloseEvent *event) |
Detailed Description
CMainWindow is the base class of the application.
Class for the main window of the application.
Member Function Documentation
| const QString & CMainWindow::buildCommand |
( |
| ) |
const |
| const QString & CMainWindow::cleanallCommand |
( |
| ) |
const |
| const QString & CMainWindow::cleanCommand |
( |
| ) |
const |
| void CMainWindow::closeEvent |
( |
QCloseEvent * |
event | ) |
|
|
protected |
Saves settings before closing the application.
| CLibrary * CMainWindow::library |
( |
| ) |
const |
| QDockWidget * CMainWindow::log |
( |
| ) |
const |
Returns the dock widget that displays LaTeX compilation logs.
| void CMainWindow::make |
( |
| ) |
|
| void CMainWindow::makeClean |
( |
| ) |
|
Removes LaTeX temporary files (*.aux *.log etc.) that are generated in the songbook directory during the make().
- See also:
- make, makeCleanall
| void CMainWindow::makeCleanall |
( |
| ) |
|
Removes LaTeX temporary files (*.aux *.log etc.) and PDF files that are generated in the songbook directory during the make().
- See also:
- make, makeClean
Returns the progress bar that is embedded in the status bar.
| void CMainWindow::setBuildCommand |
( |
const QString & |
command | ) |
|
|
slot |
| void CMainWindow::setCleanallCommand |
( |
const QString & |
command | ) |
|
|
slot |
Sets command as the command line to remove temporary files and PDF files that are generated during the compilation of a songbook.
- See also:
- setBuildCommand, setCleanCommand
| void CMainWindow::setCleanCommand |
( |
const QString & |
command | ) |
|
|
slot |
Returns the current songbook.
Returns the library view.
| const QString CMainWindow::workingPath |
( |
| ) |
|
Returns the directory of the songbook.
The documentation for this class was generated from the following files: