#include <wx/wx.h>
#include <wx/frame.h>
#include "marTypes.h"
#include "wxMaracas3DBrowser.h"
#include "wxMaracasQuantification.h"
#include <kernel/marSimpleDicom.h>
Go to the source code of this file.
Classes | |
class | wxMaracasFrame |
Principal Frame of the application MARACAS: MAgnetic Resonance Angiography Computer ASsisted analysis. More... | |
Enumerations | |
enum | { ID_TOOLBAR = 200, ID_TOOLBAR_DATA_BROWSER, ID_TOOLBAR_PARAMETERS, ID_TOOLBAR_IMAGE_BROWSER, ID_TOOLBAR_3D_BROWSER, ID_TOOLBAR_PLANS, ID_TOOLBAR_QUANT, ID_TOOLBAR_ROTATE, ID_TOOLBAR_BRIGHT, ID_TOOLBAR_PAN, ID_TOOLBAR_ZOOM, ID_TOOLBAR_CLEAR, ID_TOOLBAR_INTENSITY, ID_TOOLBAR_HELP } |
Variables | |
static const long | TOOLBAR_STYLE = wxNO_BORDER | wxTB_FLAT | wxTB_DOCKABLE | wxTB_HORIZONTAL |
anonymous enum |
Definition at line 87 of file wxMaracasFrame.h.
00088 { 00090 ID_TOOLBAR = 200, 00091 ID_TOOLBAR_DATA_BROWSER, 00092 ID_TOOLBAR_PARAMETERS, 00093 ID_TOOLBAR_IMAGE_BROWSER, 00094 ID_TOOLBAR_3D_BROWSER, 00095 ID_TOOLBAR_PLANS, 00096 ID_TOOLBAR_QUANT, 00097 ID_TOOLBAR_ROTATE, 00098 ID_TOOLBAR_BRIGHT, 00099 ID_TOOLBAR_PAN, 00100 ID_TOOLBAR_ZOOM, 00101 ID_TOOLBAR_CLEAR, 00102 ID_TOOLBAR_INTENSITY, 00103 ID_TOOLBAR_HELP, 00104 };
const long TOOLBAR_STYLE = wxNO_BORDER | wxTB_FLAT | wxTB_DOCKABLE | wxTB_HORIZONTAL [static] |
Definition at line 85 of file wxMaracasFrame.h.
Referenced by wxMaracasFrame::RecreateToolbar().