Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
Loading...
Searching...
No Matches
MyDnDFile Class Reference

#include <wxProfileDump.h>

+ Inheritance diagram for MyDnDFile:
+ Collaboration diagram for MyDnDFile:

Public Member Functions

 MyDnDFile (MyFrame *owner)
 
virtual bool OnDropFiles (wxCoord x, wxCoord y, const wxArrayString &filenames)
 

Private Attributes

MyFramem_owner
 

Detailed Description

Definition at line 115 of file wxProfileDump.h.

Constructor & Destructor Documentation

◆ MyDnDFile()

MyDnDFile::MyDnDFile ( MyFrame * owner)
inline

Definition at line 118 of file wxProfileDump.h.

118{ m_owner = owner; }
MyFrame * m_owner

References m_owner.

Member Function Documentation

◆ OnDropFiles()

virtual bool MyDnDFile::OnDropFiles ( wxCoord x,
wxCoord y,
const wxArrayString & filenames )
inlinevirtual

Definition at line 120 of file wxProfileDump.h.

122 {
123 size_t nFiles = filenames.GetCount();
124 wxString str;
125 for (size_t n=0; n<nFiles; n++) {
126 m_owner->OpenFile(filenames[n]);
127 }
128 return true;
129 }
void OpenFile(wxString path)

References m_owner, and MyFrame::OpenFile().

+ Here is the call graph for this function:

Member Data Documentation

◆ m_owner

MyFrame* MyDnDFile::m_owner
private

Definition at line 131 of file wxProfileDump.h.

Referenced by MyDnDFile(), and OnDropFiles().


The documentation for this class was generated from the following file: