Code::Blocks
SVN r11506
|
#include <filemanager.h>
Public Member Functions | |
EditorReuser (const wxString &name, const wxString &s) | |
Gets a UTF8 representation of the editor's content. More... | |
void | operator() () override |
Public Member Functions inherited from LoaderBase | |
LoaderBase () | |
~LoaderBase () override | |
wxString | FileName () const |
bool | Sync () |
char * | GetData () |
size_t | GetLength () |
Public Member Functions inherited from AbstractJob | |
AbstractJob () | |
virtual | ~AbstractJob () |
Additional Inherited Members | |
Protected Member Functions inherited from LoaderBase | |
void | Ready () |
Protected Attributes inherited from LoaderBase | |
wxString | fileName |
char * | data |
size_t | len |
Definition at line 93 of file filemanager.h.
Gets a UTF8 representation of the editor's content.
name | the file name opened by the editor |
s | the editor's content |
Definition at line 100 of file filemanager.h.
References wxString::mb_str().
|
inlineoverridevirtual |
Reimplemented from LoaderBase.
Definition at line 108 of file filemanager.h.