Geogram  Version 1.9.1-rc
A programming library of geometric algorithms
GEO::TextEditor Class Reference

A minimalistic text editor. More...

#include <geogram_gfx/gui/text_editor.h>

Public Member Functions

 TextEditor (bool *visible)
 
void draw ()
 
std::string text () const
 
void load (const std::string &filename)
 
void save (const std::string &filename)
 
void clear ()
 
void load_data (const char *data)
 
void set_fixed_layout (bool x)
 

Detailed Description

A minimalistic text editor.

It is the text editor used by geocod. Note that Graphite uses a more elaborate text editor, not based on this class.

Definition at line 58 of file text_editor.h.


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