NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
FileTree Class Reference

#include <filetree.hpp>

Inheritance diagram for FileTree:
Collaboration diagram for FileTree:

Public Member Functions

 FileTree (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTR_DEFAULT_STYLE, const wxValidator &validator=wxDefaultValidator, const wxString &name=wxTreeCtrlNameStr)
 
void SetDnDHighlight (const wxTreeItemId &itemToHighLight)
 

Private Member Functions

void OnEnter (wxMouseEvent &event)
 
 DECLARE_EVENT_TABLE ()
 

Private Attributes

wxTreeItemId m_currentHighLight
 

Detailed Description

Definition at line 25 of file filetree.hpp.

Constructor & Destructor Documentation

◆ FileTree()

FileTree::FileTree ( wxWindow *  parent,
wxWindowID  id = wxID_ANY,
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxDefaultSize,
long  style = wxTR_DEFAULT_STYLE,
const wxValidator &  validator = wxDefaultValidator,
const wxString &  name = wxTreeCtrlNameStr 
)
inline

Definition at line 28 of file filetree.hpp.

Member Function Documentation

◆ DECLARE_EVENT_TABLE()

FileTree::DECLARE_EVENT_TABLE ( )
private

◆ OnEnter()

void FileTree::OnEnter ( wxMouseEvent &  event)
private

Definition at line 26 of file filetree.cpp.

References g_findReplace.

◆ SetDnDHighlight()

void FileTree::SetDnDHighlight ( const wxTreeItemId &  itemToHighLight)

Definition at line 37 of file filetree.cpp.

References m_currentHighLight.

Referenced by NumeReDropTarget::OnData(), and NumeReDropTarget::OnDragOver().

Member Data Documentation

◆ m_currentHighLight

wxTreeItemId FileTree::m_currentHighLight
private

Definition at line 34 of file filetree.hpp.

Referenced by SetDnDHighlight().


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