jigdo API
gtk/gui.hh File Reference
GTK event handlers. More...
#include <config.h>
#include <interface.hh>
Go to the source code of this file.
Namespaces | |
| namespace | GUI |
Defines | |
| #define | packageDataDir PACKAGE_DATA_DIR |
| #define | packageLocaleDir PACKAGE_LOCALE_DIR |
Functions | |
| void | GUI::create () |
| void | on_toolbarExit_clicked (GtkButton *, gpointer) |
| gboolean | on_window_delete_event (GtkWidget *, GdkEvent *, gpointer) |
| void | setNotebookPage (GtkWidget *pageObject) |
| void | on_openButton_clicked (GtkButton *, gpointer) |
| void | on_aboutJigdoButton_clicked (GtkButton *, gpointer) |
| void | on_download_startButton_enter (GtkButton *, gpointer) |
| void | on_download_startButton_clicked (GtkButton *, gpointer) |
| void | on_download_pauseButton_enter (GtkButton *, gpointer) |
| void | on_download_pauseButton_clicked (GtkButton *, gpointer) |
| void | on_download_stopButton_enter (GtkButton *, gpointer) |
| void | on_download_stopButton_clicked (GtkButton *, gpointer) |
| void | on_download_restartButton_enter (GtkButton *, gpointer) |
| void | on_download_restartButton_clicked (GtkButton *, gpointer) |
| void | on_download_closeButton_enter (GtkButton *, gpointer) |
| void | on_download_closeButton_clicked (GtkButton *, gpointer) |
| void | on_download_button_leave (GtkButton *, gpointer) |
| void | on_jigdo_startButton_enter (GtkButton *, gpointer) |
| void | on_jigdo_startButton_clicked (GtkButton *, gpointer) |
| void | on_jigdo_pauseButton_enter (GtkButton *, gpointer) |
| void | on_jigdo_pauseButton_clicked (GtkButton *, gpointer) |
| void | on_jigdo_stopButton_enter (GtkButton *, gpointer) |
| void | on_jigdo_stopButton_clicked (GtkButton *, gpointer) |
| void | on_jigdo_restartButton_enter (GtkButton *, gpointer) |
| void | on_jigdo_restartButton_clicked (GtkButton *, gpointer) |
| void | on_jigdo_closeButton_enter (GtkButton *, gpointer) |
| void | on_jigdo_closeButton_clicked (GtkButton *, gpointer) |
| void | on_jigdo_button_leave (GtkButton *, gpointer) |
Variables | |
| Window | GUI::window |
| Filesel | GUI::filesel |
| License | GUI::license |
Detailed Description
GTK event handlers.Global variables: Pointers to GUI elements.
Define Documentation
| #define packageDataDir PACKAGE_DATA_DIR |
Referenced by main(), and setLicenseText().
| #define packageLocaleDir PACKAGE_LOCALE_DIR |
Referenced by main().
Function Documentation
| void on_aboutJigdoButton_clicked | ( | GtkButton * | , | |
| gpointer | ||||
| ) |
References GUI::license, and setLicenseText().
| void on_download_button_leave | ( | GtkButton * | , | |
| gpointer | ||||
| ) |
References GUI::window.
| void on_download_closeButton_clicked | ( | GtkButton * | , | |
| gpointer | ||||
| ) |
References GUI::jobList, GtkSingleUrl::on_closeButton_clicked(), and JobList::windowOwner().
| void on_download_closeButton_enter | ( | GtkButton * | , | |
| gpointer | ||||
| ) |
References _, and GUI::window.
| void on_download_pauseButton_clicked | ( | GtkButton * | , | |
| gpointer | ||||
| ) |
References GUI::jobList, GtkSingleUrl::on_pauseButton_clicked(), and JobList::windowOwner().
| void on_download_pauseButton_enter | ( | GtkButton * | , | |
| gpointer | ||||
| ) |
References _, and GUI::window.
| void on_download_restartButton_clicked | ( | GtkButton * | , | |
| gpointer | ||||
| ) |
References GUI::jobList, GtkSingleUrl::on_restartButton_clicked(), and JobList::windowOwner().
| void on_download_restartButton_enter | ( | GtkButton * | , | |
| gpointer | ||||
| ) |
References _, and GUI::window.
| void on_download_startButton_clicked | ( | GtkButton * | , | |
| gpointer | ||||
| ) |
References GUI::jobList, GtkSingleUrl::on_startButton_clicked(), and JobList::windowOwner().
| void on_download_startButton_enter | ( | GtkButton * | , | |
| gpointer | ||||
| ) |
References _, and GUI::window.
| void on_download_stopButton_clicked | ( | GtkButton * | , | |
| gpointer | ||||
| ) |
References GUI::jobList, GtkSingleUrl::on_stopButton_clicked(), and JobList::windowOwner().
| void on_download_stopButton_enter | ( | GtkButton * | , | |
| gpointer | ||||
| ) |
References _, and GUI::window.
| void on_jigdo_button_leave | ( | GtkButton * | , | |
| gpointer | ||||
| ) |
References GUI::window.
| void on_jigdo_closeButton_clicked | ( | GtkButton * | , | |
| gpointer | ||||
| ) |
References GUI::jobList, GtkMakeImage::on_closeButton_clicked(), and JobList::windowOwner().
| void on_jigdo_closeButton_enter | ( | GtkButton * | , | |
| gpointer | ||||
| ) |
References _, and GUI::window.
| void on_jigdo_pauseButton_clicked | ( | GtkButton * | , | |
| gpointer | ||||
| ) |
References GUI::jobList, GtkMakeImage::on_pauseButton_clicked(), and JobList::windowOwner().
| void on_jigdo_pauseButton_enter | ( | GtkButton * | , | |
| gpointer | ||||
| ) |
References _, and GUI::window.
| void on_jigdo_restartButton_clicked | ( | GtkButton * | , | |
| gpointer | ||||
| ) |
References GUI::jobList, GtkMakeImage::on_restartButton_clicked(), and JobList::windowOwner().
| void on_jigdo_restartButton_enter | ( | GtkButton * | , | |
| gpointer | ||||
| ) |
References _, and GUI::window.
| void on_jigdo_startButton_clicked | ( | GtkButton * | , | |
| gpointer | ||||
| ) |
References GUI::jobList, GtkMakeImage::on_startButton_clicked(), and JobList::windowOwner().
| void on_jigdo_startButton_enter | ( | GtkButton * | , | |
| gpointer | ||||
| ) |
References _, and GUI::window.
| void on_jigdo_stopButton_clicked | ( | GtkButton * | , | |
| gpointer | ||||
| ) |
References GUI::jobList, GtkMakeImage::on_stopButton_clicked(), and JobList::windowOwner().
| void on_jigdo_stopButton_enter | ( | GtkButton * | , | |
| gpointer | ||||
| ) |
References _, and GUI::window.
| void on_openButton_clicked | ( | GtkButton * | , | |
| gpointer | ||||
| ) |
References JobLine::create(), and GUI::window.
| void on_toolbarExit_clicked | ( | GtkButton * | , | |
| gpointer | ||||
| ) |
| gboolean on_window_delete_event | ( | GtkWidget * | , | |
| GdkEvent * | , | |||
| gpointer | ||||
| ) |
| void setNotebookPage | ( | GtkWidget * | pageObject | ) |
References GUI::jobList, JobList::setWindowOwner(), and GUI::window.
Referenced by GtkMakeImage::on_closeButton_clicked(), GtkSingleUrl::selectRow(), GtkMakeImage::selectRow(), and GtkSingleUrl::~GtkSingleUrl().
Generated on Tue Sep 23 14:27:42 2008 for jigdo by
1.5.6