CARDS 2.3.99
Package manager for the NuTyX GNU/Linux distribution
|
FTLTK Main window of application. More...
#include <mainWindow.h>
Public Member Functions | |
mainWindow (int W, int H, string Title) | |
Constructor. More... | |
Protected Member Functions | |
void | OnLogMessage (const string &pMessage) |
void | OnSyncFinished (const CEH_RC rc) |
void | OnJobListChange (const CEH_RC rc) |
![]() | |
virtual void | OnDoJobListFinished (const CEH_RC rc) |
virtual void | OnRefreshPackageFinished (const CEH_RC rc) |
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 | ( | int | W = 900 , |
int | H = 900 , |
||
string | Title = "Default" |
||
) |
Constructor.
Constructor of mainWindow class