RunicVTT Open Source Virtual Tabletop for TTRPG using P2P
Loading...
Searching...
No Matches
NoteComponent Struct Reference

#include <Components.h>

Collaboration diagram for NoteComponent:

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
 

Detailed Description

Definition at line 108 of file Components.h.

Member Data Documentation

◆ author

std::string NoteComponent::author

Definition at line 113 of file Components.h.

◆ creation_date

std::string NoteComponent::creation_date

Definition at line 114 of file Components.h.

◆ has_conflict

bool NoteComponent::has_conflict = false

Definition at line 121 of file Components.h.

◆ last_update

std::string NoteComponent::last_update

Definition at line 115 of file Components.h.

◆ markdown_text

std::string NoteComponent::markdown_text

Definition at line 112 of file Components.h.

◆ open_editor

bool NoteComponent::open_editor = false

Definition at line 117 of file Components.h.

◆ saved_locally

bool NoteComponent::saved_locally = false

Definition at line 120 of file Components.h.

◆ selected

bool NoteComponent::selected = false

Definition at line 118 of file Components.h.

◆ shared

bool NoteComponent::shared = false

Definition at line 119 of file Components.h.

◆ shared_from

std::string NoteComponent::shared_from

Definition at line 122 of file Components.h.

◆ title

std::string NoteComponent::title

Definition at line 111 of file Components.h.

◆ uuid

std::string NoteComponent::uuid

Definition at line 110 of file Components.h.


The documentation for this struct was generated from the following file: