Definition at line 778 of file G4ToolsSGSceneHandler.cc.
◆ plots_cbk() [1/2]
| plots_cbk::plots_cbk |
( |
tools::sg::plots & | a_plots | ) |
|
|
inline |
◆ ~plots_cbk()
| virtual plots_cbk::~plots_cbk |
( |
| ) |
|
|
inlinevirtual |
◆ plots_cbk() [2/2]
| plots_cbk::plots_cbk |
( |
const plots_cbk & | a_from | ) |
|
|
inline |
◆ action()
| virtual tools::sg::return_action plots_cbk::action |
( |
| ) |
|
|
inlinevirtual |
Definition at line 781 of file G4ToolsSGSceneHandler.cc.
781 {
782 if(!m_event) return tools::sg::return_none;
783 if(const tools::sg::size_event* sz_evt = tools::sg::event_cast<tools::sg::event,tools::sg::size_event>(*m_event)){
784 m_plots.adjust_size(sz_evt->width(),sz_evt->height());
785 m_event_action->set_done(true);
786 return tools::sg::return_to_render;
787 }
788 return tools::sg::return_none;
789 }
◆ operator=()
◆ m_plots
| tools::sg::plots& plots_cbk::m_plots |
|
protected |
The documentation for this class was generated from the following file: