#include <cstddef>#include <functional>#include <string>#include <utility>#include "absl/status/status.h"#include "absl/strings/str_format.h"#include "app/editor/core/undo_action.h"#include "app/editor/message/message_data.h"
Go to the source code of this file.
Classes | |
| struct | yaze::editor::MessageSnapshot |
| class | yaze::editor::MessageEditAction |
| Undoable action for message text edits. More... | |
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |