|
RADLib
RADical C++ application framework
|
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... | |
Open document tab.
| bool RADUi::DocumentTab::closeable = true |
Whether tab can be closed.
| std::string RADUi::DocumentTab::fileName |
File path when present.
| std::string RADUi::DocumentTab::id |
Stable tab id.
| bool RADUi::DocumentTab::modified = false |
Whether content has unsaved changes.
| std::string RADUi::DocumentTab::title |
Display title.