xcal
基于 C++23 的现代图形渲染引擎
|
#include <rectangle.hpp>
Public 成员函数 | |
Rectangle (const property::Vec< float, 3 >::data_t &pos, float_t width, float_t height) | |
const property::Scalar & | width () const |
property::Scalar & | width () |
const property::Scalar & | height () const |
property::Scalar & | height () |
~Rectangle () override=default | |
![]() | |
ComposedMObject () | |
![]() | |
AbsMObject ()=default | |
默认构造函数 | |
bool | visible () const |
获取对象可见性状态(只读) | |
bool & | visible () |
获取对象可见性状态(可修改) | |
Type | type () const |
std::vector< property::MProperty * > & | properties () |
获取对象属性列表 | |
virtual | ~AbsMObject ()=default |
虚析构函数 | |
额外继承的成员函数 | |
![]() | |
template<class... Arg> requires (std::is_base_of_v<property::MProperty, Arg> && ...) | |
void | register_properties (Arg &... arg) |
注册属性到对象 | |
在文件 rectangle.hpp 第 10 行定义.
|
inline |
在文件 rectangle.hpp 第 20 行定义.
|
overridedefault |
|
inline |
在文件 rectangle.hpp 第 29 行定义.
|
inline |
在文件 rectangle.hpp 第 28 行定义.
|
inline |
在文件 rectangle.hpp 第 27 行定义.
|
inline |
在文件 rectangle.hpp 第 26 行定义.