ubit
Public Member Functions | List of all members
ubit::UResizeEvent Class Reference

Resize event. More...

#include <uevent.hpp>

Inheritance diagram for ubit::UResizeEvent:
ubit::UViewEvent ubit::UEvent

Public Member Functions

 UResizeEvent (const UCond &, UView *source_view)
 
virtual UResizeEventtoResizeEvent ()
 
- Public Member Functions inherited from ubit::UViewEvent
 UViewEvent (const UCond &, UView *source_view)
 
virtual UViewEventtoViewEvent ()
 
UBoxgetSource () const
 returns the widget that received this event.
 
UViewgetView () const
 returns the view of getSource() that received this event.
 
UDispgetDisp () const
 returns the display that received this event. More...
 
- Public Member Functions inherited from ubit::UEvent
 UEvent (const UCond &c, UObject *source, UObject *aux=null)
 
const UCondgetCond () const
 returns the event condition that detected this event. More...
 
virtual UObjectgetAux () const
 returns auxilliary data.
 
virtual UInputEventtoInputEvent ()
 dynamic cast: returns 'this' converted to the requested class or null.
 
virtual UMouseEventtoMouseEvent ()
 
virtual UKeyEventtoKeyEvent ()
 
virtual UWheelEventtoWheelEvent ()
 
virtual UPaintEventtoPaintEvent ()
 
virtual UTimerEventtoTimerEvent ()
 
virtual UWinEventtoWinEvent ()
 
virtual UMessageEventtoMessageEvent ()
 
virtual USysWMEventtoSysWMEvent ()
 
virtual UUserEventtoUserEvent ()
 
void setCond (const UCond &)
 

Additional Inherited Members

- Protected Attributes inherited from ubit::UViewEvent
UViewsource_view
 
- Protected Attributes inherited from ubit::UEvent
const UCondcond
 
UObjectsource
 
UObjectaux
 

Detailed Description

Resize event.

See also
:
  • condition UOn::resize that triggers callback functions with this argument

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