Laxkit  0.0.7.1
Public Member Functions | Public Attributes
Laxkit::StrsEventData Class Reference

A EventData with a new'd char[][] (first element copied from nstr in constructor), since they are so common. More...

Inheritance diagram for Laxkit::StrsEventData:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 StrsEventData (const char *nstr, const char *message, unsigned long fromwindow, unsigned long towindow)
- Public Member Functions inherited from Laxkit::EventData
 EventData (const char *message, unsigned long fromwindow=0, unsigned long towindow=0)
 EventData (int message, unsigned long fromwindow=0, unsigned long towindow=0)

Public Attributes

char ** strs
int n
int info
int info2
int info3
- Public Attributes inherited from Laxkit::EventData
unsigned long type
unsigned long subtype
charsend_message
unsigned long from
unsigned long to
int propagate
clock_t send_time
unsigned long xlib_time
EventDatanext

Detailed Description

A EventData with a new'd char[][] (first element copied from nstr in constructor), since they are so common.

Sent with app->SendMessage(data,towindow,sendthis) <– app fills in time and window.

info can be any number, for instance could indicate the type of thing in str. n is the number of elements in strs;


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

Mon Feb 17 2014 11:52:59, Laxkit