main2.cpp File Reference

(r1785/r1739)

#include "camtypes.h"
#include "ophist.h"

Go to the source code of this file.

Functions

BOOL InitPostTools1 ()


Function Documentation

BOOL InitPostTools1  ) 
 

Definition at line 199 of file main2.cpp.

00200 {
00201     return (
00202             OILBitmap::Init() &&                // read default fill bitmap
00203             GlobalBitmapList::Init() &&         // Setup the global bitmap list
00204             GlobalFractalList::Init() &&        // Setup the fractal list
00205             OpToggleScroll::Init() &&           // Register Toggle proport scrolbar Operation
00206             OpMenuLoad::Init() &&               // Register Load operation
00207             OpException::Init() &&
00208             NodeRenderableInk::Init() &&
00209             NodeRenderableBounded::Init() &&    // Declare the magnetic radii options
00210             Filter::InitFilters() &&            // Init filters (must be after ExternalClipboard)
00211             OpDragBox::Init() &&                // drag operation base-class
00212             OpQuality::Init()                   // init the OpQuality operations
00213             );
00214 }


Generated on Sat Nov 10 03:49:14 2007 for Camelot by  doxygen 1.4.4