API 0.9.5
AppKit/CPRuleEditor/RowObject.h
Go to the documentation of this file.
00001 
00002 @interface RowObject : CPObject
00003 {
00004     CPArray     subrows // @accessors;
00005     CPArray     criteria // @accessors;
00006     CPArray     displayValues // @accessors;
00007     CPInteger   rowType // @accessors;
00008 }
00009 @end
 All Classes Files Functions Variables Defines