JeVois  1.20
JeVois Smart Embedded Machine Vision Toolkit
Share this page:
jevois::EditorItem Struct Reference

#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.

Collaboration diagram for jevois::EditorItem:

Public Attributes

std::filesystem::path filename
 Full absolute path to the item. More...
 
std::string displayname
 Description of item in pull-down menu. More...
 
EditorSaveAction action
 What to do after file is edited and saved. More...
 

Member Data Documentation

◆ action

EditorSaveAction jevois::EditorItem::action

What to do after file is edited and saved.

Definition at line 40 of file GUIeditor.H.

◆ displayname

std::string jevois::EditorItem::displayname

Description of item in pull-down menu.

Definition at line 39 of file GUIeditor.H.

◆ filename

std::filesystem::path jevois::EditorItem::filename

Full absolute path to the item.

Definition at line 38 of file GUIeditor.H.


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