#include "HistogramDialog.h"
#include <vector>
#include "OpenImage.xpm"
#include "Save.xpm"
#include "Ok.xpm"
#include "Cancel.xpm"
#include "Delete.xpm"
#include "creaSystem.h"
Go to the source code of this file.
Enumerations | |
enum | { ID_SAVE = 108, ID_LOAD, ID_REFRESH } |
anonymous enum |
Definition at line 18 of file HistogramDialog.cxx.
00018 { 00019 ID_SAVE = 108, 00020 ID_LOAD, 00021 ID_REFRESH 00022 };