#include "PreCompiled.h"
#include <Inventor/VRMLnodes/SoVRMLParent.h>
#include "SoFCDB.h"
#include "SoFCColorBar.h"
#include "SoFCColorLegend.h"
#include "SoFCColorGradient.h"
#include "SoFCSelection.h"
#include "SoFCBackgroundGradient.h"
#include "SoFCBoundingBox.h"
#include "SoFCUnifiedSelection.h"
#include "SoFCSelectionAction.h"
#include "SoFCInteractiveElement.h"
#include "SoFCVectorizeSVGAction.h"
#include "SoFCVectorizeU3DAction.h"
#include "SoAxisCrossKit.h"
#include "SoTextLabel.h"
#include "SoNavigationDragger.h"
#include "Inventor/SoDrawingGrid.h"
#include "propertyeditor/PropertyItem.h"
#include "NavigationStyle.h"
Go to the source code of this file.
Functions | |
static void * | buffer_realloc (void *bufptr, size_t size) |
Variables | |
static char * | buffer |
static size_t | buffer_size = 0 |
static std::string | cReturnString |
static SbBool | init_done = FALSE |
static void* buffer_realloc | ( | void * | bufptr, | |
size_t | size | |||
) | [static] |
Definition at line 159 of file SoFCDB.cpp.
References buffer, and buffer_size.
Referenced by Gui::SoFCDB::writeNodesToString().
char* buffer [static] |
Definition at line 154 of file SoFCDB.cpp.
Referenced by buffer_realloc(), Gui::View3DInventorViewer::dumpToFile(), boost::fdinbuf::fdinbuf(), Gui::View3DInventorPy::getCamera(), Gui::ViewProviderPythonFeatureImp::getIcon(), Base::gzstreambuf::gzstreambuf(), Gui::PythonSyntaxHighlighter::highlightBlock(), Gui::OnlineDocumentation::loadResource(), Base::RedirectStdError::overflow(), Base::RedirectStdLog::overflow(), Base::RedirectStdOutput::overflow(), Base::RedirectStdError::RedirectStdError(), Base::RedirectStdLog::RedirectStdLog(), Base::RedirectStdOutput::RedirectStdOutput(), App::PropertyPythonObject::Restore(), App::PropertyPythonObject::RestoreDocFile(), Gui::Thumbnail::SaveDocFile(), App::PropertyPythonObject::SaveDocFile(), Gui::View3DInventorPy::setCamera(), Base::RedirectStdError::sync(), Base::RedirectStdLog::sync(), Base::RedirectStdOutput::sync(), boost::fdinbuf::underflow(), Gui::ViewProviderVRMLObject::updateData(), RobotGui::ViewProviderRobotObject::updateData(), Gui::ViewProviderInventorObject::updateData(), Gui::Application::workbenchIcon(), Gui::SoFCDB::writeNodesToString(), and Gui::SoFCOffscreenRenderer::writeToImageFile().
size_t buffer_size = 0 [static] |
Definition at line 155 of file SoFCDB.cpp.
Referenced by buffer_realloc(), and Gui::SoFCDB::writeNodesToString().
std::string cReturnString [static] |
Definition at line 156 of file SoFCDB.cpp.
Referenced by Gui::SoFCDB::writeNodesToString().
SbBool init_done = FALSE [static] |
Definition at line 54 of file SoFCDB.cpp.
Referenced by Gui::SoFCDB::init(), and Gui::SoFCDB::isInitialized().