With the Selection functions, you can retrieve information about the modules or columns you have selected within a view. These functions work best if run from an icon in the Views Toolbar.
More...
#include <selinterface.h>
|
| selection (QObject *parent, const char *name) |
|
With the Selection functions, you can retrieve information about the modules or columns you have selected within a view. These functions work best if run from an icon in the Views Toolbar.
function dumpSelectedColumn()
{
var ncol =
selection.numberOfCellColumnsSelected();
var i;
for (i = 0; i < ncol; ++i)
{
var f;
for (f = 1; f <= nframe; ++f)
{
if (keyframe) value += " (keyframe)";
}
}
}
selection::selection |
( |
QObject * |
parent, |
|
|
const char * |
name |
|
) |
| |
bool selection::addColumnToSelection |
( |
QString |
column | ) |
|
|
slot |
Add a column to the selection.
returns whether columns was located and successfully added to the selection
- Parameters
-
bool selection::addDrawingColumnToSelection |
( |
QString |
columnName | ) |
|
|
slot |
Adds the drawing column and it's associated read node to the selection.
- Parameters
-
columnsname | displayed name of column |
bool selection::addNodeToSelection |
( |
QString |
node | ) |
|
|
slot |
Add a node to the selection.
returns whether node was located and successfully added to the selection
- Parameters
-
bool selection::clearSelection |
( |
| ) |
|
|
slot |
bool selection::extendSelectionWithColumn |
( |
QString |
columnName | ) |
|
|
slot |
Adds the column to the selection. If the column is a drawing column, also adds the associated read node to the selection.
- Parameters
-
columnsname | displayed name of column |
int selection::numberOfColumnsSelected |
( |
| ) |
const |
|
slot |
returns a value for the number of columns selected in the xsheet.
int selection::numberOfNodesSelected |
( |
| ) |
const |
|
slot |
returns the number of modules that are selected.
void selection::selectAll |
( |
| ) |
|
|
slot |
selects all nodes and all columns in the scene
QString selection::selectedColumn |
( |
int |
i | ) |
const |
|
slot |
returns the ith column selected in the xsheet.
QString selection::selectedNode |
( |
int |
i | ) |
const |
|
slot |
returns the path of the selected node
void selection::setSelectionFrameRange |
( |
int |
start, |
|
|
int |
length |
|
) |
| |
|
slot |
Sets the selection frame range.
- Parameters
-
start | beginning frame |
length | nb of frames selected |
The documentation for this class was generated from the following file: