OpenLexocad  27.1
OpenLxUI::SelectionCB Class Reference

#include <SelectionCB.h>

Inheritance diagram for OpenLxUI::SelectionCB:
OpenLxUI::UICallback

Public Member Functions

 SelectionCB ()
 
virtual ~SelectionCB ()
 
virtual void test ()
 
virtual void onSelected (const std::vector< std::shared_ptr< OpenLxUI::UIElement >> &)
 
virtual void onDeselected (const std::vector< std::shared_ptr< OpenLxUI::UIElement >> &)
 
virtual void onClearedSelection ()
 
- Public Member Functions inherited from OpenLxUI::UICallback
void setActive (bool onoff)
 
bool isActive () const
 
virtual ~UICallback ()
 

Detailed Description

Since
24.0

Constructor & Destructor Documentation

◆ SelectionCB()

OpenLxUI::SelectionCB::SelectionCB ( )

◆ ~SelectionCB()

virtual OpenLxUI::SelectionCB::~SelectionCB ( )
virtual

Member Function Documentation

◆ onClearedSelection()

virtual void OpenLxUI::SelectionCB::onClearedSelection ( )
virtual

◆ onDeselected()

virtual void OpenLxUI::SelectionCB::onDeselected ( const std::vector< std::shared_ptr< OpenLxUI::UIElement >> &  )
virtual

◆ onSelected()

virtual void OpenLxUI::SelectionCB::onSelected ( const std::vector< std::shared_ptr< OpenLxUI::UIElement >> &  )
virtual

◆ test()

virtual void OpenLxUI::SelectionCB::test ( )
virtual

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