Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

exotkAF_ViewTypeMenuNode Class Reference

Describe a menu node for the view type ( view orientation ). More...

#include <exotkAF_ViewTypeMenuNode.hxx>

Inheritance diagram for exotkAF_ViewTypeMenuNode:

Inheritance graph
[legend]
Collaboration diagram for exotkAF_ViewTypeMenuNode:

Collaboration graph
[legend]
List of all members.

Public Methods

void * operator new (size_t, void *anAddress)
 OCC new. More...

void * operator new (size_t size)
 OCC new. More...

void operator delete (void *anAddress)
 OCC new. More...

Standard_EXPORT exotkAF_ViewTypeMenuNode (const Handle_exotkAF_View &aView, const enum exotkAF_ViewType aType)
 Constructor. More...

virtual Standard_EXPORT ~exotkAF_ViewTypeMenuNode ()
 Destructor. More...

virtual Standard_EXPORT Standard_Boolean Execute ()
 Execute the action ( set the view to myViewType orientation ). More...


Protected Attributes

exotkAF_ViewType myViewType
Handle_exotkAF_View myView

Detailed Description

Describe a menu node for the view type ( view orientation ).

Author:
Stephane Routelous

Definition at line 50 of file exotkAF_ViewTypeMenuNode.hxx.


Constructor & Destructor Documentation

exotkAF_ViewTypeMenuNode::exotkAF_ViewTypeMenuNode const Handle_exotkAF_View   aView,
const enum exotkAF_ViewType    aType
 

Constructor.

Parameters:
aView  const Handle_exotkAF_View&
aType  const enum exotkAF_ViewType

Definition at line 66 of file exotkAF_ViewTypeMenuNode.cxx.

exotkAF_ViewTypeMenuNode::~exotkAF_ViewTypeMenuNode   [virtual]
 

Destructor.

Definition at line 79 of file exotkAF_ViewTypeMenuNode.cxx.


Member Function Documentation

exotkAF_ViewTypeMenuNode::Execute   [virtual]
 

Execute the action ( set the view to myViewType orientation ).

Returns:
Standard_Boolean

Reimplemented from exotkTree_MenuNode.

Definition at line 90 of file exotkAF_ViewTypeMenuNode.cxx.

References myView, and myViewType.

void exotkAF_ViewTypeMenuNode::operator delete void *    anAddress [inline]
 

OCC new.

Returns:
inline void
Parameters:
void  *anAddress

Reimplemented from exotkTree_MenuNode.

Definition at line 83 of file exotkAF_ViewTypeMenuNode.hxx.

References exotkAF_ViewType.

void * exotkAF_ViewTypeMenuNode::operator new size_t    size [inline]
 

OCC new.

Returns:
inline void*
Parameters:
size_t  size

Reimplemented from exotkTree_MenuNode.

Definition at line 72 of file exotkAF_ViewTypeMenuNode.hxx.

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

OCC new.

Returns:
inline void*
Parameters:
size_t 
void  * anAddress

Reimplemented from exotkTree_MenuNode.

Definition at line 61 of file exotkAF_ViewTypeMenuNode.hxx.


Member Data Documentation

Handle_exotkAF_View exotkAF_ViewTypeMenuNode::myView [protected]
 

the view to handle

Definition at line 114 of file exotkAF_ViewTypeMenuNode.hxx.

Referenced by Execute().

exotkAF_ViewType exotkAF_ViewTypeMenuNode::myViewType [protected]
 

the view type to apply

Definition at line 112 of file exotkAF_ViewTypeMenuNode.hxx.

Referenced by Execute().


The documentation for this class was generated from the following files:
Generated on Wed Jan 23 12:18:29 2002 for exotk by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001