34 namespace visualization {
56 std::shared_ptr<UIImage>
GetImage()
const;
57 void SetImage(std::shared_ptr<UIImage> image);
67 std::unique_ptr<Impl> impl_;
void Layout(const Theme &theme) override
Definition: ImageLabel.cpp:75
Definition: ImageLabel.h:37
DrawResult Draw(const DrawContext &context) override
Definition: ImageLabel.cpp:77
~ImageLabel()
Definition: ImageLabel.cpp:60
void SetImage(std::shared_ptr< UIImage > image)
Definition: PinholeCameraIntrinsic.cpp:35
std::shared_ptr< UIImage > GetImage() const
Definition: ImageLabel.cpp:38
Size CalcPreferredSize(const Theme &theme) const override
Definition: ImageLabel.cpp:62