#include "HistogramDialog.h"
#include <vector>
Go to the source code of this file.
Enumerations | |
enum | { ID_SAVE = 108, ID_LOAD, ID_REFRESH } |
anonymous enum |
Definition at line 8 of file HistogramDialog.cxx.
00008 { 00009 ID_SAVE = 108, 00010 ID_LOAD, 00011 ID_REFRESH 00012 };