From 683d490074d93baa8a47db7ec43b7bd31145a12a Mon Sep 17 00:00:00 2001 From: Mark Donszelmann Date: Thu, 5 Nov 2009 23:00:15 +0100 Subject: Tar file expanded and committed --- .../cpptasks/trolltech/MetaObjectParser.html | 329 +++++++++++++++++++++ 1 file changed, 329 insertions(+) create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/trolltech/MetaObjectParser.html (limited to 'site/apidocs/net/sf/antcontrib/cpptasks/trolltech/MetaObjectParser.html') diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/trolltech/MetaObjectParser.html b/site/apidocs/net/sf/antcontrib/cpptasks/trolltech/MetaObjectParser.html new file mode 100644 index 0000000..b812566 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/trolltech/MetaObjectParser.html @@ -0,0 +1,329 @@ + + + + + + + +MetaObjectParser (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks.trolltech +
+Class MetaObjectParser

+
+java.lang.Object
+  extended by net.sf.antcontrib.cpptasks.parser.AbstractParser
+      extended by net.sf.antcontrib.cpptasks.trolltech.MetaObjectParser
+
+
+
+
public final class MetaObjectParser
extends AbstractParser
+ + +

+Scans a source file for Q_OBJECT. +

+ +

+

+
Author:
+
Curt Arnold
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voidaddFilename(java.lang.String filename) + +
+          Adds a filename to the list of included files.
+ AbstractParserStategetNewLineState() + +
+          Gets new line state.
+static booleanhasQObject(java.io.Reader reader) + +
+          Determines if source file contains Q_OBJECT.
+ voidparse(java.io.Reader reader) + +
+          Parse input file.
+ voidsetQObject(boolean value) + +
+          Called FinalTState to set that Q_OBJECT was found.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Method Detail
+ +

+hasQObject

+
+public static boolean hasQObject(java.io.Reader reader)
+                          throws java.io.IOException
+
+
Determines if source file contains Q_OBJECT. +

+

+
Parameters:
reader - Reader source reader +
Returns:
boolean true if source contains Q_OBJECT +
Throws: +
java.io.IOException - if unable to read source file
+
+
+
+ +

+addFilename

+
+protected void addFilename(java.lang.String filename)
+
+
Adds a filename to the list of included files. +

+

+
Specified by:
addFilename in class AbstractParser
+
+
+
Parameters:
filename - filename to be added
+
+
+
+ +

+getNewLineState

+
+public AbstractParserState getNewLineState()
+
+
Gets new line state. +

+

+
Specified by:
getNewLineState in class AbstractParser
+
+
+ +
Returns:
AbstractParserState new line state.
+
+
+
+ +

+parse

+
+public void parse(java.io.Reader reader)
+           throws java.io.IOException
+
+
Parse input file. +

+

+
Overrides:
parse in class AbstractParser
+
+
+
Parameters:
reader - Reader source file +
Throws: +
java.io.IOException - if error reading source file
+
+
+
+ +

+setQObject

+
+public void setQObject(boolean value)
+
+
Called FinalTState to set that Q_OBJECT was found. +

+

+
Parameters:
value - boolean new value for hasQObject
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + -- cgit v1.2.3