Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
Loading...
Searching...
No Matches
wxProfileDump.h File Reference

File: wxProfileDump.h. More...

#include <wx/toolbar.h>
#include <wx/listctrl.h>
#include <wx/docview.h>
#include <wx/dnd.h>
+ Include dependency graph for wxProfileDump.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MyApp
 
class  MyCanvas
 
class  MyChild
 
class  MyDialog
 
class  MyDnDFile
 
class  MyFrame
 
class  MyRoundTripDialog
 
class  MyTagDialog
 

Enumerations

enum  { MDI_QUIT = wxID_EXIT , MDI_OPEN_PROFILE = 101 , MDI_CHILD_QUIT , MDI_ABOUT = wxID_ABOUT }
 

Detailed Description

File: wxProfileDump.h.

Contains: Header file for main application that displays profile contents using wxWidgets

Version: V1

Copyright: (c) see ICC Software License

Definition in file wxProfileDump.h.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
MDI_QUIT 
MDI_OPEN_PROFILE 
MDI_CHILD_QUIT 
MDI_ABOUT 

Definition at line 217 of file wxProfileDump.h.

218{
219 MDI_QUIT = wxID_EXIT,
220 MDI_OPEN_PROFILE = 101,
222 MDI_ABOUT = wxID_ABOUT
223};
@ MDI_ABOUT
@ MDI_QUIT
@ MDI_CHILD_QUIT
@ MDI_OPEN_PROFILE