#include <wx/wx.h>
#include "nviz3d/nviz3d.h"
Include dependency graph for ngui.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
|
Definition at line 85 of file ngui.h.
00086 { 00087 NguiFrame_About, 00088 NguiFrame_LoadNetwork, 00089 NguiFrame_NewNetwork, 00090 NguiFrame_Quit, 00091 NguiFrame_SaveNetwork, 00092 NguiFrame_OpenLog, 00093 NetDialog_NEWINPUT_BTN, 00094 NetDialog_DELINPUT_BTN, 00095 NetDialog_SETWGHTS_BTN, 00096 NetDialog_SETDESRD_BTN, 00097 NetDialog_TRAIN_BTN, 00098 NetDialog_RUN_BTN, 00099 NetDialog_SHOWDIAG_BTN, 00100 NetDialog_QUIT_BTN, 00101 NetDialog_BIAS_TXT, 00102 NetDialog_SQUASHVAL_TXT 00103 }; |