|
RunicVTT Open Source Virtual Tabletop for TTRPG using P2P
|
#include <Components.h>
Public Attributes | |
| std::string | uuid |
| std::string | title |
| std::string | markdown_text |
| std::string | author |
| std::string | creation_date |
| std::string | last_update |
| bool | open_editor = false |
| bool | selected = false |
| bool | shared = false |
| bool | saved_locally = false |
| bool | has_conflict = false |
| std::string | shared_from |
Definition at line 108 of file Components.h.
| std::string NoteComponent::author |
Definition at line 113 of file Components.h.
| std::string NoteComponent::creation_date |
Definition at line 114 of file Components.h.
| bool NoteComponent::has_conflict = false |
Definition at line 121 of file Components.h.
| std::string NoteComponent::last_update |
Definition at line 115 of file Components.h.
| std::string NoteComponent::markdown_text |
Definition at line 112 of file Components.h.
| bool NoteComponent::open_editor = false |
Definition at line 117 of file Components.h.
| bool NoteComponent::saved_locally = false |
Definition at line 120 of file Components.h.
| bool NoteComponent::selected = false |
Definition at line 118 of file Components.h.
| bool NoteComponent::shared = false |
Definition at line 119 of file Components.h.
| std::string NoteComponent::shared_from |
Definition at line 122 of file Components.h.
| std::string NoteComponent::title |
Definition at line 111 of file Components.h.
| std::string NoteComponent::uuid |
Definition at line 110 of file Components.h.