Glyph Version 7.22.2 |
pw:: ExamineFilterType for filtering examine results Derives FromSummary
create
This action creates a new examine filter object. ParametersThis action has no parameters. ReturnsThis action returns a new pw::ExamineFilter object. getAll
This action gets a list of all of the current filters. ParametersThis action has no parameters. ReturnsThis action returns a list of pw::ExamineFilter objects. getByName
This action gets an examine filter object with the given name. Parameters
ReturnsThis action returns a pw::ExamineFilter object. Name
This attribute is the name of the examine filter. TypeThis attribute is a string. DefaultThe default for this attribute is a uniquely generated name. FilterType
This attribute is the type of the examine filter. TypeThis attribute is a string with valid values < Grid | Overset >. DefaultThe default for this attribute is Grid getLineCount
This action gets the number of lines that defines the filter ParametersThis action has no parameters. ReturnsThis action returns the integer count of lines in the filter. getLine
This action gets the filter line at the given index. Parameters
ReturnsIf the line type of this line is Condition, this action will return a list of three values corresponding to the attribute, operand, and the value. If the line type of this line is DecisionBegin or DecisionEnd, this action will return a list of one value corresponding to the type of decision. setDecisionLine
This action sets the filter decision type at the given index. Parameters
ReturnsThis action does not return anything. setConditionLine
This action sets the filter condition attribute, operand and value at the given index. Parameters
ReturnsThis action does not return anything. insertDecisionLine
This action inserts a decision filter line before the line with the given index. Parameters
ReturnsThis action does not return anything. insertConditionLine
This action inserts a condition filter line before the line with the given index. Parameters
ReturnsThis action does not return anything. removeLine
This action removes a filter line at the given index including any children lines if the type of the line is DecisionBegin or DecisionEnd. Parameters
ReturnsThis action does not return anything. setEnabled
This action sets the enabled state of the line at the given index. Parameters
ReturnsThis action does not return anything. |
This action creates a new examine filter object.
pw::ExamineFilter create
This action gets a list of all of the current filters.
pw::ExamineFilter getAll
This action gets an examine filter object with the given name.
pw::ExamineFilter getByName name
This attribute is the name of the examine filter.
$filter get/setName name
This attribute is the type of the examine filter.
$filter get/setFilterType type
This action gets the number of lines that defines the filter
$filter getLineCount
This action gets the type of a line in the filter
$filter getLineType index
This action gets the filter line at the given index.
$filter getLine index
This action sets the filter decision type at the given index.
$filter setDecisionLine index type
This action sets the filter condition attribute, operand and value at the given index.
$filter setConditionLine index attribute operand value
This action inserts a decision filter line before the line with the given index.
$filter insertDecisionLine index type
This action inserts a condition filter line before the line with the given index.
$filter insertConditionLine index attribute operand value
This action removes a filter line at the given index including any children lines if the type of the line is DecisionBegin or DecisionEnd.
$filter removeLine index
This action removes all filter lines from the filter.
$filter removeAllLines
This action returns whether the line at the given index is enabled.
$filter getEnabled index
This action sets the enabled state of the line at the given index.
$filter setEnabled index enabled
This action deletes this examine filter.
$filter delete
This action gets a list of allowable function names.
pw::Examine getFunctionNames