Ignition Msgs

API Reference

5.8.1
gui.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/gui.proto
3 
4 #ifndef GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fgui_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fgui_2eproto
6 
7 #include <limits>
8 #include <string>
9 
10 #include <google/protobuf/port_def.inc>
11 #if PROTOBUF_VERSION < 3019000
12 #error This file was generated by a newer version of protoc which is
13 #error incompatible with your Protocol Buffer headers. Please update
14 #error your headers.
15 #endif
16 #if 3019000 < PROTOBUF_MIN_PROTOC_VERSION
17 #error This file was generated by an older version of protoc which is
18 #error incompatible with your Protocol Buffer headers. Please
19 #error regenerate this file with a newer version of protoc.
20 #endif
21 
22 #include <google/protobuf/port_undef.inc>
23 #include <google/protobuf/io/coded_stream.h>
24 #include <google/protobuf/arena.h>
25 #include <google/protobuf/arenastring.h>
26 #include <google/protobuf/generated_message_table_driven.h>
27 #include <google/protobuf/generated_message_util.h>
28 #include <google/protobuf/metadata_lite.h>
29 #include <google/protobuf/generated_message_reflection.h>
30 #include <google/protobuf/message.h>
31 #include <google/protobuf/repeated_field.h> // IWYU pragma: export
32 #include <google/protobuf/extension_set.h> // IWYU pragma: export
33 #include <google/protobuf/unknown_field_set.h>
37 #ifndef _MSC_VER
38 #pragma GCC system_header
39 #else
40 #pragma warning(push)
41 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
42 #endif
43 #ifdef __linux__
44 #include <sys/sysmacros.h>
45 #endif
46 #include <memory>
47 #include <ignition/msgs/Export.hh>
48 // @@protoc_insertion_point(includes)
49 #include <google/protobuf/port_def.inc>
50 #define PROTOBUF_INTERNAL_EXPORT_ignition_2fmsgs_2fgui_2eproto IGNITION_MSGS_VISIBLE
51 PROTOBUF_NAMESPACE_OPEN
52 namespace internal {
53 class AnyMetadata;
54 } // namespace internal
55 PROTOBUF_NAMESPACE_CLOSE
56 
57 // Internal implementation detail -- do not use these members.
58 struct IGNITION_MSGS_VISIBLE TableStruct_ignition_2fmsgs_2fgui_2eproto {
59  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
60  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
61  static const ::PROTOBUF_NAMESPACE_ID::internal::AuxiliaryParseTableField aux[]
62  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
63  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1]
64  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
65  static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
66  static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
67  static const uint32_t offsets[];
68 };
69 IGNITION_MSGS_VISIBLE extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fgui_2eproto;
70 namespace ignition {
71 namespace msgs {
72 class GUI;
73 struct GUIDefaultTypeInternal;
74 IGNITION_MSGS_VISIBLE extern GUIDefaultTypeInternal _GUI_default_instance_;
75 } // namespace msgs
76 } // namespace ignition
77 PROTOBUF_NAMESPACE_OPEN
78 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::GUI* Arena::CreateMaybeMessage<::ignition::msgs::GUI>(Arena*);
79 PROTOBUF_NAMESPACE_CLOSE
80 namespace ignition {
81 namespace msgs {
82 
83 // ===================================================================
84 
85 class IGNITION_MSGS_VISIBLE GUI final :
86  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.GUI) */ {
87  public:
88  inline GUI() : GUI(nullptr) {}
89  ~GUI() override;
90  explicit constexpr GUI(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
91 
92  GUI(const GUI& from);
93  GUI(GUI&& from) noexcept
94  : GUI() {
95  *this = ::std::move(from);
96  }
97 
98  inline GUI& operator=(const GUI& from) {
99  CopyFrom(from);
100  return *this;
101  }
102  inline GUI& operator=(GUI&& from) noexcept {
103  if (this == &from) return *this;
104  if (GetOwningArena() == from.GetOwningArena()
105  #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
106  && GetOwningArena() != nullptr
107  #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
108  ) {
109  InternalSwap(&from);
110  } else {
111  CopyFrom(from);
112  }
113  return *this;
114  }
115 
116  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
117  return GetDescriptor();
118  }
119  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
120  return default_instance().GetMetadata().descriptor;
121  }
122  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
123  return default_instance().GetMetadata().reflection;
124  }
125  static const GUI& default_instance() {
126  return *internal_default_instance();
127  }
128  static inline const GUI* internal_default_instance() {
129  return reinterpret_cast<const GUI*>(
131  }
132  static constexpr int kIndexInFileMessages =
133  0;
134 
135  friend void swap(GUI& a, GUI& b) {
136  a.Swap(&b);
137  }
138  inline void Swap(GUI* other) {
139  if (other == this) return;
140  #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
141  if (GetOwningArena() != nullptr &&
142  GetOwningArena() == other->GetOwningArena()) {
143  #else // PROTOBUF_FORCE_COPY_IN_SWAP
144  if (GetOwningArena() == other->GetOwningArena()) {
145  #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
146  InternalSwap(other);
147  } else {
148  ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
149  }
150  }
151  void UnsafeArenaSwap(GUI* other) {
152  if (other == this) return;
153  GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
154  InternalSwap(other);
155  }
156 
157  // implements Message ----------------------------------------------
158 
159  GUI* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
160  return CreateMaybeMessage<GUI>(arena);
161  }
162  using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
163  void CopyFrom(const GUI& from);
164  using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
165  void MergeFrom(const GUI& from);
166  private:
167  static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from);
168  public:
169  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
170  bool IsInitialized() const final;
171 
172  size_t ByteSizeLong() const final;
173  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
174  uint8_t* _InternalSerialize(
175  uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
176  int GetCachedSize() const final { return _cached_size_.Get(); }
177 
178  private:
179  void SharedCtor();
180  void SharedDtor();
181  void SetCachedSize(int size) const final;
182  void InternalSwap(GUI* other);
183 
184  private:
185  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
186  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
187  return "ignition.msgs.GUI";
188  }
189  protected:
190  explicit GUI(::PROTOBUF_NAMESPACE_ID::Arena* arena,
191  bool is_message_owned = false);
192  private:
193  static void ArenaDtor(void* object);
194  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
195  public:
196 
197  static const ClassData _class_data_;
198  const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
199 
200  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
201 
202  // nested types ----------------------------------------------------
203 
204  // accessors -------------------------------------------------------
205 
206  enum : int {
207  kPluginFieldNumber = 4,
208  kHeaderFieldNumber = 1,
209  kCameraFieldNumber = 3,
210  kFullscreenFieldNumber = 2,
211  };
212  // repeated .ignition.msgs.Plugin plugin = 4;
213  int plugin_size() const;
214  private:
215  int _internal_plugin_size() const;
216  public:
217  void clear_plugin();
218  ::ignition::msgs::Plugin* mutable_plugin(int index);
219  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Plugin >*
220  mutable_plugin();
221  private:
222  const ::ignition::msgs::Plugin& _internal_plugin(int index) const;
223  ::ignition::msgs::Plugin* _internal_add_plugin();
224  public:
225  const ::ignition::msgs::Plugin& plugin(int index) const;
226  ::ignition::msgs::Plugin* add_plugin();
227  const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Plugin >&
228  plugin() const;
229 
230  // .ignition.msgs.Header header = 1;
231  bool has_header() const;
232  private:
233  bool _internal_has_header() const;
234  public:
235  void clear_header();
236  const ::ignition::msgs::Header& header() const;
237  PROTOBUF_NODISCARD ::ignition::msgs::Header* release_header();
238  ::ignition::msgs::Header* mutable_header();
239  void set_allocated_header(::ignition::msgs::Header* header);
240  private:
241  const ::ignition::msgs::Header& _internal_header() const;
242  ::ignition::msgs::Header* _internal_mutable_header();
243  public:
244  void unsafe_arena_set_allocated_header(
245  ::ignition::msgs::Header* header);
246  ::ignition::msgs::Header* unsafe_arena_release_header();
247 
248  // .ignition.msgs.GUICamera camera = 3;
249  bool has_camera() const;
250  private:
251  bool _internal_has_camera() const;
252  public:
253  void clear_camera();
254  const ::ignition::msgs::GUICamera& camera() const;
255  PROTOBUF_NODISCARD ::ignition::msgs::GUICamera* release_camera();
256  ::ignition::msgs::GUICamera* mutable_camera();
257  void set_allocated_camera(::ignition::msgs::GUICamera* camera);
258  private:
259  const ::ignition::msgs::GUICamera& _internal_camera() const;
260  ::ignition::msgs::GUICamera* _internal_mutable_camera();
261  public:
262  void unsafe_arena_set_allocated_camera(
263  ::ignition::msgs::GUICamera* camera);
264  ::ignition::msgs::GUICamera* unsafe_arena_release_camera();
265 
266  // bool fullscreen = 2;
267  void clear_fullscreen();
268  bool fullscreen() const;
269  void set_fullscreen(bool value);
270  private:
271  bool _internal_fullscreen() const;
272  void _internal_set_fullscreen(bool value);
273  public:
274 
275  // @@protoc_insertion_point(class_scope:ignition.msgs.GUI)
276  private:
277  class _Internal;
278 
279  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
280  typedef void InternalArenaConstructable_;
281  typedef void DestructorSkippable_;
282  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Plugin > plugin_;
283  ::ignition::msgs::Header* header_;
285  bool fullscreen_;
286  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
287  friend struct ::TableStruct_ignition_2fmsgs_2fgui_2eproto;
288 };
289 // ===================================================================
290 
291 
292 // ===================================================================
293 
294 #ifdef __GNUC__
295  #pragma GCC diagnostic push
296  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
297 #endif // __GNUC__
298 // GUI
299 
300 // .ignition.msgs.Header header = 1;
301 inline bool GUI::_internal_has_header() const {
302  return this != internal_default_instance() && header_ != nullptr;
303 }
304 inline bool GUI::has_header() const {
305  return _internal_has_header();
306 }
307 inline const ::ignition::msgs::Header& GUI::_internal_header() const {
308  const ::ignition::msgs::Header* p = header_;
309  return p != nullptr ? *p : reinterpret_cast<const ::ignition::msgs::Header&>(
311 }
312 inline const ::ignition::msgs::Header& GUI::header() const {
313  // @@protoc_insertion_point(field_get:ignition.msgs.GUI.header)
314  return _internal_header();
315 }
317  ::ignition::msgs::Header* header) {
318  if (GetArenaForAllocation() == nullptr) {
319  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
320  }
321  header_ = header;
322  if (header) {
323 
324  } else {
325 
326  }
327  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.GUI.header)
328 }
329 inline ::ignition::msgs::Header* GUI::release_header() {
330 
331  ::ignition::msgs::Header* temp = header_;
332  header_ = nullptr;
333 #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE
334  auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp);
335  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
336  if (GetArenaForAllocation() == nullptr) { delete old; }
337 #else // PROTOBUF_FORCE_COPY_IN_RELEASE
338  if (GetArenaForAllocation() != nullptr) {
339  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
340  }
341 #endif // !PROTOBUF_FORCE_COPY_IN_RELEASE
342  return temp;
343 }
344 inline ::ignition::msgs::Header* GUI::unsafe_arena_release_header() {
345  // @@protoc_insertion_point(field_release:ignition.msgs.GUI.header)
346 
347  ::ignition::msgs::Header* temp = header_;
348  header_ = nullptr;
349  return temp;
350 }
351 inline ::ignition::msgs::Header* GUI::_internal_mutable_header() {
352 
353  if (header_ == nullptr) {
354  auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArenaForAllocation());
355  header_ = p;
356  }
357  return header_;
358 }
359 inline ::ignition::msgs::Header* GUI::mutable_header() {
360  ::ignition::msgs::Header* _msg = _internal_mutable_header();
361  // @@protoc_insertion_point(field_mutable:ignition.msgs.GUI.header)
362  return _msg;
363 }
365  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation();
366  if (message_arena == nullptr) {
367  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
368  }
369  if (header) {
370  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
371  ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper<
372  ::PROTOBUF_NAMESPACE_ID::MessageLite>::GetOwningArena(
373  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header));
374  if (message_arena != submessage_arena) {
375  header = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
376  message_arena, header, submessage_arena);
377  }
378 
379  } else {
380 
381  }
382  header_ = header;
383  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.GUI.header)
384 }
385 
386 // bool fullscreen = 2;
387 inline void GUI::clear_fullscreen() {
388  fullscreen_ = false;
389 }
390 inline bool GUI::_internal_fullscreen() const {
391  return fullscreen_;
392 }
393 inline bool GUI::fullscreen() const {
394  // @@protoc_insertion_point(field_get:ignition.msgs.GUI.fullscreen)
395  return _internal_fullscreen();
396 }
397 inline void GUI::_internal_set_fullscreen(bool value) {
398 
399  fullscreen_ = value;
400 }
401 inline void GUI::set_fullscreen(bool value) {
402  _internal_set_fullscreen(value);
403  // @@protoc_insertion_point(field_set:ignition.msgs.GUI.fullscreen)
404 }
405 
406 // .ignition.msgs.GUICamera camera = 3;
407 inline bool GUI::_internal_has_camera() const {
408  return this != internal_default_instance() && camera_ != nullptr;
409 }
410 inline bool GUI::has_camera() const {
411  return _internal_has_camera();
412 }
413 inline const ::ignition::msgs::GUICamera& GUI::_internal_camera() const {
414  const ::ignition::msgs::GUICamera* p = camera_;
415  return p != nullptr ? *p : reinterpret_cast<const ::ignition::msgs::GUICamera&>(
417 }
418 inline const ::ignition::msgs::GUICamera& GUI::camera() const {
419  // @@protoc_insertion_point(field_get:ignition.msgs.GUI.camera)
420  return _internal_camera();
421 }
423  ::ignition::msgs::GUICamera* camera) {
424  if (GetArenaForAllocation() == nullptr) {
425  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(camera_);
426  }
427  camera_ = camera;
428  if (camera) {
429 
430  } else {
431 
432  }
433  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.GUI.camera)
434 }
435 inline ::ignition::msgs::GUICamera* GUI::release_camera() {
436 
437  ::ignition::msgs::GUICamera* temp = camera_;
438  camera_ = nullptr;
439 #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE
440  auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp);
441  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
442  if (GetArenaForAllocation() == nullptr) { delete old; }
443 #else // PROTOBUF_FORCE_COPY_IN_RELEASE
444  if (GetArenaForAllocation() != nullptr) {
445  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
446  }
447 #endif // !PROTOBUF_FORCE_COPY_IN_RELEASE
448  return temp;
449 }
450 inline ::ignition::msgs::GUICamera* GUI::unsafe_arena_release_camera() {
451  // @@protoc_insertion_point(field_release:ignition.msgs.GUI.camera)
452 
453  ::ignition::msgs::GUICamera* temp = camera_;
454  camera_ = nullptr;
455  return temp;
456 }
457 inline ::ignition::msgs::GUICamera* GUI::_internal_mutable_camera() {
458 
459  if (camera_ == nullptr) {
460  auto* p = CreateMaybeMessage<::ignition::msgs::GUICamera>(GetArenaForAllocation());
461  camera_ = p;
462  }
463  return camera_;
464 }
465 inline ::ignition::msgs::GUICamera* GUI::mutable_camera() {
466  ::ignition::msgs::GUICamera* _msg = _internal_mutable_camera();
467  // @@protoc_insertion_point(field_mutable:ignition.msgs.GUI.camera)
468  return _msg;
469 }
471  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation();
472  if (message_arena == nullptr) {
473  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(camera_);
474  }
475  if (camera) {
476  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
477  ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper<
478  ::PROTOBUF_NAMESPACE_ID::MessageLite>::GetOwningArena(
479  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(camera));
480  if (message_arena != submessage_arena) {
481  camera = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
482  message_arena, camera, submessage_arena);
483  }
484 
485  } else {
486 
487  }
488  camera_ = camera;
489  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.GUI.camera)
490 }
491 
492 // repeated .ignition.msgs.Plugin plugin = 4;
493 inline int GUI::_internal_plugin_size() const {
494  return plugin_.size();
495 }
496 inline int GUI::plugin_size() const {
497  return _internal_plugin_size();
498 }
499 inline ::ignition::msgs::Plugin* GUI::mutable_plugin(int index) {
500  // @@protoc_insertion_point(field_mutable:ignition.msgs.GUI.plugin)
501  return plugin_.Mutable(index);
502 }
503 inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Plugin >*
505  // @@protoc_insertion_point(field_mutable_list:ignition.msgs.GUI.plugin)
506  return &plugin_;
507 }
508 inline const ::ignition::msgs::Plugin& GUI::_internal_plugin(int index) const {
509  return plugin_.Get(index);
510 }
511 inline const ::ignition::msgs::Plugin& GUI::plugin(int index) const {
512  // @@protoc_insertion_point(field_get:ignition.msgs.GUI.plugin)
513  return _internal_plugin(index);
514 }
515 inline ::ignition::msgs::Plugin* GUI::_internal_add_plugin() {
516  return plugin_.Add();
517 }
518 inline ::ignition::msgs::Plugin* GUI::add_plugin() {
519  ::ignition::msgs::Plugin* _add = _internal_add_plugin();
520  // @@protoc_insertion_point(field_add:ignition.msgs.GUI.plugin)
521  return _add;
522 }
523 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Plugin >&
524 GUI::plugin() const {
525  // @@protoc_insertion_point(field_list:ignition.msgs.GUI.plugin)
526  return plugin_;
527 }
528 
529 #ifdef __GNUC__
530  #pragma GCC diagnostic pop
531 #endif // __GNUC__
532 
537 // @@protoc_insertion_point(namespace_scope)
538 
539 } // namespace msgs
540 } // namespace ignition
541 
542 #ifdef _MSC_VER
543 #pragma warning(pop)
544 #endif
545 // @@protoc_insertion_point(global_scope)
546 
547 #include <google/protobuf/port_undef.inc>
548 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fgui_2eproto
Definition: gui_camera.pb.h:86
Definition: gui.pb.h:86
GUI * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition: gui.pb.h:159
void set_allocated_camera(::ignition::msgs::GUICamera *camera)
Definition: gui.pb.h:470
static const GUI & default_instance()
Definition: gui.pb.h:125
void CopyFrom(const GUI &from)
bool fullscreen() const
Definition: gui.pb.h:393
::ignition::msgs::GUICamera * mutable_camera()
Definition: gui.pb.h:465
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: gui.pb.h:122
bool has_header() const
Definition: gui.pb.h:304
::ignition::msgs::Header * mutable_header()
Definition: gui.pb.h:359
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
static const GUI * internal_default_instance()
Definition: gui.pb.h:128
::ignition::msgs::GUICamera * unsafe_arena_release_camera()
Definition: gui.pb.h:450
GUI(const GUI &from)
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: gui.pb.h:116
friend void swap(GUI &a, GUI &b)
Definition: gui.pb.h:135
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Plugin > * mutable_plugin()
Definition: gui.pb.h:504
void MergeFrom(const GUI &from)
void unsafe_arena_set_allocated_header(::ignition::msgs::Header *header)
Definition: gui.pb.h:316
void set_fullscreen(bool value)
Definition: gui.pb.h:401
int plugin_size() const
Definition: gui.pb.h:496
bool has_camera() const
Definition: gui.pb.h:410
GUI & operator=(const GUI &from)
Definition: gui.pb.h:98
GUI()
Definition: gui.pb.h:88
GUI(GUI &&from) noexcept
Definition: gui.pb.h:93
void unsafe_arena_set_allocated_camera(::ignition::msgs::GUICamera *camera)
Definition: gui.pb.h:422
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Plugin > & plugin() const
Definition: gui.pb.h:524
GUI(::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
void set_allocated_header(::ignition::msgs::Header *header)
Definition: gui.pb.h:364
PROTOBUF_NODISCARD ::ignition::msgs::GUICamera * release_camera()
Definition: gui.pb.h:435
const ::ignition::msgs::GUICamera & camera() const
Definition: gui.pb.h:418
PROTOBUF_NODISCARD ::ignition::msgs::Header * release_header()
Definition: gui.pb.h:329
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final
GUI & operator=(GUI &&from) noexcept
Definition: gui.pb.h:102
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: gui.pb.h:119
void clear_fullscreen()
Definition: gui.pb.h:387
const ::ignition::msgs::Header & header() const
Definition: gui.pb.h:312
void UnsafeArenaSwap(GUI *other)
Definition: gui.pb.h:151
static const ClassData _class_data_
Definition: gui.pb.h:197
::ignition::msgs::Header * unsafe_arena_release_header()
Definition: gui.pb.h:344
void Swap(GUI *other)
Definition: gui.pb.h:138
::ignition::msgs::Plugin * add_plugin()
Definition: gui.pb.h:518
constexpr GUI(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
Definition: header.pb.h:265
Definition: plugin.pb.h:84
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fgui_2eproto
std::shared_ptr< const GUI > ConstGUISharedPtr
Definition: gui.pb.h:536
std::shared_ptr< GUI > GUISharedPtr
Definition: gui.pb.h:535
IGNITION_MSGS_VISIBLE GUICameraDefaultTypeInternal _GUICamera_default_instance_
IGNITION_MSGS_VISIBLE GUIDefaultTypeInternal _GUI_default_instance_
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
std::unique_ptr< GUI > GUIUniquePtr
Definition: gui.pb.h:533
std::unique_ptr< const GUI > ConstGUIUniquePtr
Definition: gui.pb.h:534
Definition: actor.pb.h:52
static const ::PROTOBUF_NAMESPACE_ID::internal::AuxiliaryParseTableField aux[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1] PROTOBUF_SECTION_VARIABLE(protodesc_cold)