OpenStructure
Loading...
Searching...
No Matches
Data Structures | Functions | Variables
ost.gui.dng.init Namespace Reference

Data Structures

class  OstOptionParser
 

Functions

 _my_exit (code)
 
 _InitRuleBasedProcessor ()
 
 _CheckRestore ()
 
 _InitPanels (app)
 
 _InitFrontEnd (try_stereo)
 
 _load_files ()
 
 _get_selection_query (sel)
 
 _execute_script ()
 
 show_help (option, opt, value, parser)
 
 parse_script_option (option, opt, value, parser)
 
 _SplitIDSel (name)
 
 stop ()
 

Variables

bool _img_present = True
 
 _exit
 
 exit
 
list loading_list = []
 
list script_argv = []
 
str usage = 'usage: dng [options] [files to load]'
 
 compound_lib = conop.CompoundLib.Load(options.complib)
 
 processor
 
 home = os.getenv('HOME') or os.getenv('USERPROFILE')
 
 _ostrc = os.path.join(home, '.ostrc')
 
 rcfile = open(_ostrc,"w")
 
 file
 
 working_dir = settings.GetValue("DNG_WORKING_DIR",None)
 

Function Documentation

◆ _CheckRestore()

_CheckRestore ( )
protected

Definition at line 50 of file init.py.

◆ _execute_script()

_execute_script ( )
protected

Definition at line 114 of file init.py.

◆ _get_selection_query()

_get_selection_query (   sel)
protected

Definition at line 104 of file init.py.

◆ _InitFrontEnd()

_InitFrontEnd (   try_stereo)
protected

Definition at line 75 of file init.py.

◆ _InitPanels()

_InitPanels (   app)
protected

Definition at line 57 of file init.py.

◆ _InitRuleBasedProcessor()

_InitRuleBasedProcessor ( )
protected

Definition at line 38 of file init.py.

◆ _load_files()

_load_files ( )
protected

Definition at line 98 of file init.py.

◆ _my_exit()

_my_exit (   code)
protected

Definition at line 30 of file init.py.

◆ _SplitIDSel()

_SplitIDSel (   name)
protected

Definition at line 134 of file init.py.

◆ parse_script_option()

parse_script_option (   option,
  opt,
  value,
  parser 
)

Definition at line 128 of file init.py.

◆ show_help()

show_help (   option,
  opt,
  value,
  parser 
)

Definition at line 123 of file init.py.

◆ stop()

stop ( )

Definition at line 140 of file init.py.

Variable Documentation

◆ _exit

_exit
protected

Definition at line 35 of file init.py.

◆ _img_present

bool _img_present = True
protected

Definition at line 11 of file init.py.

◆ _ostrc

_ostrc = os.path.join(home, '.ostrc')
protected

Definition at line 189 of file init.py.

◆ compound_lib

compound_lib = conop.CompoundLib.Load(options.complib)

Definition at line 184 of file init.py.

◆ exit

exit

Definition at line 36 of file init.py.

◆ file

file

Definition at line 197 of file init.py.

◆ home

home = os.getenv('HOME') or os.getenv('USERPROFILE')

Definition at line 188 of file init.py.

◆ loading_list

list loading_list = []

Definition at line 144 of file init.py.

◆ processor

processor

Definition at line 186 of file init.py.

◆ rcfile

rcfile = open(_ostrc,"w")

Definition at line 196 of file init.py.

◆ script_argv

script_argv = []

Definition at line 145 of file init.py.

◆ usage

str usage = 'usage: dng [options] [files to load]'

Definition at line 148 of file init.py.

◆ working_dir

working_dir = settings.GetValue("DNG_WORKING_DIR",None)

Definition at line 205 of file init.py.