A room-level annotation entry. More...
#include <annotation_overlay_panel.h>
Public Attributes | |
| int | room_id = 0 |
| std::string | text |
| AnnotationPriority | priority = AnnotationPriority::kNote |
| std::string | category |
| std::string | created_at |
A room-level annotation entry.
Definition at line 32 of file annotation_overlay_panel.h.
| int yaze::editor::AnnotationEntry::room_id = 0 |
Definition at line 33 of file annotation_overlay_panel.h.
Referenced by yaze::editor::AnnotationOverlayPanel::Draw(), and yaze::editor::AnnotationOverlayPanel::LoadAnnotations().
| std::string yaze::editor::AnnotationEntry::text |
Definition at line 34 of file annotation_overlay_panel.h.
Referenced by yaze::editor::AnnotationOverlayPanel::Draw(), and yaze::editor::AnnotationOverlayPanel::LoadAnnotations().
| AnnotationPriority yaze::editor::AnnotationEntry::priority = AnnotationPriority::kNote |
Definition at line 35 of file annotation_overlay_panel.h.
Referenced by yaze::editor::AnnotationOverlayPanel::Draw(), and yaze::editor::AnnotationOverlayPanel::LoadAnnotations().
| std::string yaze::editor::AnnotationEntry::category |
Definition at line 36 of file annotation_overlay_panel.h.
Referenced by yaze::editor::AnnotationOverlayPanel::Draw(), and yaze::editor::AnnotationOverlayPanel::LoadAnnotations().
| std::string yaze::editor::AnnotationEntry::created_at |
Definition at line 37 of file annotation_overlay_panel.h.
Referenced by yaze::editor::AnnotationOverlayPanel::LoadAnnotations().