aboutsummaryrefslogtreecommitdiffstats
path: root/generator.h
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2010-07-08 17:26:56 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2010-07-08 17:26:56 -0300
commit9e005dea1040dbfa7d1746fe6fa64ab2c0e07f1a (patch)
treea48a2b933780b060610afc9bbeeb5a0c4b425a89 /generator.h
parent0e2f7543d283f37cd5c47028b663b415572f576f (diff)
Removed deprecated methods.
Diffstat (limited to 'generator.h')
-rw-r--r--generator.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/generator.h b/generator.h
index 602effc43..c45890100 100644
--- a/generator.h
+++ b/generator.h
@@ -254,36 +254,6 @@ protected:
*/
virtual QString subDirectoryForPackage(QString packageName = QString()) const;
- /**
- * @deprecated This function doesn't belongs to the generator world and will sooner be moved to APIExtractor
- */
- static FunctionModificationList functionModifications(const AbstractMetaFunction *meta_function) GENRUNNER_DEPRECATED;
- /**
- * @deprecated This function doesn't belongs to the generator world and will sooner be moved to APIExtractor
- */
- AbstractMetaFunctionList filterFunctions(const AbstractMetaClass *cppClass) GENRUNNER_DEPRECATED;
- /**
- * @deprecated This function doesn't belongs to the generator world and will sooner be moved to APIExtractor
- */
- AbstractMetaFunctionList queryFunctions(const AbstractMetaClass *cpp_class, bool all_function = false) GENRUNNER_DEPRECATED;
- /**
- * @deprecated This function doesn't belongs to the generator world and will sooner be moved to APIExtractor
- */
- AbstractMetaFunctionList queryGlobalOperators(const AbstractMetaClass *cpp_class) GENRUNNER_DEPRECATED;
- /**
- * @deprecated This function doesn't belongs to the generator world and will sooner be moved to APIExtractor
- */
- AbstractMetaFunctionList sortConstructor(AbstractMetaFunctionList list) GENRUNNER_DEPRECATED;
- /**
- * Returns the code snips of a function
- * \deprecated Use AbstractMetaFunction::injectedCodeSnips() instead.
- */
- CodeSnipList getCodeSnips(const AbstractMetaFunction *func) const GENRUNNER_DEPRECATED;
- /**
- * @deprecated This function doesn't belongs to the generator world and will sooner be moved to APIExtractor
- */
- bool hasDefaultConstructor(const AbstractMetaType *type) GENRUNNER_DEPRECATED;
-
private:
struct GeneratorPrivate;
GeneratorPrivate* m_d;