3Depict
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
CopyGrid Class Reference

#include <wxcomponents.h>

Inheritance diagram for CopyGrid:
Inheritance graph
[legend]
Collaboration diagram for CopyGrid:
Collaboration graph
[legend]

Public Member Functions

 CopyGrid (wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxWANTS_CHARS, const wxString &name=wxPanelNameStr)
 
void currentCell ()
 
void selectData ()
 
void copyData ()
 Copy data to the clipboard. More...
 
void saveData ()
 Prompts user to save data to file, and then saves it. pops up error. More...
 
virtual void OnKey (wxKeyEvent &evt)
 
virtual ~CopyGrid ()
 

Constructor & Destructor Documentation

◆ CopyGrid()

CopyGrid::CopyGrid ( wxWindow *  parent,
wxWindowID  id,
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxDefaultSize,
long  style = wxWANTS_CHARS,
const wxString &  name = wxPanelNameStr 
)

◆ ~CopyGrid()

virtual CopyGrid::~CopyGrid ( )
inlinevirtual

Member Function Documentation

◆ copyData()

void CopyGrid::copyData ( )

Copy data to the clipboard.

References END_EVENT_TABLE(), TextTreeCtrl::OnTreePaint(), and stlStr().

Referenced by OnKey().

Here is the caller graph for this function:

◆ currentCell()

void CopyGrid::currentCell ( )

◆ OnKey()

void CopyGrid::OnKey ( wxKeyEvent &  evt)
virtual

References copyData().

Referenced by choiceStringToCommaDelim().

Here is the caller graph for this function:

◆ saveData()

void CopyGrid::saveData ( )

Prompts user to save data to file, and then saves it. pops up error.

References stlStr(), and TRANS.

◆ selectData()

void CopyGrid::selectData ( )

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