Represents an AI-generated proposal. More...
#include <collaboration_panel.h>
Public Attributes | |
std::string | proposal_id |
std::string | sender |
std::string | description |
std::string | proposal_data |
std::string | status |
int64_t | timestamp |
Represents an AI-generated proposal.
Definition at line 58 of file collaboration_panel.h.
std::string yaze::gui::ProposalEntry::proposal_id |
Definition at line 59 of file collaboration_panel.h.
std::string yaze::gui::ProposalEntry::sender |
Definition at line 60 of file collaboration_panel.h.
Referenced by yaze::gui::CollaborationPanel::RenderProposalEntry().
std::string yaze::gui::ProposalEntry::description |
Definition at line 61 of file collaboration_panel.h.
Referenced by yaze::gui::CollaborationPanel::RenderProposalEntry().
std::string yaze::gui::ProposalEntry::proposal_data |
Definition at line 62 of file collaboration_panel.h.
Referenced by yaze::gui::CollaborationPanel::RenderProposalEntry().
std::string yaze::gui::ProposalEntry::status |
Definition at line 63 of file collaboration_panel.h.
Referenced by yaze::gui::CollaborationPanel::RenderProposalEntry().
int64_t yaze::gui::ProposalEntry::timestamp |
Definition at line 64 of file collaboration_panel.h.
Referenced by yaze::gui::CollaborationPanel::RenderProposalEntry().