#include <QtGui/QtGui>
#include <QtGui/QFileDialog>
#include <QtCore/QTextStream>
#include <QtCore/QFileInfo>
#include <QtCore/QString>
#include <Aspect_RectangularGrid.hxx>
#include <V3d_View.hxx>
#include "qoccapplication.h"
#include "qoccdocument.h"
#include "qoccmainwindow.h"
#include "qocccommands.h"
Include dependency graph for qoccmainwindow.cpp:
Go to the source code of this file.
Functions | |
void | LoadBottle (Handle(AIS_InteractiveContext) theContext) |
void | ShowOrigin (Handle(AIS_InteractiveContext) theContext) |
void | AddVertex (double x, double y, double z, Handle(AIS_InteractiveContext) theContext) |
void AddVertex | ( | double | x, | |
double | y, | |||
double | z, | |||
Handle(AIS_InteractiveContext) | theContext | |||
) |
void LoadBottle | ( | Handle(AIS_InteractiveContext) | theContext | ) |
Definition at line 249 of file qoccmakebottle.cpp.
References Handle(), and MakeBottle().
Referenced by QoccMainWindow::bottle().
Here is the call graph for this function:
void ShowOrigin | ( | Handle(AIS_InteractiveContext) | theContext | ) |