~ubuntu-branches/ubuntu/karmic/gnustep-base/karmic

« back to all changes in this revision

Viewing changes to Tools/AGSHtml.h

  • Committer: Bazaar Package Importer
  • Author(s): Eric Heintzmann
  • Date: 2005-04-17 00:14:38 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050417001438-enf0y07c9tku85z1
Tags: 1.10.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
  unsigned              sect;
43
43
  unsigned              ssect;
44
44
  unsigned              sssect;
 
45
  BOOL                  isContentsDoc;
 
46
  BOOL                  ivarsAtEnd;
45
47
}
46
48
- (void) decIndent;
47
49
- (void) incIndent;
55
57
                ofType: (NSString*)t
56
58
                inUnit: (NSString*)u
57
59
                 isRef: (BOOL)f;
 
60
- (void) outputIndex: (NSString*)type
 
61
               scope: (NSString*)scope
 
62
               title: (NSString*)title
 
63
               style: (NSString*)style
 
64
              target: (NSString*)target
 
65
                  to: (NSMutableString*)buf;
58
66
- (NSString*) outputDocument: (GSXMLNode*)node;
59
67
- (void) outputNode: (GSXMLNode*)node to: (NSMutableString*)buf;
60
68
- (void) outputNodeList: (GSXMLNode*)node to: (NSMutableString*)buf;
68
76
- (void) setGlobalRefs: (AGSIndex*)r;
69
77
- (void) setLocalRefs: (AGSIndex*)r;
70
78
- (void) setProjectRefs: (AGSIndex*)r;
 
79
- (void) setInstanceVariablesAtEnd: (BOOL)val;
71
80
- (NSString*) typeRef: (NSString*)t;
72
81
@end
73
82
#endif