Data.h
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4
6{
7 const int TREE_WIDGET_ITEM_NAME = 0;
8 const int TREE_WIDGET_ITEM_VALUE = 1;
9 const int TREE_WIDGET_ITEM_TYPE = 2;
10
11 const std::string ITEM_EMPTY_MESSAGE = "(double click to edit)";
12 const std::string NEW_ITEM_DEFAULT_MESSAGE = "(Please set via main GUI (not in modal))";
13} // namespace armarx::aron_tree_widget::constantes
const std::string ITEM_EMPTY_MESSAGE
Definition Data.h:11
const std::string NEW_ITEM_DEFAULT_MESSAGE
Definition Data.h:12