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

Classes

class  Colors
 
class  TwineDocumentData
 
class  TwineEdgeData
 
class  TwineHelper
 
class  TwineHtmlParser
 
class  TwineInnerEdgeData
 
class  TwineNodeData
 
class  TwineNodeTag
 

Functions

 _print_internal (color, string, **kwargs)
 
 convert_path_to_absolute_if_not_already (path)
 
 exit_program (status)
 
 exit_program_error (message=None)
 
 exit_program_success ()
 
 export_twine_file_dlg_text_json (src_file_path, src_twine_dir_from, dst_json_dir)
 
 is_path_twine_file (path)
 
 json_save_dictionary (path, dictionary)
 
 main (src_twine_dir, dst_json_dir)
 
 print_blue (*args, **kwargs)
 
 print_blue_light (*args, **kwargs)
 
 print_config_value (config_name, config_value)
 
 print_green (*args, **kwargs)
 
 print_green_light (*args, **kwargs)
 
 print_newlines (nr=1)
 
 print_red (*args, **kwargs)
 
 print_red_light (*args, **kwargs)
 
 print_reset_color ()
 
 print_yellow (*args, **kwargs)
 
 print_yellow_light (*args, **kwargs)
 
 string_to_int (string)
 
 twine_parse_file (path)
 

Variables

 args = parser.parse_args()
 
 default
 
str DLG_JSON_HUMAN_EXTENSION = ".dlg_human.json"
 
 help
 
 nargs
 
 parser = argparse.ArgumentParser()
 
int ROOT_NODE_INDEX = -1
 
 str
 
 type
 

Function Documentation

◆ _print_internal()

DlgTwineToJsonHumanText._print_internal ( color,
string,
** kwargs )
protected

Definition at line 50 of file DlgTwineToJsonHumanText.py.

Here is the caller graph for this function:

◆ convert_path_to_absolute_if_not_already()

DlgTwineToJsonHumanText.convert_path_to_absolute_if_not_already ( path)

Definition at line 570 of file DlgTwineToJsonHumanText.py.

Here is the caller graph for this function:

◆ exit_program()

DlgTwineToJsonHumanText.exit_program ( status)

Definition at line 556 of file DlgTwineToJsonHumanText.py.

Here is the caller graph for this function:

◆ exit_program_error()

DlgTwineToJsonHumanText.exit_program_error ( message = None)

Definition at line 560 of file DlgTwineToJsonHumanText.py.

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

◆ exit_program_success()

DlgTwineToJsonHumanText.exit_program_success ( )

Definition at line 566 of file DlgTwineToJsonHumanText.py.

Here is the call graph for this function:

◆ export_twine_file_dlg_text_json()

DlgTwineToJsonHumanText.export_twine_file_dlg_text_json ( src_file_path,
src_twine_dir_from,
dst_json_dir )

Definition at line 618 of file DlgTwineToJsonHumanText.py.

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

◆ is_path_twine_file()

DlgTwineToJsonHumanText.is_path_twine_file ( path)

Definition at line 577 of file DlgTwineToJsonHumanText.py.

Here is the caller graph for this function:

◆ json_save_dictionary()

DlgTwineToJsonHumanText.json_save_dictionary ( path,
dictionary )

Definition at line 592 of file DlgTwineToJsonHumanText.py.

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

◆ main()

DlgTwineToJsonHumanText.main ( src_twine_dir,
dst_json_dir )

Definition at line 666 of file DlgTwineToJsonHumanText.py.

Here is the call graph for this function:

◆ print_blue()

DlgTwineToJsonHumanText.print_blue ( * args,
** kwargs )

Definition at line 69 of file DlgTwineToJsonHumanText.py.

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

◆ print_blue_light()

DlgTwineToJsonHumanText.print_blue_light ( * args,
** kwargs )

Definition at line 73 of file DlgTwineToJsonHumanText.py.

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

◆ print_config_value()

DlgTwineToJsonHumanText.print_config_value ( config_name,
config_value )

Definition at line 93 of file DlgTwineToJsonHumanText.py.

Here is the call graph for this function:

◆ print_green()

DlgTwineToJsonHumanText.print_green ( * args,
** kwargs )

Definition at line 85 of file DlgTwineToJsonHumanText.py.

Here is the call graph for this function:

◆ print_green_light()

DlgTwineToJsonHumanText.print_green_light ( * args,
** kwargs )

Definition at line 89 of file DlgTwineToJsonHumanText.py.

Here is the call graph for this function:

◆ print_newlines()

DlgTwineToJsonHumanText.print_newlines ( nr = 1)

Definition at line 40 of file DlgTwineToJsonHumanText.py.

◆ print_red()

DlgTwineToJsonHumanText.print_red ( * args,
** kwargs )

Definition at line 61 of file DlgTwineToJsonHumanText.py.

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

◆ print_red_light()

DlgTwineToJsonHumanText.print_red_light ( * args,
** kwargs )

Definition at line 65 of file DlgTwineToJsonHumanText.py.

Here is the call graph for this function:

◆ print_reset_color()

DlgTwineToJsonHumanText.print_reset_color ( )

Definition at line 45 of file DlgTwineToJsonHumanText.py.

◆ print_yellow()

DlgTwineToJsonHumanText.print_yellow ( * args,
** kwargs )

Definition at line 77 of file DlgTwineToJsonHumanText.py.

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

◆ print_yellow_light()

DlgTwineToJsonHumanText.print_yellow_light ( * args,
** kwargs )

Definition at line 81 of file DlgTwineToJsonHumanText.py.

Here is the call graph for this function:

◆ string_to_int()

DlgTwineToJsonHumanText.string_to_int ( string)

Definition at line 98 of file DlgTwineToJsonHumanText.py.

Here is the caller graph for this function:

◆ twine_parse_file()

DlgTwineToJsonHumanText.twine_parse_file ( path)
Returns a dictionary

Definition at line 604 of file DlgTwineToJsonHumanText.py.

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

Variable Documentation

◆ args

DlgTwineToJsonHumanText.args = parser.parse_args()

Definition at line 699 of file DlgTwineToJsonHumanText.py.

◆ default

DlgTwineToJsonHumanText.default

Definition at line 696 of file DlgTwineToJsonHumanText.py.

◆ DLG_JSON_HUMAN_EXTENSION

str DlgTwineToJsonHumanText.DLG_JSON_HUMAN_EXTENSION = ".dlg_human.json"

Definition at line 17 of file DlgTwineToJsonHumanText.py.

◆ help

DlgTwineToJsonHumanText.help

Definition at line 696 of file DlgTwineToJsonHumanText.py.

◆ nargs

DlgTwineToJsonHumanText.nargs

Definition at line 696 of file DlgTwineToJsonHumanText.py.

◆ parser

DlgTwineToJsonHumanText.parser = argparse.ArgumentParser()

Definition at line 695 of file DlgTwineToJsonHumanText.py.

◆ ROOT_NODE_INDEX

int DlgTwineToJsonHumanText.ROOT_NODE_INDEX = -1

Definition at line 18 of file DlgTwineToJsonHumanText.py.

◆ str

DlgTwineToJsonHumanText.str

Definition at line 696 of file DlgTwineToJsonHumanText.py.

◆ type

DlgTwineToJsonHumanText.type

Definition at line 696 of file DlgTwineToJsonHumanText.py.