JeVois
1.22
JeVois Smart Embedded Machine Vision Toolkit
|
|
#include <jevois/GPU/GUIeditor.H>
Helper class to represent a GUIeditor file in a pull-down menu.
Definition at line 37 of file GUIeditor.H.
Public Attributes | |
std::filesystem::path | filename |
Full absolute path to the item. | |
std::string | displayname |
Description of item in pull-down menu. | |
EditorSaveAction | action |
What to do after file is edited and saved. | |
EditorSaveAction jevois::EditorItem::action |
What to do after file is edited and saved.
Definition at line 40 of file GUIeditor.H.
std::string jevois::EditorItem::displayname |
Description of item in pull-down menu.
Definition at line 39 of file GUIeditor.H.
std::filesystem::path jevois::EditorItem::filename |
Full absolute path to the item.
Definition at line 38 of file GUIeditor.H.