DeselectAllEntities Class Reference
Event that notifies when all entities have been deselected. More...
#include <GuiEvents.hh>
Public Member Functions | |
| DeselectAllEntities (bool _fromUser=false) | |
| Constructor.   | |
| bool | FromUser () const | 
| Get whether the event was generated by the user.   | |
Static Public Attributes | |
| static const QEvent::Type | kType = QEvent::Type(QEvent::User + 2) | 
| Unique type for this event.   | |
Detailed Description
Event that notifies when all entities have been deselected.
Constructor & Destructor Documentation
◆ DeselectAllEntities()
      
  | 
  inlineexplicit | 
Constructor.
- Parameters
 - 
  
[in] _fromUser True if the event was directly generated by the user, false in case it's been propagated through a different mechanism.  
Member Function Documentation
◆ FromUser()
      
  | 
  inline | 
Get whether the event was generated by the user.
- Returns
 - True for the user.
 
Member Data Documentation
◆ kType
      
  | 
  static | 
Unique type for this event.
The documentation for this class was generated from the following file: