|
KiCad PCB EDA Suite
|
#include <functional>#include <wx/version.h>#include <wx/aui/auibook.h>#include <wx/aui/tabart.h>Go to the source code of this file.
Classes | |
| struct | TAB_VISUAL_STATE |
| Visual decorations derived from document state: preview is italic, modified is bold with a leading asterisk, and modified wins over preview. More... | |
| class | KICAD_TAB_ART |
| A wxAuiTabArt that renders editor tabs with preview/modified decorations. More... | |
Functions | |
| TAB_VISUAL_STATE | ResolveTabVisualState (bool aPreview, bool aModified) |
| Resolve a tab's decorations from its document state flags. | |
| TAB_VISUAL_STATE ResolveTabVisualState | ( | bool | aPreview, |
| bool | aModified ) |
Resolve a tab's decorations from its document state flags.
Definition at line 28 of file kicad_tab_art.cpp.
References TAB_VISUAL_STATE::bold, TAB_VISUAL_STATE::italic, and TAB_VISUAL_STATE::showAsterisk.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), FOOTPRINT_EDIT_FRAME::FOOTPRINT_EDIT_FRAME(), SYMBOL_EDIT_FRAME::SYMBOL_EDIT_FRAME(), and EDITOR_TABS_PANEL::visualStateForIndex().