4#ifndef _SCENEPIC_DROP_DOWN_MENU_H_
5#define _SCENEPIC_DROP_DOWN_MENU_H_
23 const std::string&
title()
const;
29 const std::vector<std::string>&
items()
const;
32 std::vector<std::string>&
items();
65 std::string m_drop_down_menu_id;
67 std::vector<std::string> m_items;
68 std::set<int> m_disabled_indices;
Representation of a JSON value according to the specification at https://www.json....
Definition: json_value.h:30
Top level container representing an entire ScenePic.
Definition: scene.h:58
Definition: audio_track.h:14