jssquish_class.h
00001 class Squish
00002 {
00003 public:
00004 static registerWidget(args);
00005 static addEventObjectHook(f);
00006 static addTypeOfHook(f);
00007 static addNameOfHook(f);
00008 static addMatchObjectHook(f);
00009 static Boolean hasClassName(o, cls);
00010 static String cleanString(s);
00011 static String nameOf(o);
00012 static HTMLElement getElementByClassName(context, className, tagName);
00013 static Array getElementsByClassName(context, className, tagName);
00014 static String propertiesToName(o, props);
00015 static String uniquifyName(n, o);
00016 static String createItemName(object, itemName);
00017 static Boolean matchProperty(prop, value);
00018 static mouseClick(o, ctrl, shift, alt, x, y);
00019 };