CARDS 2.4.87
Package manager for the NuTyX GNU/Linux distribution
|
FTLTK Main window of application. More...
#include <mainWindow.h>
Public Member Functions | |
mainWindow (bool pInstaller=false) | |
Constructor. More... | |
void | LoadConfig () |
Protected Member Functions | |
void | OnSyncFinished (const CEH_RC rc) |
void | OnJobListChange (const CEH_RC rc) |
void | OnLogMessage (const string &pMessage) |
void | OnPackageInfo (CPackage &pPackage) |
![]() | |
virtual void | OnDoJobListFinished (const CEH_RC rc) |
virtual void | OnRefreshPackageFinished (const CEH_RC rc) |
virtual void | OnProgressInfo (int percent) |
Static Protected Member Functions | |
static void | onWindowEvent (Fl_Widget *pWidget, long pID) |
Additional Inherited Members | |
![]() | |
static const string | getReasonCodeString (const CEH_RC rc) |
Convert Reason Code Enum to human readable text. | |
FTLTK Main window of application.
This class derivate Fl_Window for FLTK window handle Card_event_handler inheritence is done to enable receiving events callback from cards_wrapper : This is a mechanism to ensure GUI application never blocked by libcard operation. This also ensure libcard is quiet to operate like if it was been launched on a terminal.
mainWindow::mainWindow | ( | bool | pInstaller = false | ) |