Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
|
#include <wxProfileDump.h>
Public Member Functions | |
void | InitToolBar (wxToolBar *toolBar) |
MyFrame (wxWindow *parent, const wxWindowID id, const wxString &title, const wxPoint &pos, const wxSize &size, const long style) | |
void | OnAbout (wxCommandEvent &event) |
void | OnClose (wxCloseEvent &event) |
void | OnOpenProfile (wxCommandEvent &event) |
void | OnQuit (wxCommandEvent &event) |
void | OpenFile (wxString path) |
Definition at line 97 of file wxProfileDump.h.
MyFrame::MyFrame | ( | wxWindow * | parent, |
const wxWindowID | id, | ||
const wxString & | title, | ||
const wxPoint & | pos, | ||
const wxSize & | size, | ||
const long | style ) |
Definition at line 251 of file wxProfileDump.cpp.
References InitToolBar(), MDI_ABOUT, MDI_OPEN_PROFILE, and MDI_QUIT.
void MyFrame::InitToolBar | ( | wxToolBar * | toolBar | ) |
void MyFrame::OnAbout | ( | wxCommandEvent & | event | ) |
Definition at line 297 of file wxProfileDump.cpp.
References ICCPROFLIBVER.
void MyFrame::OnClose | ( | wxCloseEvent & | event | ) |
Definition at line 274 of file wxProfileDump.cpp.
References gs_nFrames.
void MyFrame::OnOpenProfile | ( | wxCommandEvent & | event | ) |
Definition at line 357 of file wxProfileDump.cpp.
References MDI_OPEN_PROFILE, and OpenFile().
void MyFrame::OnQuit | ( | wxCommandEvent & | event | ) |
Definition at line 292 of file wxProfileDump.cpp.
void MyFrame::OpenFile | ( | wxString | path | ) |
Definition at line 305 of file wxProfileDump.cpp.
References MDI_ABOUT, MDI_CHILD_QUIT, MDI_OPEN_PROFILE, MDI_QUIT, my_frame, OpenIccProfile(), and MyChild::SetFileMenu().
Referenced by MyDnDFile::OnDropFiles(), MyApp::OnInit(), and OnOpenProfile().