|
Functions |
| | WX_DEFINE_OBJARRAY (wxArrayFloat) |
| int | cmpint (int *first, int *second) |
| | Compares the values of two int pointers.
|
| int | cmpre (TRestrictionEnzyme *first, TRestrictionEnzyme *second) |
| | Compares the values of two TRestrictionEnzyme pointers.
|
| void | wxStringInsert (wxString &s, int from, wxString t) |
| | Insert wxString "t" into wxString "s" at position "from".
|
| void | explode (wxString sep, wxString s, wxArrayString &r) |
| | Chop wxString "s" into parts "r" separated by "sep".
|
| wxString | implode (wxString sep, wxArrayString &r) |
| | Join wxStrings in "r" while putting "sep"s between them.
|
| wxString | txt (char *item) |
| | Returns the current language version of the "item".
|
| wxString | txt (wxString item) |
| | Returns the current language version of the "item".
|
| MyApp * | myapp () |
| | Returns a pointer to the application.
|
Variables |
| MyApp * | theapp |