BFModule.BFGTLUtils.CategoryNode

class BFModule.BFGTLUtils.CategoryNode

Bases: BaseNode

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: BFModule.BFGTLUtils.CategoryNode) -> None

  2. __init__(self: BFModule.BFGTLUtils.CategoryNode, categoryNode: BFModule.BFGTLUtils.CategoryNode) -> None

  3. __init__(self: BFModule.BFGTLUtils.CategoryNode, baseNode: BFModule.BFGTLUtils.BaseNode) -> None

Methods

__init__(*args, **kwargs)

Overloaded function.

assign(self, arg0)

Attributes

Description

Retrieve the node description.

DisplayName

Retrieve the node display name.

Name

Retrieve the node name.

NodeAccess

Retrieve the node accessibility.

NodeType

Retrieve the node type.

ToolTip

Retrieve the node tool-tip.

Valid

This instance represents a valid node.

getFeatureCount

The number of child node features in this category.

getFeatureNames

Retrieve the names of all nodes belonging to this category (non-recursive).

getFeatures

Retrieve instances of all nodes belonging to this category (non-recursive).

isNull

Check if node in NULL or not valid.

property Description

Retrieve the node description.

Type

str

property DisplayName

Retrieve the node display name.

Type

str

property Name

Retrieve the node name.

Type

str

property NodeAccess

Retrieve the node accessibility.

Type

BFGTLAccess

property NodeType

Retrieve the node type.

Type

BFGTLNodeType

property ToolTip

Retrieve the node tool-tip.

Type

str

property Valid

This instance represents a valid node.

Getter

Returns TRUE if valid, FALSE otherwise

Type

bool

assign(self: BFModule.BFGTLUtils.CategoryNode, arg0: BFModule.BFGTLUtils.BaseNode) BFModule.BFGTLUtils.CategoryNode
property getFeatureCount

The number of child node features in this category.

Getter

returns the number of children of the CategoryNode.

Type

int

property getFeatureNames

Retrieve the names of all nodes belonging to this category (non-recursive).

Getter

returns a list of the names of all nodes belonging to the CategoryNode.

Type

list

property getFeatures

Retrieve instances of all nodes belonging to this category (non-recursive).

Getter

returns a list of BaseNode that belong to the CategoryNode.

Type

list

property isNull

Check if node in NULL or not valid.

Getter

Returns TRUE if NULL, FALSE otherwise

Type

bool