Raytrix Light Field SDK  4.0
Logo
Classes | Enumerations | Functions
RxNET_CluViz

Classes

struct  CLUViz::Net::CircleViewPars
 Parameters determining the visual appearance of drawn circles. More...
 
struct  CLUViz::Net::LineStripViewPars
 Parameters determining the visual appearance of drawn line strips. More...
 
struct  CLUViz::Net::PointViewPars
 Parameters determining the visual appearance of drawn points. More...
 
struct  CLUViz::Net::SMouseEventData
 Information about mouse events. More...
 
class  CLUViz::Net::ViewCtrl
 CLUViz .NET View Control More...
 
class  CLUViz::Net::ViewToolBase
 Base implementation of CluViz view tools. More...
 

Enumerations

Functions

public delegate void CLUViz::Net::ViewErrorEventHandler (System::Exception^ ex, ViewCtrl^ xSender)
 Delegate for handling ViewError events. More...
 
public delegate void CLUViz::Net::ViewMouseEventHandler (CLUViz::Net::SMouseEventData^ xMouseEventData)
 Delegate for handling ViewMouse events. More...
 

Detailed Description

Enumeration Type Documentation

Values that represent the pressed mouse button of a mouse event.

Enumerator
None 

No mouse button has triggered the event.

Left 

Left mouse button has triggered the event.

Middle 

Middle mouse button has triggered the event.

Right 

Right mouse button has triggered the event.

Values that represent an action that can be processed after handling mouse events.

Enumerator
None 

Do nothing.

PostRedisplay 

Update the visualization.

ExecScript 

Execute the script with a given tool name.

Values that represent the type of the mouse event.

Enumerator
None 

No event type.

Over 

Mouse is over an object.

Select 

An object has been selected.

Drag 

A mouse button has been pressed to drag.

DragEnd 

The mouse button has been released after dragging.

Click 

A mouse button has been clicked.

Down 

A mouse button has been pressed.

Up 

A mouse button has been released.

Function Documentation

public delegate void CLUViz::Net::ViewErrorEventHandler ( System::Exception^  ex,
ViewCtrl xSender 
)

Delegate for handling ViewError events.

Parameters
ex[out] The occurred exception.
xSender[out] The sender.
public delegate void CLUViz::Net::ViewMouseEventHandler ( CLUViz::Net::SMouseEventData xMouseEventData)

Delegate for handling ViewMouse events.

Parameters
xMouseEventData[out] Data containing information about the mouse event.