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

#include <NotesManager.h>

Collaboration diagram for Note:

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
 

Detailed Description

Definition at line 15 of file NotesManager.h.

Member Data Documentation

◆ author

std::string Note::author

Definition at line 24 of file NotesManager.h.

◆ creation_ts

std::chrono::system_clock::time_point Note::creation_ts {}

Definition at line 25 of file NotesManager.h.

25{};

◆ dirty

bool Note::dirty = false

Definition at line 33 of file NotesManager.h.

◆ file_path

std::filesystem::path Note::file_path

Definition at line 20 of file NotesManager.h.

◆ inbox

bool Note::inbox = false

Definition at line 36 of file NotesManager.h.

◆ last_update_ts

std::chrono::system_clock::time_point Note::last_update_ts {}

Definition at line 26 of file NotesManager.h.

26{};

◆ markdown_text

std::string Note::markdown_text

Definition at line 29 of file NotesManager.h.

◆ open_editor

bool Note::open_editor = true

Definition at line 39 of file NotesManager.h.

◆ saved_locally

bool Note::saved_locally = false

Definition at line 32 of file NotesManager.h.

◆ shared

bool Note::shared = false

Definition at line 34 of file NotesManager.h.

◆ shared_from

std::optional<std::string> Note::shared_from

Definition at line 35 of file NotesManager.h.

◆ table_name

std::optional<std::string> Note::table_name

Definition at line 19 of file NotesManager.h.

◆ title

std::string Note::title

Definition at line 23 of file NotesManager.h.

◆ uuid

std::string Note::uuid

Definition at line 18 of file NotesManager.h.


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