|
Stimfit
0.13.15
|
Derived from wxGrid. Allows to copy cells to the clipboard. More...
#include <copygrid.h>


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. | |
Derived from wxGrid. Allows to copy cells to the clipboard.
Definition at line 29 of file copygrid.h.
| wxStfGrid::wxStfGrid | ( | wxWindow * | parent, |
| wxWindowID | id, | ||
| const wxPoint & | pos = wxDefaultPosition, |
||
| const wxSize & | size = wxDefaultSize, |
||
| long | style = wxWANTS_CHARS, |
||
| const wxString & | name = wxGridNameStr |
||
| ) |
Constructor.
| parent | Pointer to the parent window. |
| id | Window id. |
| pos | Initial window position. |
| size | Initial window size. |
| style | Grid style. |
| name | Name of this grid. |
| wxMenu* wxStfGrid::get_labelMenu | ( | ) | [inline] |
Definition at line 57 of file copygrid.h.
| wxString wxStfGrid::GetSelection | ( | ) | const [inline] |
Get the selection.
Definition at line 52 of file copygrid.h.
1.7.6.1