maxscript/foundation/WindowStream.h File Reference

WindowStream.h File Reference
+ This reference page is linked to from the following overview topics:

Functions

 WindowStream (HWND iwin)
 
 WindowStream (const MCHAR *title)
 
 ~WindowStream ()
 
 classof_methods (WindowStream, CharStream)
 
void collect ()
 
void gc_trace ()
 
ScripterExport void sprin1 (CharStream *s)
 

Variables

visible_class_debug_ok(WindowStream)
class WindowStream int 
cursor
 
MSTR title
 
Listenerlistener
 
CharStreamlog
 
MCHAR wputs_buf [512]
 
MCHARwputs_p
 
HWND echo
 

Function Documentation

WindowStream ( HWND  iwin)
WindowStream ( const MCHAR title)
classof_methods ( WindowStream  ,
CharStream   
)
void collect ( )
void gc_trace ( )
ScripterExport void sprin1 ( CharStream s)
351 { s->printf(_M("LabelControl:%s"), name->to_string()); }
Value * name
Definition: structs.h:25
#define _M(x)
Used to wrap string literals.
Definition: strbasic.h:122
virtual const MCHAR * to_string()
Definition: value.h:171

Variable Documentation

Value * title
Listener* listener
CharStream* log
MCHAR wputs_buf[512]
MCHAR* wputs_p
HWND echo