Open3D (C++ API)
Data Fields
open3d::gui::Button::Impl Struct Reference

Data Fields

std::string title_
 
bool is_toggleable_ = false
 
bool is_on_ = false
 
std::function< void()> on_clicked_
 

Field Documentation

◆ is_on_

bool open3d::gui::Button::Impl::is_on_ = false

◆ is_toggleable_

bool open3d::gui::Button::Impl::is_toggleable_ = false

◆ on_clicked_

std::function<void()> open3d::gui::Button::Impl::on_clicked_

◆ title_

std::string open3d::gui::Button::Impl::title_

The documentation for this struct was generated from the following file: