Classes | Functions
mainhandler.cpp File Reference
#include <qxml.h>
#include "mainhandler.h"
#include "compoundhandler.h"
#include "sectionhandler.h"
#include "graphhandler.h"
#include "dochandler.h"
#include "memberhandler.h"
#include "debug.h"

Go to the source code of this file.

Classes

class  ErrorHandler
 
class  CompoundEntryIterator
 

Functions

IDoxygencreateObjectModel ()
 

Function Documentation

IDoxygen* createObjectModel ( )

Factory method that creates an empty object model for a doxygen generated XML file. Use the readXMLDir() method to build the model from an XML output directory containing doxygen output.

Definition at line 273 of file mainhandler.cpp.

274 {
278  dochandler_init();
280  return new MainHandler;
281 }
void memberhandler_init()
void graphhandler_init()
void dochandler_init()
Definition: dochandler.cpp:84
void sectionhandler_init()
void compoundhandler_init()