Code::Blocks  SVN r11506
Public Member Functions | List of all members
EditorReuser Class Reference

#include <filemanager.h>

Inheritance diagram for EditorReuser:
Collaboration diagram for EditorReuser:

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
 

Detailed Description

Definition at line 93 of file filemanager.h.

Constructor & Destructor Documentation

◆ EditorReuser()

EditorReuser::EditorReuser ( const wxString name,
const wxString s 
)
inline

Gets a UTF8 representation of the editor's content.

Parameters
namethe file name opened by the editor
sthe editor's content

Definition at line 100 of file filemanager.h.

References wxString::mb_str().

Member Function Documentation

◆ operator()()

void EditorReuser::operator() ( )
inlineoverridevirtual

Reimplemented from LoaderBase.

Definition at line 108 of file filemanager.h.


The documentation for this class was generated from the following file: