|
KiCad PCB EDA Suite
|
#include <wx/treectrl.h>#include <wx/srchctrl.h>#include <wx/bmpbuttn.h>#include <wx/splitter.h>#include <variant>#include <optional>#include <unordered_map>#include <dialog_shim.h>#include <dialogs/rule_editor_data_base.h>Go to the source code of this file.
Classes | |
| struct | RULE_TREE_NODE |
| Structure representing a node in a rule tree, collection of this used for building the rule tree. More... | |
| class | RULE_TREE_ITEM_DATA |
| A class representing additional data associated with a wxTree item. More... | |
| class | RULE_EDITOR_DIALOG_BASE |
Enumerations | |
| enum | RULE_EDITOR_TREE_CONTEXT_OPT { ADD_RULE = 0 , DUPLICATE_RULE , DELETE_RULE , MOVE_UP , MOVE_DOWN } |
| Enumeration representing the available context menu options for the rule editor tree. More... | |
Enumeration representing the available context menu options for the rule editor tree.
| Enumerator | |
|---|---|
| ADD_RULE | |
| DUPLICATE_RULE | |
| DELETE_RULE | |
| MOVE_UP | |
| MOVE_DOWN | |
Definition at line 41 of file rule_editor_dialog_base.h.