C# Class Bend.MainBend

Show file Open project: jeske/StepsDB-alpha

Public Methods

Method Description
do_bringup_test ( DbgGUI win ) : void
do_bringup_test3 ( DbgGUI win ) : void
dumpAllDbRecords ( LayerManager db ) : void
dumpAllDbRecords_old ( LayerManager db ) : void
dumpMergeCandidates ( LayerManager db ) : void
dumpSegmentList ( LayerManager db ) : void
stop ( ) : void

Private Methods

Method Description
Main ( string args ) : void

Method Details

do_bringup_test() public static method

public static do_bringup_test ( DbgGUI win ) : void
win DbgGUI
return void

do_bringup_test3() public static method

public static do_bringup_test3 ( DbgGUI win ) : void
win DbgGUI
return void

dumpAllDbRecords() public static method

public static dumpAllDbRecords ( LayerManager db ) : void
db LayerManager
return void

dumpAllDbRecords_old() public static method

public static dumpAllDbRecords_old ( LayerManager db ) : void
db LayerManager
return void

dumpMergeCandidates() public static method

public static dumpMergeCandidates ( LayerManager db ) : void
db LayerManager
return void

dumpSegmentList() public static method

public static dumpSegmentList ( LayerManager db ) : void
db LayerManager
return void

stop() public static method

public static stop ( ) : void
return void