#include <MainProgram.h>
Collaboration diagram for MainProgram:

Public Member Functions | |
| MainProgram (int argc, char *argv[]) | |
| constructor for connecting Snake Class with the Qt GUI | |
| ~MainProgram (void) | |
| desctructor | |
| void | startGui (int argc, char *argv[]) |
| launches the gui application | |
| const QString * | getFileName () |
Private Attributes | |
| MainWindow * | m_mainWindow |
| Connection to the GUI. | |
| QtCvWrapper * | m_wrapper |
| Connection to the Image-Processing Part. | |
The MainProgram fires up the gui and defines the needed classes for the program
Definition at line 18 of file MainProgram.h.
| MainProgram::MainProgram | ( | int | argc, | |
| char * | argv[] | |||
| ) |
constructor for connecting Snake Class with the Qt GUI
Definition at line 10 of file MainProgram.cpp.
References m_mainWindow, and m_wrapper.
| MainProgram::~MainProgram | ( | void | ) |
| const QString* MainProgram::getFileName | ( | ) | [inline] |
Definition at line 33 of file MainProgram.h.
| void MainProgram::startGui | ( | int | argc, | |
| char * | argv[] | |||
| ) |
launches the gui application
MainWindow* MainProgram::m_mainWindow [private] |
QtCvWrapper* MainProgram::m_wrapper [private] |
Connection to the Image-Processing Part.
Definition at line 41 of file MainProgram.h.
Referenced by MainProgram().
1.4.7