OCC Main Page | Draw | Toolkits | Packages | Class Hierarchy | Data Structures | File List | Data Fields | Globals

Draw
TKViewerTest
Viewer2dTest


Viewer2dTest Class Reference

#include <Viewer2dTest.hxx>


Public Member Functions

void * operator new (size_t, void *anAddress)
void * operator new (size_t size)
void operator delete (void *anAddress)

Static Public Member Functions

static Standard_EXPORT void ViewerInit ()
 implemented in Viewer2dTest_ViewerCommands.cxx

static Standard_EXPORT TopoDS_Shape PickShape (const TopAbs_ShapeEnum aType, const Standard_Integer MaxPick=5)
 waits until a shape of type <atype> is picked in the AIS2D Viewer and returns it.
if <atype> == TopAbs_Shape, any shape can be picked...
MaxPick is the Max number before exiting, if no pick is successfull

static Standard_EXPORT Standard_Boolean PickShapes (const TopAbs_ShapeEnum aType, Handle(TopTools_HArray1OfShape)&thepicked, const Standard_Integer MaxPick=5)
 wait until the array is filled with picked shapes.
returns True if the array is filled.
exit if number of unsuccesfull picks = <maxpick>

static Standard_EXPORT Handle_AIS2D_InteractiveObject PickObject (const AIS_KindOfInteractive Type=AIS_KOI_None, const Standard_Integer Signature=-1, const Standard_Integer MaxPick=5)
 waits until an interactive object of a given Type
and signature is picked (defaut values authorize
selection of any Interactive Object)
exit if number of unsuccesfull picks = <maxpick>

static Standard_EXPORT Standard_Boolean PickObjects (Handle(TColStd_HArray1OfTransient)&thepicked, const AIS_KindOfInteractive Type=AIS_KOI_None, const Standard_Integer Signature=-1, const Standard_Integer MaxPick=5)
 selection of several interactive objects. Number is given
by the size of <thepicked>
exit if number of unsuccesfull picks = <maxpick>

static Standard_EXPORT void GetMousePosition (Standard_Integer &xpix, Standard_Integer &ypix)
static Standard_EXPORT Handle_V2d_Viewer GetViewerFromContext ()
static Standard_EXPORT Handle_V2d_Viewer GetCollectorFromContext ()
static Standard_EXPORT Handle_AIS2D_InteractiveContext GetAIS2DContext ()
static Standard_EXPORT void SetAIS2DContext (const Handle(AIS2D_InteractiveContext)&aContext)
static Standard_EXPORT Handle_V2d_View CurrentView ()
static Standard_EXPORT void CurrentView (const Handle(V2d_View)&aViou)
static Standard_EXPORT void Clear ()
static Standard_EXPORT void SetEventManager (const Handle(Viewer2dTest_EventManager)&aMgr)
 puts <amgr> as current eventmanager (the
move,select,...will be applied to <amgr>

static Standard_EXPORT void UnsetEventManager ()
 removes the last EventManager from the list.

static Standard_EXPORT void ResetEventManager ()
 clear the list of EventManagers and
sets the default EventManager as current

static Standard_EXPORT Handle_Viewer2dTest_EventManager CurrentEventManager ()
static Standard_EXPORT void RemoveSelected ()
static Standard_EXPORT void StandardModeActivation (const Standard_Integer Mode)
static Standard_EXPORT void Commands (Draw_Interpretor &theCommands)
static Standard_EXPORT void MyCommands (Draw_Interpretor &theCommands)
static Standard_EXPORT void GeneralCommands (Draw_Interpretor &theCommands)
static Standard_EXPORT void ViewerCommands (Draw_Interpretor &theCommands)
static Standard_EXPORT void DisplayCommands (Draw_Interpretor &theCommands)
static Standard_EXPORT void ObjectCommands (Draw_Interpretor &theCommands)


Member Function Documentation

static Standard_EXPORT void Viewer2dTest::Clear  )  [static]
 

