Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | Class Members

QS_SelectionWrapper Class Reference

Wrapper class for the selection class. More...

#include <qs_selectionwrapper.h>

List of all members.

Public Slots

void test ()
void selectSingle (QS_EntityWrapper *e)
void selectAll ()
 Selects all entities.
void deselectAll ()
 Deselects all entities.
void invertSelection ()
 Inverts the current selection.
void selectWindow (QS_VectorWrapper *v1, QS_VectorWrapper *v2)
 Selects all entities contained in a rectangular range (window).
void deselectWindow (QS_VectorWrapper *v1, QS_VectorWrapper *v2)
 Deselects all entities contained in a rectangular range (window).
void selectLayer (const QString &layerName)
 Selects all entities on the given layer.

Public Member Functions

 QS_SelectionWrapper (RS_Selection *s)
RS_Selection * getSelection ()


Detailed Description

Wrapper class for the selection class.


Member Function Documentation

void QS_SelectionWrapper::deselectWindow QS_VectorWrapper v1,
QS_VectorWrapper v2
[slot]
 

Deselects all entities contained in a rectangular range (window).

Parameters:
v1 1st corner of the window.
v2 2nd corner of the window.

void QS_SelectionWrapper::selectLayer const QString &  layerName  )  [slot]
 

Selects all entities on the given layer.

Parameters:
layerName Name of the layer.

void QS_SelectionWrapper::selectWindow QS_VectorWrapper v1,
QS_VectorWrapper v2
[slot]
 

Selects all entities contained in a rectangular range (window).

Parameters:
v1 1st corner of the window.
v2 2nd corner of the window.


The documentation for this class was generated from the following files:
Generated on Sat May 6 04:36:12 2006 for qcadscripting by  doxygen 1.4.4