|
RunicVTT Open Source Virtual Tabletop for TTRPG using P2P
|
#include <NotesManager.h>
Public Attributes | |
| std::string | uuid |
| std::optional< std::string > | table_name |
| std::filesystem::path | file_path |
| std::string | title |
| std::string | author |
| std::chrono::system_clock::time_point | creation_ts {} |
| std::chrono::system_clock::time_point | last_update_ts {} |
| std::string | markdown_text |
| bool | saved_locally = false |
| bool | dirty = false |
| bool | shared = false |
| std::optional< std::string > | shared_from |
| bool | inbox = false |
| bool | open_editor = true |
Definition at line 15 of file NotesManager.h.
| std::string Note::author |
Definition at line 24 of file NotesManager.h.
| std::chrono::system_clock::time_point Note::creation_ts {} |
Definition at line 25 of file NotesManager.h.
| bool Note::dirty = false |
Definition at line 33 of file NotesManager.h.
| std::filesystem::path Note::file_path |
Definition at line 20 of file NotesManager.h.
| bool Note::inbox = false |
Definition at line 36 of file NotesManager.h.
| std::chrono::system_clock::time_point Note::last_update_ts {} |
Definition at line 26 of file NotesManager.h.
| std::string Note::markdown_text |
Definition at line 29 of file NotesManager.h.
| bool Note::open_editor = true |
Definition at line 39 of file NotesManager.h.
| bool Note::saved_locally = false |
Definition at line 32 of file NotesManager.h.
| bool Note::shared = false |
Definition at line 34 of file NotesManager.h.
| std::optional<std::string> Note::shared_from |
Definition at line 35 of file NotesManager.h.
| std::optional<std::string> Note::table_name |
Definition at line 19 of file NotesManager.h.
| std::string Note::title |
Definition at line 23 of file NotesManager.h.
| std::string Note::uuid |
Definition at line 18 of file NotesManager.h.