static Standard_EXPORT void Viewer2dTest::Commands Draw_Interpretor theCommands  )  [static]
 

static Standard_EXPORT Handle_Viewer2dTest_EventManager Viewer2dTest::CurrentEventManager  )  [static]
 

static Standard_EXPORT void Viewer2dTest::CurrentView const Handle(V2d_View)&  aViou  )  [static]
 

static Standard_EXPORT Handle_V2d_View Viewer2dTest::CurrentView  )  [static]
 

static Standard_EXPORT void Viewer2dTest::DisplayCommands Draw_Interpretor theCommands  )  [static]
 

static Standard_EXPORT void Viewer2dTest::GeneralCommands Draw_Interpretor theCommands  )  [static]
 

static Standard_EXPORT Handle_AIS2D_InteractiveContext Viewer2dTest::GetAIS2DContext  )  [static]
 

static Standard_EXPORT Handle_V2d_Viewer Viewer2dTest::GetCollectorFromContext  )  [static]
 

static Standard_EXPORT void Viewer2dTest::GetMousePosition Standard_Integer &  xpix,
Standard_Integer &  ypix
[static]
 

static Standard_EXPORT Handle_V2d_Viewer Viewer2dTest::GetViewerFromContext  )  [static]
 

static Standard_EXPORT void Viewer2dTest::MyCommands Draw_Interpretor theCommands  )  [static]
 

static Standard_EXPORT void Viewer2dTest::ObjectCommands Draw_Interpretor theCommands  )  [static]
 

void Viewer2dTest::operator delete void *  anAddress  )  [inline]
 

void* Viewer2dTest::operator new size_t  size  )  [inline]
 

void* Viewer2dTest::operator new size_t  ,
void *  anAddress
[inline]
 

static Standard_EXPORT Handle_AIS2D_InteractiveObject Viewer2dTest::PickObject const AIS_KindOfInteractive  Type = AIS_KOI_None,
const Standard_Integer  Signature = -1,
const Standard_Integer  MaxPick = 5
[static]
 

static Standard_EXPORT Standard_Boolean Viewer2dTest::PickObjects Handle(TColStd_HArray1OfTransient)&  thepicked,
const AIS_KindOfInteractive  Type = AIS_KOI_None,
const Standard_Integer  Signature = -1,
const Standard_Integer  MaxPick = 5
[static]
 

static Standard_EXPORT TopoDS_Shape Viewer2dTest::PickShape const TopAbs_ShapeEnum  aType,
const Standard_Integer  MaxPick = 5
[static]
 

static Standard_EXPORT Standard_Boolean Viewer2dTest::PickShapes const TopAbs_ShapeEnum  aType,
Handle(TopTools_HArray1OfShape)&  thepicked,
const Standard_Integer  MaxPick = 5
[static]
 

static Standard_EXPORT void Viewer2dTest::RemoveSelected  )  [static]
 

static Standard_EXPORT void Viewer2dTest::ResetEventManager  )  [static]
 

static Standard_EXPORT void Viewer2dTest::SetAIS2DContext const Handle(AIS2D_InteractiveContext)&  aContext  )  [static]
 

static Standard_EXPORT void Viewer2dTest::SetEventManager const Handle(Viewer2dTest_EventManager)&  aMgr  )  [static]
 

static Standard_EXPORT void Viewer2dTest::StandardModeActivation const Standard_Integer  Mode  )  [static]
 

static Standard_EXPORT void Viewer2dTest::UnsetEventManager  )  [static]
 

static Standard_EXPORT void Viewer2dTest::ViewerCommands Draw_Interpretor theCommands  )  [static]
 

static Standard_EXPORT void Viewer2dTest::ViewerInit  )  [static]
 


The documentation for this class was generated from the following file:
Generated on Mon Aug 25 14:51:19 2008 for OpenCASCADE by  doxygen 1.4.1