
Public Member Functions | |
| this (IntPtr wxobj) | |
| package | this (IntPtr wxobj, bool memOwn) |
| this () | |
| this (string str) | |
| this (wxChar *wxstr, size_t wxlen) | |
| size_t | length () |
| wxChar * | data () |
| wxChar | opIndex (size_t i) |
| void | opIndexAssign (wxChar c, size_t i) |
| string | opCast () |
| ubyte[] | toAnsi () |
| wchar_t[] | toWide () |
| version (D_Version2) | |
Protected Member Functions | |
| override void | dtor () |
| this | ( | IntPtr | wxobj | ) |
Reimplemented from wxObject.
| package this | ( | IntPtr | wxobj, | |
| bool | memOwn | |||
| ) |
Reimplemented from wxObject.
| this | ( | ) |
| this | ( | string | str | ) |
| this | ( | wxChar * | wxstr, | |
| size_t | wxlen | |||
| ) |
| override void dtor | ( | ) | [protected] |
Reimplemented from wxObject.
| size_t length | ( | ) |
| wxChar* data | ( | ) |
| wxChar opIndex | ( | size_t | i | ) |
| void opIndexAssign | ( | wxChar | c, | |
| size_t | i | |||
| ) |
| string opCast | ( | ) |
| ubyte [] toAnsi | ( | ) |
| wchar_t [] toWide | ( | ) |
| version | ( | D_Version2 | ) |
1.5.4