Minsky: 3.17.0
schema3::Note Struct Reference

#include <schema3.h>

Inheritance diagram for schema3::Note:
Inheritance graph
Collaboration diagram for schema3::Note:
Collaboration graph

Public Member Functions

 Note ()
 
 Note (const minsky::NoteBase &x)
 
 Note (const schema2::Note &x)
 

Public Attributes

Optional< std::string > detailedText
 
Optional< std::string > tooltip
 

Detailed Description

Definition at line 57 of file schema3.h.

Constructor & Destructor Documentation

◆ Note() [1/3]

schema3::Note::Note ( )
inline

Definition at line 60 of file schema3.h.

60 {}

◆ Note() [2/3]

schema3::Note::Note ( const minsky::NoteBase x)
inline

Definition at line 61 of file schema3.h.

virtual std::string const & tooltip() const
Definition: noteBase.h:36
Optional< std::string > detailedText
Definition: schema3.h:59
Optional< std::string > tooltip
Definition: schema3.h:59
virtual std::string const & detailedText() const
Definition: noteBase.h:34

◆ Note() [3/3]

schema3::Note::Note ( const schema2::Note x)
inline

Definition at line 62 of file schema3.h.

Optional< std::string > detailedText
Definition: schema2.h:61
Optional< std::string > detailedText
Definition: schema3.h:59
Optional< std::string > tooltip
Definition: schema3.h:59
Optional< std::string > tooltip
Definition: schema2.h:61

Member Data Documentation

◆ detailedText

Optional<std::string> schema3::Note::detailedText

Definition at line 59 of file schema3.h.

Referenced by schema3::populateNote().

◆ tooltip

Optional<std::string> schema3::Note::tooltip

Definition at line 59 of file schema3.h.

Referenced by schema3::populateNote().


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