Gwork: 0.3.0Dev
Gwk::Event::Information Struct Reference

#include <Events.h>

Public Member Functions

 Information (Gwk::Controls::Base *pctrl)
 
void Init ()
 

Public Attributes

Gwk::Controls::BaseControlCaller
 
Gwk::Event::PacketPacket
 
Gwk::Controls::BaseControl
 These are set by the event and may or may not be set.
 
Gwk::ControlList ControlList
 
Gwk::String String
 
Gwk::Point Point
 
int Integer
 

Detailed Description

Passed to an event hook

Member Data Documentation

◆ ControlCaller

Gwk::Controls::Base* Gwk::Event::Information::ControlCaller

This is set by the event caller, it will always be the control which is calling the event.

◆ Packet

Gwk::Event::Packet* Gwk::Event::Information::Packet

This is set by the event hook, e.g. :-

onDoSomething.Add( this, &ThisClass::MyFunction, Gwk::Event::Packet("Something") );

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