Public Slots | |
virtual void | fileOpen () |
virtual void | fileSave () |
virtual void | fileExit () |
virtual void | showBiasSettings () |
virtual void | evolveBrain () |
virtual void | configureView (QAction *action) |
virtual void | setBias (int x, int y) |
virtual void | getDescriptor (int x, int y) |
virtual void | showDescriptorVec () |
virtual void | genScene () |
virtual void | run () |
virtual void | loadBayesNetwork () |
virtual void | saveBayesNetwork () |
virtual void | viewBayesNetwork () |
virtual void | setBiasImage (bool biasVal) |
virtual void | showSceneSettings () |
virtual void | submitDialog () |
virtual void | fileOpenWorkspace () |
Public Member Functions | |
SceneUnderstandingForm (QWidget *parent=0, const char *name=0, WFlags fl=WType_TopLevel) | |
virtual void | init (ModelManager &manager) |
virtual void | updateDisplay () |
virtual void | showTraj (nub::ref< StdBrain > &brain) |
virtual void | showSMap (nub::ref< StdBrain > &brain) |
virtual void | showChannels (nub::ref< StdBrain > &brain) |
virtual void | classifyFovea (int x, int y) |
Public Attributes | |
QTabWidget * | tabDisp |
QWidget * | tab |
ImageCanvas * | imgDisp |
QPushButton * | EvolveBrainButton |
QPushButton * | runButton |
QLabel * | textLabel1 |
QSpinBox * | timesSpinBox |
QPushButton * | GenScenepushButton |
QLabel * | textLabel1_2 |
QLineEdit * | dialogText |
QLabel * | textLabel2 |
QLabel * | msgLabel |
QMenuBar * | MenuBar |
QPopupMenu * | fileMenu |
QPopupMenu * | Edit |
QPopupMenu * | popupMenu_6 |
QPopupMenu * | popupMenu_12 |
QPopupMenu * | View |
QAction * | fileOpenAction |
QAction * | fileSaveAsAction |
QAction * | fileExitAction |
QAction * | editConfigureAction |
QAction * | editBias_SettingsAction |
QActionGroup * | viewActionGroup |
QAction * | viewTrajAction |
QAction * | viewSMapAction |
QAction * | viewChannelsAction |
QAction * | editDescriptor_VecAction |
QAction * | editBayes_NetworkAction |
QAction * | editBayes_NetworkViewAction |
QAction * | editBayes_NetworkLoad_NetworkAction |
QAction * | editBayes_NetworkSave_NetworkAction |
QAction * | editConfigureBias_ImageAction |
QAction * | editConfigureScene_SettingsAction |
QAction * | editConfigureTrainAction |
QAction * | editConfigureTestAction |
QAction * | fileOpen_WorkspaceAction |
Protected Slots | |
virtual void | languageChange () |
Protected Attributes | |
BayesNetworkDialog | itsBayesNetworkDialog |
SceneSettingsDialog | itsSceneSettingsDialog |
std::vector< Point2D > | itsTargetsLoc |
DescriptorVec * | itsDescriptorVec |
Image< PixRGB< byte > > | itsOutputImg |
BiasSettingsDialog | itsBiasSettingsDialog |
Image< PixRGB< byte > > | itsImg |
ModelManager * | itsMgr |
DescriptorVecDialog | itsDescriptorVecDialog |
Bayes * | itsBayesNetwork |
SWIProlog * | itsProlog |
SceneGenerator * | itsTrainScene |
SceneGenerator * | itsTestScene |
Point2D | itsCurrentAttention |
int | itsCurrentObject |
SceneUnderstanding * | itsSceneUnderstanding |
QVBoxLayout * | SceneUnderstandingFormLayout |
QHBoxLayout * | tabLayout |
QHBoxLayout * | layout2 |
QSpacerItem * | spacer9 |
QSpacerItem * | spacer3 |
QSpacerItem * | spacer3_2 |
QHBoxLayout * | layout3 |
QHBoxLayout * | layout6 |
Definition at line 51 of file SceneUnderstandingForm.h.