A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
DlgTwineToJsonHumanText.TwineNodeData Class Reference

Public Member Functions

 __init__ (self)
 
 __repr__ (self)
 
 __str__ (self)
 
 can_have_text (self)
 
 can_have_text_on_edges (self)
 
 is_node_end (self)
 
 is_node_selector (self)
 
 is_node_selector_first (self)
 
 is_node_selector_random (self)
 
 is_node_speech (self)
 
 is_node_speech_sequence (self)
 
 is_node_start (self)
 
 is_node_virtual_parent (self)
 
 parse (self)
 
 to_dict (self)
 

Public Attributes

 edges
 
 inner_edges
 
 node_index
 
 raw_data
 
 raw_name
 
 raw_tags
 
 speaker
 
 tags
 
 text
 

Static Public Attributes

str REGEX_EDGES = r"\[\[(.*)\]\]"
 

Protected Member Functions

 _parse_edges (self)
 
 _parse_inner_edges (self)
 
 _parse_text (self)
 

Private Member Functions

 __get_raw_data_until_edges (self)
 

Detailed Description

Definition at line 287 of file DlgTwineToJsonHumanText.py.

Constructor & Destructor Documentation

◆ __init__()

DlgTwineToJsonHumanText.TwineNodeData.__init__ ( self)

Definition at line 290 of file DlgTwineToJsonHumanText.py.

Member Function Documentation

◆ __get_raw_data_until_edges()

DlgTwineToJsonHumanText.TwineNodeData.__get_raw_data_until_edges ( self)
private

Definition at line 303 of file DlgTwineToJsonHumanText.py.

Here is the caller graph for this function:

◆ __repr__()

DlgTwineToJsonHumanText.TwineNodeData.__repr__ ( self)

Definition at line 432 of file DlgTwineToJsonHumanText.py.

◆ __str__()

DlgTwineToJsonHumanText.TwineNodeData.__str__ ( self)

Definition at line 429 of file DlgTwineToJsonHumanText.py.

◆ _parse_edges()

DlgTwineToJsonHumanText.TwineNodeData._parse_edges ( self)
protected

Definition at line 318 of file DlgTwineToJsonHumanText.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ _parse_inner_edges()

DlgTwineToJsonHumanText.TwineNodeData._parse_inner_edges ( self)
protected

Definition at line 337 of file DlgTwineToJsonHumanText.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ _parse_text()

DlgTwineToJsonHumanText.TwineNodeData._parse_text ( self)
protected

Definition at line 312 of file DlgTwineToJsonHumanText.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ can_have_text()

DlgTwineToJsonHumanText.TwineNodeData.can_have_text ( self)

Definition at line 368 of file DlgTwineToJsonHumanText.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ can_have_text_on_edges()

DlgTwineToJsonHumanText.TwineNodeData.can_have_text_on_edges ( self)

Definition at line 371 of file DlgTwineToJsonHumanText.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ is_node_end()

DlgTwineToJsonHumanText.TwineNodeData.is_node_end ( self)

Definition at line 377 of file DlgTwineToJsonHumanText.py.

◆ is_node_selector()

DlgTwineToJsonHumanText.TwineNodeData.is_node_selector ( self)

Definition at line 389 of file DlgTwineToJsonHumanText.py.

Here is the call graph for this function:

◆ is_node_selector_first()

DlgTwineToJsonHumanText.TwineNodeData.is_node_selector_first ( self)

Definition at line 392 of file DlgTwineToJsonHumanText.py.

Here is the caller graph for this function:

◆ is_node_selector_random()

DlgTwineToJsonHumanText.TwineNodeData.is_node_selector_random ( self)

Definition at line 395 of file DlgTwineToJsonHumanText.py.

Here is the caller graph for this function:

◆ is_node_speech()

DlgTwineToJsonHumanText.TwineNodeData.is_node_speech ( self)

Definition at line 380 of file DlgTwineToJsonHumanText.py.

Here is the caller graph for this function:

◆ is_node_speech_sequence()

DlgTwineToJsonHumanText.TwineNodeData.is_node_speech_sequence ( self)

Definition at line 386 of file DlgTwineToJsonHumanText.py.

Here is the caller graph for this function:

◆ is_node_start()

DlgTwineToJsonHumanText.TwineNodeData.is_node_start ( self)

Definition at line 374 of file DlgTwineToJsonHumanText.py.

Here is the caller graph for this function:

◆ is_node_virtual_parent()

DlgTwineToJsonHumanText.TwineNodeData.is_node_virtual_parent ( self)

Definition at line 383 of file DlgTwineToJsonHumanText.py.

Here is the caller graph for this function:

◆ parse()

DlgTwineToJsonHumanText.TwineNodeData.parse ( self)

Definition at line 354 of file DlgTwineToJsonHumanText.py.

Here is the call graph for this function:

◆ to_dict()

DlgTwineToJsonHumanText.TwineNodeData.to_dict ( self)

Definition at line 398 of file DlgTwineToJsonHumanText.py.

Here is the call graph for this function:

Member Data Documentation

◆ edges

DlgTwineToJsonHumanText.TwineNodeData.edges

Definition at line 300 of file DlgTwineToJsonHumanText.py.

◆ inner_edges

DlgTwineToJsonHumanText.TwineNodeData.inner_edges

Definition at line 301 of file DlgTwineToJsonHumanText.py.

◆ node_index

DlgTwineToJsonHumanText.TwineNodeData.node_index

Definition at line 296 of file DlgTwineToJsonHumanText.py.

◆ raw_data

DlgTwineToJsonHumanText.TwineNodeData.raw_data

Definition at line 292 of file DlgTwineToJsonHumanText.py.

◆ raw_name

DlgTwineToJsonHumanText.TwineNodeData.raw_name

Definition at line 291 of file DlgTwineToJsonHumanText.py.

◆ raw_tags

DlgTwineToJsonHumanText.TwineNodeData.raw_tags

Definition at line 293 of file DlgTwineToJsonHumanText.py.

◆ REGEX_EDGES

str DlgTwineToJsonHumanText.TwineNodeData.REGEX_EDGES = r"\[\[(.*)\]\]"
static

Definition at line 288 of file DlgTwineToJsonHumanText.py.

◆ speaker

DlgTwineToJsonHumanText.TwineNodeData.speaker

Definition at line 297 of file DlgTwineToJsonHumanText.py.

◆ tags

DlgTwineToJsonHumanText.TwineNodeData.tags

Definition at line 299 of file DlgTwineToJsonHumanText.py.

◆ text

DlgTwineToJsonHumanText.TwineNodeData.text

Definition at line 298 of file DlgTwineToJsonHumanText.py.


The documentation for this class was generated from the following file: