Home
last modified time | relevance | path

Searched refs:DnDFile (Results 1 – 13 of 13) sorted by relevance

/dports/editors/wxhexeditor/wxHexEditor/src/
H A DHexEditorFrame.h64 class DnDFile; variable
111 friend class DnDFile; variable
121 class DnDFile : public wxFileDropTarget{
123 DnDFile( HexEditorFrame* myHexFramework) { in DnDFile() function
H A DHexEditorFrame.cpp400 MyNotebook->SetDropTarget( new DnDFile( this ) ); in PrepareAUI()
401 MyInfoPanel->SetDropTarget( new DnDFile( this ) ); in PrepareAUI()
402 MyTagPanel->SetDropTarget( new DnDFile( this ) ); in PrepareAUI()
403 MySearchPanel->SetDropTarget( new DnDFile( this ) ); in PrepareAUI()
404 MyComparePanel->SetDropTarget( new DnDFile( this ) ); in PrepareAUI()
405 MyInterpreter->SetDropTarget( new DnDFile( this ) ); in PrepareAUI()
406 MyDisassemblerPanel->SetDropTarget( new DnDFile( this ) ); in PrepareAUI()
407 Toolbar->SetDropTarget( new DnDFile( this ) ); in PrepareAUI()
1202 bool DnDFile::OnDropFiles(wxCoord x, wxCoord y, const wxArrayString& filenames){ in OnDropFiles()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/dnd/
H A Ddnd.cpp56 class DnDFile : public wxFileDropTarget class
59 DnDFile(wxListBox *pOwner = NULL) { m_pOwner = pOwner; } in DnDFile() function in DnDFile
1017 m_ctrlFile->SetDropTarget(new DnDFile(m_ctrlFile)); in DnDFrame()
1581 bool DnDFile::OnDropFiles(wxCoord, wxCoord, const wxArrayString& filenames) in OnDropFiles()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/samples/dnd/
H A Ddnd.cpp57 class DnDFile : public wxFileDropTarget class
60 DnDFile(wxListBox *pOwner) { m_pOwner = pOwner; } in DnDFile() function in DnDFile
1004 m_ctrlFile->SetDropTarget(new DnDFile(m_ctrlFile)); in DnDFrame()
1505 bool DnDFile::OnDropFiles(wxCoord, wxCoord, const wxArrayString& filenames) in OnDropFiles()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/samples/dnd/
H A Ddnd.cpp57 class DnDFile : public wxFileDropTarget class
60 DnDFile(wxListBox *pOwner) { m_pOwner = pOwner; } in DnDFile() function in DnDFile
1004 m_ctrlFile->SetDropTarget(new DnDFile(m_ctrlFile)); in DnDFrame()
1505 bool DnDFile::OnDropFiles(wxCoord, wxCoord, const wxArrayString& filenames) in OnDropFiles()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/samples/dnd/
H A Ddnd.cpp57 class DnDFile : public wxFileDropTarget class
60 DnDFile(wxListBox *pOwner) { m_pOwner = pOwner; } in DnDFile() function in DnDFile
1004 m_ctrlFile->SetDropTarget(new DnDFile(m_ctrlFile)); in DnDFrame()
1505 bool DnDFile::OnDropFiles(wxCoord, wxCoord, const wxArrayString& filenames) in OnDropFiles()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/dnd/
H A Ddnd.cpp53 class DnDFile : public wxFileDropTarget class
56 DnDFile(wxListBox *pOwner = NULL) { m_pOwner = pOwner; } in DnDFile() function in DnDFile
1017 m_ctrlFile->SetDropTarget(new DnDFile(m_ctrlFile)); in DnDFrame()
1573 bool DnDFile::OnDropFiles(wxCoord, wxCoord, const wxArrayString& filenames) in OnDropFiles()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/samples/dnd/
H A Ddnd.cpp57 class DnDFile : public wxFileDropTarget class
60 DnDFile(wxListBox *pOwner) { m_pOwner = pOwner; } in DnDFile() function in DnDFile
1004 m_ctrlFile->SetDropTarget(new DnDFile(m_ctrlFile)); in DnDFrame()
1505 bool DnDFile::OnDropFiles(wxCoord, wxCoord, const wxArrayString& filenames) in OnDropFiles()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/dnd/
H A Ddnd.cpp56 class DnDFile : public wxFileDropTarget class
59 DnDFile(wxListBox *pOwner = NULL) { m_pOwner = pOwner; } in DnDFile() function in DnDFile
1017 m_ctrlFile->SetDropTarget(new DnDFile(m_ctrlFile)); in DnDFrame()
1581 bool DnDFile::OnDropFiles(wxCoord, wxCoord, const wxArrayString& filenames) in OnDropFiles()
/dports/graphics/zphoto/zphoto-1.2/
H A Dwxzphoto.cpp304 class DnDFile : public wxFileDropTarget class
307 DnDFile(wxZphotoListBox *pOwner) { m_pOwner = pOwner; } in DnDFile() function in DnDFile
314 bool DnDFile::OnDropFiles(wxCoord, wxCoord, const wxArrayString& filenames) in OnDropFiles()
483 SetDropTarget(new DnDFile(inputFilesListBox)); in wxZphotoFrame()
/dports/games/golly/golly-3.3-src/gui-wx/
H A Dwxmain.cpp2021 class DnDFile : public wxFileDropTarget class
2024 DnDFile() {} in DnDFile() function in DnDFile
2028 bool DnDFile::OnDropFiles(wxCoord, wxCoord, const wxArrayString& filenames) in OnDropFiles()
2052 return new DnDFile(); in NewDropTarget()
2650 viewptr->SetDropTarget(new DnDFile()); in MainFrame()
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/frm/
H A DfrmQuery.cpp178 class DnDFile : public wxFileDropTarget class
181 DnDFile(frmQuery *fquery) in DnDFile() function in DnDFile
501 sqlQuery->SetDropTarget(new DnDFile(this)); in frmQuery()
/dports/editors/madedit/madedit-0.2.9/src/
H A DMadEditFrame.cpp462 class DnDFile : public wxFileDropTarget class
1680 SetDropTarget(new DnDFile()); in MadEditFrame()
1732 m_Notebook->SetDropTarget(new DnDFile()); in CreateGUIControls()