pdf::PDFGlobalParams Class Reference

Public Member Functions

 ~PDFGlobalParams ()

Static Public Member Functions

static PDFGlobalParamsmake_instance ()

Detailed Description

Definition at line 48 of file pdf_doc_controller.cpp.


Constructor & Destructor Documentation

pdf::PDFGlobalParams::~PDFGlobalParams (  )  [inline]

Definition at line 51 of file pdf_doc_controller.cpp.

00052     {
00053         // Global variables will be destoried automatically.
00054         delete globalParams;
00055         globalParams = 0;
00056     }


Member Function Documentation

static PDFGlobalParams& pdf::PDFGlobalParams::make_instance (  )  [inline, static]

Definition at line 58 of file pdf_doc_controller.cpp.

Referenced by pdf::PDFController::open().

00059     {
00060         static PDFGlobalParams params;
00061         return params;
00062     }

Here is the caller graph for this function:


The documentation for this class was generated from the following file:
Generated by  doxygen 1.6.2-20100208