bWidgets
Core widget toolkit designed for Blender
bWidgets::bwEvent Class Reference

#include <bwEvent.h>

+ Inheritance diagram for bWidgets::bwEvent:
+ Collaboration diagram for bWidgets::bwEvent:

Public Member Functions

 bwEvent (bwPoint _location)
 
virtual ~bwEvent ()=default
 
void swallow ()
 
void unswallow ()
 
auto isSwallowed () const -> bool
 

Public Attributes

const bwPoint location
 

Constructor & Destructor Documentation

◆ bwEvent()

bWidgets::bwEvent::bwEvent ( bwPoint  _location)

◆ ~bwEvent()

virtual bWidgets::bwEvent::~bwEvent ( )
virtualdefault

Member Function Documentation

◆ isSwallowed()

auto bWidgets::bwEvent::isSwallowed ( ) const -> bool

◆ swallow()

void bWidgets::bwEvent::swallow ( )

◆ unswallow()

void bWidgets::bwEvent::unswallow ( )

Member Data Documentation

◆ location

const bwPoint bWidgets::bwEvent::location

Where did the event happen?


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