Colobot
|
CEdit class. More...
#include "ui/controls/control.h"
#include <memory>
Go to the source code of this file.
Classes | |
struct | Ui::EditUndo |
struct | Ui::ImageLine |
struct | Ui::HyperLink |
struct | Ui::HyperMarker |
struct | Ui::HyperHistory |
class | Ui::CEdit |
Enumerations | |
enum | OperUndo { Ui::OPERUNDO_SPEC = 0, Ui::OPERUNDO_INSERT = 1, Ui::OPERUNDO_DELETE = 2 } |
Variables | |
const int | Ui::EDITHISTORYMAX = 50 |
max number of levels preserves More... | |
const int | Ui::EDITUNDOMAX = 20 |
max number of successive undo More... | |
CEdit class.