00001
00018 #ifndef INC_MI32_LIDARUIDLGS_H
00019 #define INC_MI32_LIDARUIDLGS_H
00020
00021 #ifndef INC_MI32_STDDEFNS_H
00022 #include <mi32/stddefns.h>
00023 #endif
00024
00025 #ifndef GENERATING_DOXYGEN_OUTPUT
00026
00027 class FILEPATH;
00028 class MISTRING;
00029 namespace LIDAR {
00030 class CLASSDESCSET;
00031 }
00032 #endif
00033
00034 namespace LIDAR {
00035 namespace UI {
00036
00038 void DlgEditClasses (
00039 MDLGPARENT dlgparent,
00040 FILEPATH& filepath
00041 );
00042
00044 ERRVALUE DlgEditClasses (
00045 MDLGPARENT dlgparent,
00046 CLASSDESCSET& ClassDescSet
00047 );
00048
00049 }
00050 }
00051
00052 #endif // INC_MI32_LIDARUIDLGS_H