#include "PreCompiled.h"
#include <time.h>
#include <stdio.h>
#include "fcntl.h"
#include "Console.h"
#include "Exception.h"
#include "PyObjectBase.h"
Go to the source code of this file.
Variables | |
char | format [4024] |
const unsigned int | format_len = 4024 |
char format[4024] |
Definition at line 45 of file Console.cpp.
Referenced by StdViewScreenShot::activated(), CmdMeshExport::activated(), Gui::Command::doCommand(), Base::ConsoleSingleton::Error(), MeshCore::MeshInput::LoadPLY(), Base::ConsoleSingleton::Log(), Base::ConsoleSingleton::Message(), open(), Gui::Application::runCommand(), Base::ConsoleSingleton::Warning(), Mesh::MeshPy::write(), and Gui::SoFCOffscreenRenderer::writeToImageFile().
const unsigned int format_len = 4024 |
Definition at line 46 of file Console.cpp.
Referenced by Gui::Command::doCommand(), Base::ConsoleSingleton::Error(), Base::ConsoleSingleton::Log(), Base::ConsoleSingleton::Message(), Gui::Application::runCommand(), and Base::ConsoleSingleton::Warning().