|
COOPY » Guide
version 0.6.5
|
#include "MergeFrame.h"Go to the source code of this file.
Functions | |
| static wxString | conv_c (const char *s) |
| static wxString | conv (const std::string &s) |
| static std::string | conv (const wxString &s) |
| static void | show (const wxString &view) |
| static void | show (const std::string &view) |
| static wxString conv | ( | const std::string & | s | ) | [static] |
Definition at line 12 of file MergeFrame.cpp.
| static std::string conv | ( | const wxString & | s | ) | [static] |
Definition at line 16 of file MergeFrame.cpp.
| static wxString conv_c | ( | const char * | s | ) | [static] |
Definition at line 8 of file MergeFrame.cpp.
Referenced by MergeFrame::OnInit().
| static void show | ( | const std::string & | view | ) | [static] |
Definition at line 29 of file MergeFrame.cpp.
| static void show | ( | const wxString & | view | ) | [static] |
Definition at line 20 of file MergeFrame.cpp.
1.7.4