RADLib
RADical C++ application framework
RADUi::DocumentTab Struct Reference

Open document tab. More...

#include <RADAppKit.h>

Public Attributes

std::string id
 Stable tab id. More...
 
std::string title
 Display title. More...
 
std::string fileName
 File path when present. More...
 
bool modified = false
 Whether content has unsaved changes. More...
 
bool closeable = true
 Whether tab can be closed. More...
 

Detailed Description

Open document tab.

Member Data Documentation

◆ closeable

bool RADUi::DocumentTab::closeable = true

Whether tab can be closed.

◆ fileName

std::string RADUi::DocumentTab::fileName

File path when present.

◆ id

std::string RADUi::DocumentTab::id

Stable tab id.

◆ modified

bool RADUi::DocumentTab::modified = false

Whether content has unsaved changes.

◆ title

std::string RADUi::DocumentTab::title

Display title.


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