#include <vector>
#include <memory>
#include <CXX/Extensions.hxx>
#include "Exception.h"
Go to the source code of this file.
Classes | |
class | Base::ConsoleSequencer |
This class writes the progress to the console window. More... | |
class | Base::EmptySequencer |
This special sequencer might be useful if you want to suppress any indication of the progress to the user. More... | |
class | Base::ProgressIndicatorPy |
class | Base::SequencerBase |
This class gives the user an indication of the progress of an operation and it is used to reassure him that the application is still running. More... | |
class | Base::SequencerLauncher |
The SequencerLauncher class is provided for convenience. More... | |
Namespaces | |
namespace | Base |
The namespace of the FreeCAD Base library. | |
Functions | |
SequencerBase & | Base::Sequencer () |
Access to the only SequencerBase instance. |