#include <wx/wx.h>
Include dependency graph for gui.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | mainFrame |
class | netDialog |
class | NGuiApp |
Enumerations | |
enum | { mainFrame_Quit, mainFrame_NewPerceptron, mainFrame_NewMultiPercp, netDialog_NEWINPUT_BTN, netDialog_DELINPUT_BTN, netDialog_SETWGHTS_BTN, netDialog_SETDESRD_BTN, netDialog_TRAIN_BTN, netDialog_RUN_BTN, netDialog_SHOWDIAG_BTN, netDialog_QUIT_BTN, netDialog_BIAS_TXT, netDialog_SQUASHVAL_TXT } |
|
Definition at line 95 of file gui.h.
00096 { 00097 mainFrame_Quit, 00098 mainFrame_NewPerceptron, 00099 mainFrame_NewMultiPercp, 00100 netDialog_NEWINPUT_BTN, 00101 netDialog_DELINPUT_BTN, 00102 netDialog_SETWGHTS_BTN, 00103 netDialog_SETDESRD_BTN, 00104 netDialog_TRAIN_BTN, 00105 netDialog_RUN_BTN, 00106 netDialog_SHOWDIAG_BTN, 00107 netDialog_QUIT_BTN, 00108 netDialog_BIAS_TXT, 00109 netDialog_SQUASHVAL_TXT 00110 }; |