orb.screens.rankings module

class orb.screens.rankings.Rankings(*args)

Bases: PopupDropShadow

copy_pks()
export()
ingest()
on_check_press(_, row_data)
open(*args)

Display the modal in the Window.

When the view is opened, it will be faded in with an animation. If you don’t want the animation, use:

view.open(animation=False)
sort_on_signal(data)
class orb.screens.rankings.RankingsExportPath(**kwargs)

Bases: PopupDropShadow

selected_path

StringProperty(defaultvalue=u’’, **kw) Property that represents a string value.

Parameters:
defaultvalue: string, defaults to ‘’

Specifies the default value of the property.

class orb.screens.rankings.RankingsFileChooser(**kwargs)

Bases: PopupDropShadow

selected_path

StringProperty(defaultvalue=u’’, **kw) Property that represents a string value.

Parameters:
defaultvalue: string, defaults to ‘’

Specifies the default value of the property.