#include <src/slic3r/GUI/Gizmos/GLGizmosManager.hpp>
◆ Rect() [1/2]
| Slic3r::GUI::Rect::Rect |
( |
| ) |
|
|
default |
◆ Rect() [2/2]
| Slic3r::GUI::Rect::Rect |
( |
float |
left, |
|
|
float |
top, |
|
|
float |
right, |
|
|
float |
bottom |
|
) |
| |
|
inline |
float m_bottom
Definition GLGizmosManager.hpp:31
float m_right
Definition GLGizmosManager.hpp:30
float m_left
Definition GLGizmosManager.hpp:28
float m_top
Definition GLGizmosManager.hpp:29
◆ get_bottom()
| float Slic3r::GUI::Rect::get_bottom |
( |
| ) |
const |
|
inline |
◆ get_height()
| float Slic3r::GUI::Rect::get_height |
( |
| ) |
const |
|
inline |
◆ get_left()
| float Slic3r::GUI::Rect::get_left |
( |
| ) |
const |
|
inline |
◆ get_right()
| float Slic3r::GUI::Rect::get_right |
( |
| ) |
const |
|
inline |
◆ get_top()
| float Slic3r::GUI::Rect::get_top |
( |
| ) |
const |
|
inline |
◆ get_width()
| float Slic3r::GUI::Rect::get_width |
( |
| ) |
const |
|
inline |
◆ operator!=()
| bool Slic3r::GUI::Rect::operator!= |
( |
const Rect & |
other | ) |
const |
|
inline |
bool operator==(const Rect &other) const
Definition GLGizmosManager.hpp:37
References operator==().
◆ operator==()
| bool Slic3r::GUI::Rect::operator== |
( |
const Rect & |
other | ) |
const |
|
inline |
◆ set_bottom()
| void Slic3r::GUI::Rect::set_bottom |
( |
float |
bottom | ) |
|
|
inline |
◆ set_left()
| void Slic3r::GUI::Rect::set_left |
( |
float |
left | ) |
|
|
inline |
◆ set_right()
| void Slic3r::GUI::Rect::set_right |
( |
float |
right | ) |
|
|
inline |
◆ set_top()
| void Slic3r::GUI::Rect::set_top |
( |
float |
top | ) |
|
|
inline |
◆ m_bottom
| float Slic3r::GUI::Rect::m_bottom { 0.0f } |
|
private |
◆ m_left
| float Slic3r::GUI::Rect::m_left { 0.0f } |
|
private |
◆ m_right
| float Slic3r::GUI::Rect::m_right { 0.0f } |
|
private |
◆ m_top
| float Slic3r::GUI::Rect::m_top { 0.0f } |
|
private |
The documentation for this class was generated from the following file: