cgv
Loading...
Searching...
No Matches
layout_inline.h
1#pragma once
2
3#include <cgv/gui/layout.h>
4
5#include "lib_begin.h"
6
7namespace cgv {
8 namespace gui {
9
10 // layout to arrange all children in an inline alignment
11 class CGV_API layout_inline: public layout
12 {
13 public:
16
18
19 // the core update function to align the elements inline
20 void update();
21 };
22
23
26
27
28 }
29}
30
31
32#include <cgv/config/lib_end.h>
cgv::data::ref_ptr< layout_inline > layout_inline_ptr
ref counted pointer to table layout
the cgv namespace
Definition print.h:11