screpl.apps.scroll module ¶
-
class
screpl.apps.scroll.ScrollApp[source] ¶ -
Bases:
screpl.core.application.ApplicationApplication Fields
-
offset¶
Application Methods
index
methods
0
1
2
3
4
5
6
7
8
9
-
loop( self ) ¶ -
AppMethodN(index=0)
-
on_init( self ) ¶ -
AppMethodN(index=3)
-
print( self , writer ) ¶ -
AppMethodN(index=5)
-
get_line_count( self ) ¶ -
AppMethodN(index=6) - OVERRIDE THIS METHOD
-
set_offset( self , new_offset ) ¶ -
AppMethodN(index=7)
-
write_line( self , writer , line ) ¶ -
AppMethodN(index=8) - OVERRIDE THIS METHOD
-
write_title( self , writer ) ¶ -
AppMethodN(index=9) - OVERRIDE THIS METHOD
-