TarzaNN
TarzaNN neural network simulator
|
#include <UI_FeaturePlaneViewer.h>
Public Slots | |
void | newSlot (int) |
void | windowSlot (int) |
void | windowActivated (QWidget *) |
void | closeSlot () |
void | closeAllSlot () |
void | tileSlot () |
void | cascadeSlot () |
void | wrapperDead () |
void | insertFeaturePlane (FeaturePlaneAbstract *tmpFp) |
void | insertNeuronTimeCourse (FeaturePlaneAbstract *tmpFp, int x, int y) |
void | insertLayer (Layer *layer) |
UI_ImageViewer * | insertImage () |
void | insertWindow (UI_Wrapper *wrapper) |
Public Member Functions | |
UI_FeaturePlaneViewer (QMainWindow *, QWidget *, const char *=0) | |
~UI_FeaturePlaneViewer () | |
void | initActions () |
void | initMenuBar () |
void | showEvent (QShowEvent *) |
void | hideEvent (QHideEvent *) |
QWidgetList | windowList () |
Public Attributes | |
QMainWindow * | mainWindow |
QWorkspace * | workspace |
QAction * | actionClose |
QAction * | actionCloseAll |
QAction * | actionTile |
QAction * | actionCascade |
QMenu * | windowMenu |
QMenu * | newMenu |
UI_Wrapper * | lastwrapper |
UI_FeaturePlaneViewer::UI_FeaturePlaneViewer | ( | QMainWindow * | tmpMainWindow, |
QWidget * | parent, | ||
const char * | name = 0 |
||
) |
UI_FeaturePlaneViewer::~UI_FeaturePlaneViewer | ( | ) |
void UI_FeaturePlaneViewer::cascadeSlot | ( | ) | [slot] |
void UI_FeaturePlaneViewer::closeAllSlot | ( | ) | [slot] |
void UI_FeaturePlaneViewer::closeSlot | ( | ) | [slot] |
void UI_FeaturePlaneViewer::hideEvent | ( | QHideEvent * | ) |
void UI_FeaturePlaneViewer::initActions | ( | ) |
void UI_FeaturePlaneViewer::initMenuBar | ( | ) |
void UI_FeaturePlaneViewer::insertFeaturePlane | ( | FeaturePlaneAbstract * | tmpFp | ) | [slot] |
UI_ImageViewer * UI_FeaturePlaneViewer::insertImage | ( | ) | [slot] |
void UI_FeaturePlaneViewer::insertLayer | ( | Layer * | layer | ) | [slot] |
void UI_FeaturePlaneViewer::insertNeuronTimeCourse | ( | FeaturePlaneAbstract * | tmpFp, |
int | x, | ||
int | y | ||
) | [slot] |
void UI_FeaturePlaneViewer::insertWindow | ( | UI_Wrapper * | wrapper | ) | [slot] |
void UI_FeaturePlaneViewer::newSlot | ( | int | id | ) | [slot] |
void UI_FeaturePlaneViewer::showEvent | ( | QShowEvent * | ) |
void UI_FeaturePlaneViewer::tileSlot | ( | ) | [slot] |
void UI_FeaturePlaneViewer::windowActivated | ( | QWidget * | w | ) | [slot] |
QWidgetList UI_FeaturePlaneViewer::windowList | ( | ) |
void UI_FeaturePlaneViewer::windowSlot | ( | int | id | ) | [slot] |
void UI_FeaturePlaneViewer::wrapperDead | ( | ) | [slot] |
QAction * UI_FeaturePlaneViewer::actionCascade |
QAction* UI_FeaturePlaneViewer::actionClose |
QAction * UI_FeaturePlaneViewer::actionCloseAll |
QAction * UI_FeaturePlaneViewer::actionTile |
QMainWindow* UI_FeaturePlaneViewer::mainWindow |
QMenu * UI_FeaturePlaneViewer::newMenu |
QWorkspace* UI_FeaturePlaneViewer::workspace |