Stimfit  0.13.15
Public Member Functions

Derived from wxGrid. Allows to copy cells to the clipboard. More...

#include <copygrid.h>

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

List of all members.

Public Member Functions

 wxStfGrid (wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxWANTS_CHARS, const wxString &name=wxGridNameStr)
 Constructor.
wxString GetSelection () const
 Get the selection.
wxMenu * get_labelMenu ()
void ViewResults ()
 Updates the context menu.

Detailed Description

Derived from wxGrid. Allows to copy cells to the clipboard.

Definition at line 29 of file copygrid.h.


Constructor & Destructor Documentation

wxStfGrid::wxStfGrid ( wxWindow parent,
wxWindowID  id,
const wxPoint pos = wxDefaultPosition,
const wxSize size = wxDefaultSize,
long  style = wxWANTS_CHARS,
const wxString name = wxGridNameStr 
)

Constructor.

Parameters:
parentPointer to the parent window.
idWindow id.
posInitial window position.
sizeInitial window size.
styleGrid style.
nameName of this grid.

Member Function Documentation

wxMenu* wxStfGrid::get_labelMenu ( ) [inline]
Returns:
A pointer to the context menu.

Definition at line 57 of file copygrid.h.

wxString wxStfGrid::GetSelection ( ) const [inline]

Get the selection.

Returns:
The selected cells as a string.

Definition at line 52 of file copygrid.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines