SYMBOL INDEX (5983 symbols across 376 files) FILE: tickeys/CLI.py class CLI (line 12) | class CLI(cmd.Cmd): method __init__ (line 14) | def __init__(self): method default (line 25) | def default(self, line): method help_setstyle (line 28) | def help_setstyle(self): method do_setstyle (line 31) | def do_setstyle(self, arg): method help_setvol (line 47) | def help_setvol(self): method do_setvol (line 50) | def do_setvol(self, arg): method help_setpitch (line 69) | def help_setpitch(self): method do_setpitch (line 72) | def do_setpitch(self, arg): method help_getinfo (line 91) | def help_getinfo(self): method do_getinfo (line 94) | def do_getinfo(self, arg): method do_quit (line 98) | def do_quit(self, arg): FILE: tickeys/GUI.py function show_notify (line 200) | def show_notify(notify_content=""): function show_startup_notify (line 212) | def show_startup_notify(): function check_update_and_notify (line 217) | def check_update_and_notify(): class EffectSpinner (line 237) | class EffectSpinner(Spinner): method get_style_name (line 238) | def get_style_name(self): class SpinnerRow (line 253) | class SpinnerRow(BoxLayout): method change_style (line 254) | def change_style(self): class AdjustVol (line 272) | class AdjustVol(BoxLayout): method setVolume (line 273) | def setVolume(self, volume): class AdjustPitch (line 277) | class AdjustPitch(BoxLayout): method setPitch (line 278) | def setPitch(self, pitch): class SwitcherRow (line 282) | class SwitcherRow(BoxLayout): class ExitAndSwitchRow (line 286) | class ExitAndSwitchRow(BoxLayout): method Exit (line 287) | def Exit(self): method Hide (line 290) | def Hide(self): method add_delete_startup_file (line 293) | def add_delete_startup_file(self, active): method set_language (line 299) | def set_language(self, language): method get_language_name (line 311) | def get_language_name(self): method have_added (line 320) | def have_added(self): class InforRow (line 324) | class InforRow(BoxLayout): method open_project_website (line 325) | def open_project_website(self, *args): method get_version (line 329) | def get_version(self): class Main (line 333) | class Main(GridLayout): method __init__ (line 334) | def __init__(self, *args, **kwargs): method Hide (line 347) | def Hide(self): class TickeysApp (line 352) | class TickeysApp(App): method __init__ (line 353) | def __init__(self, *args, **kwargs): method build (line 356) | def build(self): method on_stop (line 361) | def on_stop(self): FILE: tickeys/__init__.py function tickeys (line 9) | def tickeys(): FILE: tickeys/config.py class Configer (line 6) | class Configer(): method __init__ (line 8) | def __init__(self, *arg): method init_config (line 17) | def init_config(self): method read_config (line 25) | def read_config(self): method save_config (line 40) | def save_config(self): method volume (line 53) | def volume(self): method pitch (line 57) | def pitch(self): method style (line 61) | def style(self): method lang (line 65) | def lang(self): method autostart (line 69) | def autostart(self): FILE: tickeys/keyboardHandler.py class KeyboardHandler (line 12) | class KeyboardHandler(): method __init__ (line 14) | def __init__(self): method set_style (line 24) | def set_style(self, style): method set_volume (line 27) | def set_volume(self, volume): method set_pitch (line 30) | def set_pitch(self, pitch): method get_player_infor (line 33) | def get_player_infor(self): method key_down (line 36) | def key_down(self, event): method check_show_window (line 42) | def check_show_window(self, key_code): method start_detecting (line 57) | def start_detecting(self): method stop_detecting (line 62) | def stop_detecting(self): FILE: tickeys/kivy/__init__.py function require (line 57) | def require(version): function kivy_configure (line 130) | def kivy_configure(): function kivy_register_post_configuration (line 138) | def kivy_register_post_configuration(callback): function kivy_usage (line 147) | def kivy_usage(): FILE: tickeys/kivy/adapters/adapter.py class Adapter (line 51) | class Adapter(EventDispatcher): method __init__ (line 106) | def __init__(self, **kwargs): method bind_triggers_to_view (line 132) | def bind_triggers_to_view(self, func): method get_data_item (line 135) | def get_data_item(self): method get_cls (line 138) | def get_cls(self): method get_view (line 155) | def get_view(self, index): # pragma: no cover FILE: tickeys/kivy/adapters/dictadapter.py class DictAdapter (line 27) | class DictAdapter(ListAdapter): method __init__ (line 54) | def __init__(self, **kwargs): method bind_triggers_to_view (line 66) | def bind_triggers_to_view(self, func): method initialize_sorted_keys (line 74) | def initialize_sorted_keys(self, *args, **kwargs): method update_for_new_data (line 90) | def update_for_new_data(self, *args): method get_count (line 94) | def get_count(self): method get_data_item (line 97) | def get_data_item(self, index): method trim_left_of_sel (line 105) | def trim_left_of_sel(self, *args): method trim_right_of_sel (line 117) | def trim_right_of_sel(self, *args): method trim_to_sel (line 129) | def trim_to_sel(self, *args): method cut_to_sel (line 144) | def cut_to_sel(self, *args): FILE: tickeys/kivy/adapters/listadapter.py class ListAdapter (line 56) | class ListAdapter(Adapter, EventDispatcher): method __init__ (line 180) | def __init__(self, **kwargs): method delete_cache (line 189) | def delete_cache(self, *args): method get_count (line 192) | def get_count(self): method get_data_item (line 195) | def get_data_item(self, index): method selection_mode_changed (line 200) | def selection_mode_changed(self, *args): method get_view (line 207) | def get_view(self, index): method create_view (line 215) | def create_view(self, index): method on_selection_change (line 268) | def on_selection_change(self, *args): method handle_selection (line 281) | def handle_selection(self, view, hold_dispatch=False, *args): method select_data_item (line 314) | def select_data_item(self, item): method deselect_data_item (line 317) | def deselect_data_item(self, item): method set_data_item_selection (line 320) | def set_data_item_selection(self, item, value): method select_item_view (line 332) | def select_item_view(self, view): method select_list (line 350) | def select_list(self, view_list, extend=True): method deselect_item_view (line 368) | def deselect_item_view(self, view): method deselect_list (line 386) | def deselect_list(self, l): method update_for_new_data (line 394) | def update_for_new_data(self, *args): method initialize_selection (line 398) | def initialize_selection(self, *args): method check_for_empty_selection (line 405) | def check_for_empty_selection(self, *args): method trim_left_of_sel (line 416) | def trim_left_of_sel(self, *args): method trim_right_of_sel (line 424) | def trim_right_of_sel(self, *args): method trim_to_sel (line 433) | def trim_to_sel(self, *args): method cut_to_sel (line 445) | def cut_to_sel(self, *args): FILE: tickeys/kivy/adapters/models.py class SelectableDataItem (line 49) | class SelectableDataItem(object): method __init__ (line 54) | def __init__(self, **kwargs): method is_selected (line 60) | def is_selected(self): method is_selected (line 66) | def is_selected(self, value): FILE: tickeys/kivy/adapters/simplelistadapter.py class SimpleListAdapter (line 25) | class SimpleListAdapter(Adapter): method __init__ (line 44) | def __init__(self, **kwargs): method get_count (line 52) | def get_count(self): method get_data_item (line 55) | def get_data_item(self, index): method get_view (line 61) | def get_view(self, index): FILE: tickeys/kivy/animation.py class Animation (line 93) | class Animation(EventDispatcher): method __init__ (line 122) | def __init__(self, **kw): method duration (line 138) | def duration(self): method transition (line 144) | def transition(self): method animated_properties (line 150) | def animated_properties(self): method stop_all (line 156) | def stop_all(widget, *largs): method cancel_all (line 177) | def cancel_all(widget, *largs): method start (line 199) | def start(self, widget): method stop (line 207) | def stop(self, widget): method cancel (line 215) | def cancel(self, widget): method stop_property (line 227) | def stop_property(self, widget, prop): method cancel_property (line 241) | def cancel_property(self, widget, prop): method have_properties_to_animate (line 257) | def have_properties_to_animate(self, widget): method _register (line 269) | def _register(self): method _unregister (line 272) | def _unregister(self): method _initialize (line 276) | def _initialize(self, widget): method _clock_install (line 295) | def _clock_install(self): method _clock_uninstall (line 301) | def _clock_uninstall(self): method _update (line 307) | def _update(self, dt): method _calculate (line 344) | def _calculate(self, a, b, t): method on_start (line 368) | def on_start(self, widget): method on_progress (line 371) | def on_progress(self, widget, progress): method on_complete (line 374) | def on_complete(self, widget): method __add__ (line 377) | def __add__(self, animation): method __and__ (line 380) | def __and__(self, animation): class Sequence (line 384) | class Sequence(Animation): method __init__ (line 386) | def __init__(self, anim1, anim2): method duration (line 402) | def duration(self): method start (line 405) | def start(self, widget): method stop (line 412) | def stop(self, widget): method stop_property (line 420) | def stop_property(self, widget, prop): method cancel (line 427) | def cancel(self, widget): method on_anim1_start (line 432) | def on_anim1_start(self, instance, widget): method on_anim1_complete (line 435) | def on_anim1_complete(self, instance, widget): method on_anim1_progress (line 439) | def on_anim1_progress(self, instance, widget, progress): method on_anim2_complete (line 442) | def on_anim2_complete(self, instance, widget): method on_anim2_progress (line 453) | def on_anim2_progress(self, instance, widget, progress): class Parallel (line 457) | class Parallel(Animation): method __init__ (line 459) | def __init__(self, anim1, anim2): method duration (line 468) | def duration(self): method start (line 471) | def start(self, widget): method stop (line 479) | def stop(self, widget): method stop_property (line 487) | def stop_property(self, widget, prop): method cancel (line 494) | def cancel(self, widget): method on_anim_complete (line 499) | def on_anim_complete(self, instance, widget): class AnimationTransition (line 505) | class AnimationTransition(object): method linear (line 514) | def linear(progress): method in_quad (line 519) | def in_quad(progress): method out_quad (line 525) | def out_quad(progress): method in_out_quad (line 531) | def in_out_quad(progress): method in_cubic (line 541) | def in_cubic(progress): method out_cubic (line 547) | def out_cubic(progress): method in_out_cubic (line 554) | def in_out_cubic(progress): method in_quart (line 564) | def in_quart(progress): method out_quart (line 570) | def out_quart(progress): method in_out_quart (line 577) | def in_out_quart(progress): method in_quint (line 587) | def in_quint(progress): method out_quint (line 593) | def out_quint(progress): method in_out_quint (line 600) | def in_out_quint(progress): method in_sine (line 610) | def in_sine(progress): method out_sine (line 616) | def out_sine(progress): method in_out_sine (line 622) | def in_out_sine(progress): method in_expo (line 628) | def in_expo(progress): method out_expo (line 636) | def out_expo(progress): method in_out_expo (line 644) | def in_out_expo(progress): method in_circ (line 658) | def in_circ(progress): method out_circ (line 664) | def out_circ(progress): method in_out_circ (line 671) | def in_out_circ(progress): method in_elastic (line 681) | def in_elastic(progress): method out_elastic (line 693) | def out_elastic(progress): method in_out_elastic (line 704) | def in_out_elastic(progress): method in_back (line 720) | def in_back(progress): method out_back (line 726) | def out_back(progress): method in_out_back (line 733) | def in_out_back(progress): method _out_bounce_internal (line 744) | def _out_bounce_internal(t, d): method _in_bounce_internal (line 759) | def _in_bounce_internal(t, d): method in_bounce (line 763) | def in_bounce(progress): method out_bounce (line 769) | def out_bounce(progress): method in_out_bounce (line 775) | def in_out_bounce(progress): FILE: tickeys/kivy/app.py class App (line 331) | class App(EventDispatcher): method __init__ (line 464) | def __init__(self, **kwargs): method build (line 485) | def build(self): method build_config (line 497) | def build_config(self, config): method build_settings (line 513) | def build_settings(self, settings): method load_kv (line 532) | def load_kv(self, filename=None): method get_application_name (line 599) | def get_application_name(self): method get_application_icon (line 609) | def get_application_icon(self): method get_application_config (line 617) | def get_application_config(self, defaultpath='%(appdir)s/%(appname)s.i... method root_window (line 662) | def root_window(self): method load_config (line 669) | def load_config(self): method directory (line 723) | def directory(self): method user_data_dir (line 739) | def user_data_dir(self): method name (line 780) | def name(self): method run (line 792) | def run(self): method stop (line 827) | def stop(self, *largs): method on_start (line 840) | def on_start(self): method on_stop (line 847) | def on_stop(self): method on_pause (line 854) | def on_pause(self): method on_resume (line 869) | def on_resume(self): method get_running_app (line 884) | def get_running_app(): method on_config_change (line 891) | def on_config_change(self, config, section, key, value): method open_settings (line 897) | def open_settings(self, *largs): method display_settings (line 918) | def display_settings(self, settings): method close_settings (line 942) | def close_settings(self, *largs): method create_settings (line 957) | def create_settings(self): method destroy_settings (line 988) | def destroy_settings(self): method _on_config_change (line 1012) | def _on_config_change(self, *largs): method _install_settings_keys (line 1015) | def _install_settings_keys(self, window): method _on_keyboard_settings (line 1018) | def _on_keyboard_settings(self, window, *largs): method on_title (line 1035) | def on_title(self, instance, title): method on_icon (line 1039) | def on_icon(self, instance, icon): FILE: tickeys/kivy/atlas.py class Atlas (line 151) | class Atlas(EventDispatcher): method _get_filename (line 162) | def _get_filename(self): method __init__ (line 172) | def __init__(self, filename): method __getitem__ (line 177) | def __getitem__(self, key): method _load (line 180) | def _load(self): method create (line 214) | def create(outname, filenames, size, padding=2, use_path=False): FILE: tickeys/kivy/base.py class ExceptionHandler (line 38) | class ExceptionHandler(object): method __init__ (line 52) | def __init__(self): method handle_exception (line 55) | def handle_exception(self, exception): class ExceptionManagerBase (line 62) | class ExceptionManagerBase: method __init__ (line 68) | def __init__(self): method add_handler (line 72) | def add_handler(self, cls): method remove_handler (line 77) | def remove_handler(self, cls): method handle_exception (line 82) | def handle_exception(self, inst): class EventLoopBase (line 95) | class EventLoopBase(EventDispatcher): method __init__ (line 102) | def __init__(self): method touches (line 115) | def touches(self): method ensure_window (line 120) | def ensure_window(self): method set_window (line 128) | def set_window(self, window): method add_input_provider (line 133) | def add_input_provider(self, provider, auto_remove=False): method remove_input_provider (line 141) | def remove_input_provider(self, provider): method add_event_listener (line 147) | def add_event_listener(self, listener): method remove_event_listener (line 153) | def remove_event_listener(self, listener): method start (line 159) | def start(self): method close (line 168) | def close(self): method stop (line 175) | def stop(self): method add_postproc_module (line 195) | def add_postproc_module(self, mod): method remove_postproc_module (line 201) | def remove_postproc_module(self, mod): method post_dispatch_input (line 206) | def post_dispatch_input(self, etype, me): method _dispatch_input (line 291) | def _dispatch_input(self, *ev): method dispatch_input (line 297) | def dispatch_input(self): method idle (line 317) | def idle(self): method run (line 355) | def run(self): method exit (line 361) | def exit(self): method on_stop (line 367) | def on_stop(self): method on_pause (line 372) | def on_pause(self): method on_start (line 377) | def on_start(self): function _run_mainloop (line 386) | def _run_mainloop(): function runTouchApp (line 403) | def runTouchApp(widget=None, slave=False): function stopTouchApp (line 492) | def stopTouchApp(): FILE: tickeys/kivy/cache.py class Cache (line 34) | class Cache(object): method register (line 42) | def register(category, limit=None, timeout=None): method append (line 64) | def append(category, key, obj, timeout=None): method get (line 98) | def get(category, key, default=None): method get_timestamp (line 116) | def get_timestamp(category, key, default=None): method get_lastaccess (line 133) | def get_lastaccess(category, key, default=None): method remove (line 150) | def remove(category, key=None): method _purge_oldest (line 169) | def _purge_oldest(category, maxpurge=1): method _purge_by_timeout (line 189) | def _purge_by_timeout(dt): method print_usage (line 222) | def print_usage(): FILE: tickeys/kivy/clock.py class _ClockBase (line 231) | class _ClockBase(object): method __init__ (line 232) | def __init__(self): method usleep (line 235) | def usleep(self, microseconds): method usleep (line 252) | def usleep(self, microseconds): method usleep (line 266) | def usleep(self, microseconds): class _ClockBase (line 251) | class _ClockBase(object): method __init__ (line 232) | def __init__(self): method usleep (line 235) | def usleep(self, microseconds): method usleep (line 252) | def usleep(self, microseconds): method usleep (line 266) | def usleep(self, microseconds): class _ClockBase (line 265) | class _ClockBase(object): method __init__ (line 232) | def __init__(self): method usleep (line 235) | def usleep(self, microseconds): method usleep (line 252) | def usleep(self, microseconds): method usleep (line 266) | def usleep(self, microseconds): function _hash (line 270) | def _hash(cb): class ClockEvent (line 276) | class ClockEvent(object): method __init__ (line 287) | def __init__(self, clock, loop, callback, timeout, starttime, cid, method __call__ (line 301) | def __call__(self, *largs): method get_callback (line 313) | def get_callback(self): method is_triggered (line 323) | def is_triggered(self): method cancel (line 326) | def cancel(self): method release (line 336) | def release(self): method tick (line 340) | def tick(self, curtime, remove): method __repr__ (line 386) | def __repr__(self): class ClockBase (line 390) | class ClockBase(_ClockBase): method __init__ (line 401) | def __init__(self): method frametime (line 422) | def frametime(self): method frames (line 431) | def frames(self): method frames_displayed (line 440) | def frames_displayed(self): method tick (line 445) | def tick(self): method tick_draw (line 487) | def tick_draw(self): method get_fps (line 494) | def get_fps(self): method get_rfps (line 499) | def get_rfps(self): method get_time (line 508) | def get_time(self): method get_boottime (line 512) | def get_boottime(self): method create_trigger (line 516) | def create_trigger(self, callback, timeout=0): method schedule_once (line 531) | def schedule_once(self, callback, timeout=0): method schedule_interval (line 552) | def schedule_interval(self, callback, timeout): method unschedule (line 568) | def unschedule(self, callback, all=True): method _release_references (line 600) | def _release_references(self): method _process_events (line 609) | def _process_events(self): method _process_events_before_frame (line 617) | def _process_events_before_frame(self): function mainthread (line 648) | def mainthread(func): FILE: tickeys/kivy/config.py class ConfigParser (line 290) | class ConfigParser(PythonConfigParser, object): method __init__ (line 311) | def __init__(self, name=''): method add_callback (line 318) | def add_callback(self, callback, section=None, key=None): method remove_callback (line 331) | def remove_callback(self, callback, section=None, key=None): method _do_callbacks (line 342) | def _do_callbacks(self, section, key, value): method read (line 350) | def read(self, filename): method set (line 389) | def set(self, section, option, value): method setall (line 404) | def setall(self, section, keyvalues): method get (line 410) | def get(self, section, option, **kwargs): method setdefaults (line 417) | def setdefaults(self, section, keyvalues): method setdefault (line 424) | def setdefault(self, section, option, value): method getdefault (line 431) | def getdefault(self, section, option, defaultvalue): method getdefaultint (line 440) | def getdefaultint(self, section, option, defaultvalue): method adddefaultsection (line 448) | def adddefaultsection(self, section): method write (line 455) | def write(self): method update_config (line 471) | def update_config(self, filename, overwrite=False): method _register_named_property (line 483) | def _register_named_property(name, widget_ref, *largs): method get_configparser (line 523) | def get_configparser(name): method name (line 543) | def name(self): method name (line 559) | def name(self, value): FILE: tickeys/kivy/context.py class ProxyContext (line 27) | class ProxyContext(object): method __init__ (line 31) | def __init__(self, obj): method __getattribute__ (line 35) | def __getattribute__(self, name): method __delattr__ (line 38) | def __delattr__(self, name): method __setattr__ (line 41) | def __setattr__(self, name, value): method __bool__ (line 44) | def __bool__(self): method __str__ (line 47) | def __str__(self): method __repr__ (line 50) | def __repr__(self): class Context (line 54) | class Context(dict): method __init__ (line 56) | def __init__(self, init=False): method push (line 67) | def push(self): method pop (line 72) | def pop(self): function register_context (line 80) | def register_context(name, cls, *args, **kwargs): function get_current_context (line 94) | def get_current_context(): FILE: tickeys/kivy/core/__init__.py class CoreCriticalException (line 29) | class CoreCriticalException(Exception): function core_select_lib (line 33) | def core_select_lib(category, llist, create_instance=False, base='kivy.c... function core_register_libs (line 98) | def core_register_libs(category, libs, base='kivy.core'): FILE: tickeys/kivy/core/audio/__init__.py class SoundLoader (line 46) | class SoundLoader: method register (line 53) | def register(classobj): method load (line 59) | def load(filename): class Sound (line 75) | class Sound(EventDispatcher): method _get_status (line 125) | def _get_status(self): method _get_filename (line 133) | def _get_filename(self): method on_source (line 143) | def on_source(self, instance, filename): method get_pos (line 149) | def get_pos(self): method _get_length (line 158) | def _get_length(self): method load (line 164) | def load(self): method unload (line 168) | def unload(self): method play (line 172) | def play(self): method stop (line 177) | def stop(self): method seek (line 182) | def seek(self, position): method on_play (line 186) | def on_play(self): method on_stop (line 189) | def on_stop(self): FILE: tickeys/kivy/core/audio/audio_ffpyplayer.py function _log_callback (line 72) | def _log_callback(message, level): class SoundFFPy (line 78) | class SoundFFPy(Sound): method extensions (line 81) | def extensions(): method __init__ (line 84) | def __init__(self, **kwargs): method __del__ (line 98) | def __del__(self): method _player_callback (line 103) | def _player_callback(self, selector, value): method load (line 114) | def load(self): method unload (line 131) | def unload(self): method play (line 138) | def play(self): method stop (line 149) | def stop(self): method seek (line 156) | def seek(self, position): method get_pos (line 161) | def get_pos(self): method on_volume (line 166) | def on_volume(self, instance, volume): method _get_length (line 170) | def _get_length(self): method _do_eos (line 175) | def _do_eos(self, *args): FILE: tickeys/kivy/core/audio/audio_gi.py class SoundGi (line 25) | class SoundGi(Sound): method extensions (line 28) | def extensions(): method __init__ (line 31) | def __init__(self, **kwargs): method __del__ (line 35) | def __del__(self): method _on_gst_message (line 39) | def _on_gst_message(self, bus, message): method play (line 54) | def play(self): method stop (line 61) | def stop(self): method load (line 67) | def load(self): method unload (line 91) | def unload(self): method seek (line 95) | def seek(self, position): method get_pos (line 101) | def get_pos(self): method on_volume (line 112) | def on_volume(self, instance, volume): method _get_length (line 116) | def _get_length(self): FILE: tickeys/kivy/core/audio/audio_gstplayer.py function _on_gstplayer_message (line 28) | def _on_gstplayer_message(mtype, message): class SoundGstplayer (line 37) | class SoundGstplayer(Sound): method extensions (line 40) | def extensions(): method __init__ (line 43) | def __init__(self, **kwargs): method _on_gst_eos_sync (line 47) | def _on_gst_eos_sync(self): method _on_gst_eos (line 50) | def _on_gst_eos(self, *dt): method load (line 57) | def load(self): method play (line 64) | def play(self): method stop (line 71) | def stop(self): method unload (line 75) | def unload(self): method seek (line 80) | def seek(self, position): method get_pos (line 83) | def get_pos(self): method _get_length (line 86) | def _get_length(self): method on_volume (line 89) | def on_volume(self, instance, volume): method _get_uri (line 92) | def _get_uri(self): FILE: tickeys/kivy/core/audio/audio_pygame.py class SoundPygame (line 30) | class SoundPygame(Sound): method extensions (line 39) | def extensions(): method __init__ (line 44) | def __init__(self, **kwargs): method _check_play (line 49) | def _check_play(self, dt): method play (line 62) | def play(self): method stop (line 72) | def stop(self): method load (line 81) | def load(self): method unload (line 87) | def unload(self): method seek (line 91) | def seek(self, position): method get_pos (line 97) | def get_pos(self): method on_volume (line 104) | def on_volume(self, instance, volume): method _get_length (line 108) | def _get_length(self): FILE: tickeys/kivy/core/audio/audio_pygst.py class SoundPyGst (line 34) | class SoundPyGst(Sound): method extensions (line 37) | def extensions(): method __init__ (line 40) | def __init__(self, **kwargs): method __del__ (line 44) | def __del__(self): method _on_gst_message (line 48) | def _on_gst_message(self, bus, message): method play (line 63) | def play(self): method stop (line 70) | def stop(self): method load (line 76) | def load(self): method unload (line 101) | def unload(self): method seek (line 105) | def seek(self, position): method get_pos (line 111) | def get_pos(self): method on_volume (line 121) | def on_volume(self, instance, volume): method _get_length (line 125) | def _get_length(self): FILE: tickeys/kivy/core/camera/__init__.py class CameraBase (line 26) | class CameraBase(EventDispatcher): method __init__ (line 54) | def __init__(self, **kwargs): method _set_resolution (line 75) | def _set_resolution(self, res): method _get_resolution (line 79) | def _get_resolution(self): method _set_index (line 86) | def _set_index(self, x): method _get_index (line 92) | def _get_index(self): method _get_texture (line 99) | def _get_texture(self): method init_camera (line 104) | def init_camera(self): method start (line 108) | def start(self): method stop (line 112) | def stop(self): method _update (line 116) | def _update(self, dt): method _copy_to_gpu (line 120) | def _copy_to_gpu(self): method on_texture (line 129) | def on_texture(self): method on_load (line 132) | def on_load(self): FILE: tickeys/kivy/core/camera/camera_gi.py class _MapInfo (line 30) | class _MapInfo(Structure): function _on_cameragi_unref (line 38) | def _on_cameragi_unref(obj): class CameraGi (line 43) | class CameraGi(CameraBase): method __init__ (line 57) | def __init__(self, **kwargs): method init_camera (line 67) | def init_camera(self): method _gst_new_sample (line 97) | def _gst_new_sample(self, *largs): method start (line 117) | def start(self): method stop (line 121) | def stop(self): method unload (line 125) | def unload(self): method _update (line 128) | def _update(self, dt): function camera_gi_clean (line 162) | def camera_gi_clean(): FILE: tickeys/kivy/core/camera/camera_opencv.py class Hg (line 22) | class Hg(object): method __getattr__ (line 32) | def __getattr__(self, attr): class CameraOpenCV (line 41) | class CameraOpenCV(CameraBase): method __init__ (line 45) | def __init__(self, **kwargs): method init_camera (line 49) | def init_camera(self): method _update (line 75) | def _update(self, dt): method start (line 96) | def start(self): method stop (line 101) | def stop(self): FILE: tickeys/kivy/core/camera/camera_pygst.py class CameraPyGst (line 28) | class CameraPyGst(CameraBase): method __init__ (line 40) | def __init__(self, **kwargs): method init_camera (line 48) | def init_camera(self): method _gst_new_buffer (line 72) | def _gst_new_buffer(self, *largs): method start (line 87) | def start(self): method stop (line 91) | def stop(self): method _update (line 95) | def _update(self, dt): FILE: tickeys/kivy/core/camera/camera_videocapture.py class CameraVideoCapture (line 20) | class CameraVideoCapture(CameraBase): method __init__ (line 24) | def __init__(self, **kwargs): method init_camera (line 29) | def init_camera(self): method _update (line 39) | def _update(self, dt): method start (line 53) | def start(self): method stop (line 58) | def stop(self): FILE: tickeys/kivy/core/clipboard/__init__.py class ClipboardBase (line 34) | class ClipboardBase(object): method get (line 36) | def get(self, mimetype): method put (line 42) | def put(self, data, mimetype): method get_types (line 48) | def get_types(self): method _ensure_clipboard (line 53) | def _ensure_clipboard(self): method copy (line 71) | def copy(self, data=''): method paste (line 81) | def paste(self): method _copy (line 89) | def _copy(self, data): method _paste (line 100) | def _paste(self): FILE: tickeys/kivy/core/clipboard/clipboard_android.py class ClipboardAndroid (line 21) | class ClipboardAndroid(ClipboardBase): method __init__ (line 23) | def __init__(self): method get (line 31) | def get(self, mimetype='text/plain'): method put (line 34) | def put(self, data, mimetype='text/plain'): method get_types (line 37) | def get_types(self): method _initialize_clipboard (line 41) | def _initialize_clipboard(self): method _get_clipboard (line 45) | def _get_clipboard(f): method _get (line 57) | def _get(self, mimetype='text/plain'): method _set (line 73) | def _set(self, data, mimetype): FILE: tickeys/kivy/core/clipboard/clipboard_dbusklipper.py class ClipboardDbusKlipper (line 21) | class ClipboardDbusKlipper(ClipboardBase): method init (line 25) | def init(self): method get (line 31) | def get(self, mimetype='text/plain'): method put (line 35) | def put(self, data, mimetype='text/plain'): method get_types (line 39) | def get_types(self): FILE: tickeys/kivy/core/clipboard/clipboard_dummy.py class ClipboardDummy (line 11) | class ClipboardDummy(ClipboardBase): method __init__ (line 13) | def __init__(self): method get (line 19) | def get(self, mimetype='text/plain'): method put (line 22) | def put(self, data, mimetype='text/plain'): method get_types (line 25) | def get_types(self): FILE: tickeys/kivy/core/clipboard/clipboard_gtk3.py class ClipboardGtk3 (line 18) | class ClipboardGtk3(ClipboardBase): method init (line 22) | def init(self): method get (line 28) | def get(self, mimetype='text/plain;charset=utf-8'): method put (line 36) | def put(self, data, mimetype='text/plain;charset=utf-8'): method get_types (line 42) | def get_types(self): FILE: tickeys/kivy/core/clipboard/clipboard_nspaste.py class ClipboardNSPaste (line 24) | class ClipboardNSPaste(ClipboardBase): method __init__ (line 26) | def __init__(self): method get (line 30) | def get(self, mimetype='text/plain'): method put (line 37) | def put(self, data, mimetype='text/plain'): method get_types (line 42) | def get_types(self): FILE: tickeys/kivy/core/clipboard/clipboard_pygame.py class ClipboardPygame (line 21) | class ClipboardPygame(ClipboardBase): method init (line 30) | def init(self): method get (line 36) | def get(self, mimetype='text/plain'): method put (line 42) | def put(self, data, mimetype='text/plain'): method get_types (line 47) | def get_types(self): FILE: tickeys/kivy/core/clipboard/clipboard_sdl2.py class ClipboardSDL2 (line 20) | class ClipboardSDL2(ClipboardBase): method get (line 22) | def get(self, mimetype): method _ensure_clipboard (line 25) | def _ensure_clipboard(self): method put (line 29) | def put(self, data=b'', mimetype='text/plain'): method get_types (line 32) | def get_types(self): FILE: tickeys/kivy/core/clipboard/clipboard_winctypes.py class ClipboardWindows (line 21) | class ClipboardWindows(ClipboardBase): method get (line 23) | def get(self, mimetype='text/plain'): method put (line 34) | def put(self, text, mimetype='text/plain'): method get_types (line 46) | def get_types(self): FILE: tickeys/kivy/core/clipboard/clipboard_xsel.py class ClipboardXsel (line 21) | class ClipboardXsel(ClipboardBase): method get (line 23) | def get(self, mimetype='text/plain'): method put (line 28) | def put(self, data, mimetype='text/plain'): method get_types (line 32) | def get_types(self): FILE: tickeys/kivy/core/gl/__init__.py function msgbox (line 17) | def msgbox(message): function init_gl (line 35) | def init_gl(): function print_gl_version (line 40) | def print_gl_version(): FILE: tickeys/kivy/core/image/__init__.py class ImageData (line 66) | class ImageData(object): method __init__ (line 76) | def __init__(self, width, height, fmt, data, source=None, method release_data (line 97) | def release_data(self): method width (line 104) | def width(self): method height (line 111) | def height(self): method data (line 118) | def data(self): method rowlength (line 125) | def rowlength(self): method size (line 134) | def size(self): method have_mipmap (line 142) | def have_mipmap(self): method __repr__ (line 145) | def __repr__(self): method add_mipmap (line 151) | def add_mipmap(self, level, width, height, data, rowlength): method get_mipmap (line 158) | def get_mipmap(self, level): method iterate_mipmaps (line 168) | def iterate_mipmaps(self): class ImageLoaderBase (line 181) | class ImageLoaderBase(object): method __init__ (line 187) | def __init__(self, filename, **kwargs): method load (line 200) | def load(self, filename): method can_save (line 205) | def can_save(): method can_load_memory (line 211) | def can_load_memory(): method save (line 217) | def save(): method populate (line 220) | def populate(self): method width (line 257) | def width(self): method height (line 263) | def height(self): method size (line 269) | def size(self): method texture (line 275) | def texture(self): method textures (line 285) | def textures(self): method nocache (line 295) | def nocache(self): class ImageLoader (line 303) | class ImageLoader(object): method zip_loader (line 308) | def zip_loader(filename, **kwargs): method register (line 362) | def register(defcls): method load (line 366) | def load(filename, **kwargs): class Image (line 436) | class Image(EventDispatcher): method __init__ (line 470) | def __init__(self, arg, **kwargs): method remove_from_cache (line 515) | def remove_from_cache(self): method _anim (line 540) | def _anim(self, *largs): method anim_reset (line 551) | def anim_reset(self, allow_anim): method _get_anim_delay (line 580) | def _get_anim_delay(self): method _set_anim_delay (line 583) | def _set_anim_delay(self, x): method anim_available (line 600) | def anim_available(self): method anim_index (line 608) | def anim_index(self): method _img_iterate (line 615) | def _img_iterate(self, *largs): method on_texture (line 625) | def on_texture(self, *largs): method load (line 634) | def load(filename, **kwargs): method _get_image (line 646) | def _get_image(self): method _set_image (line 649) | def _set_image(self, image): method _get_filename (line 659) | def _get_filename(self): method _set_filename (line 662) | def _set_filename(self, value): method load_memory (line 713) | def load_memory(self, data, ext, filename='__inline__'): method size (line 734) | def size(self): method width (line 740) | def width(self): method height (line 746) | def height(self): method texture (line 752) | def texture(self): method nocache (line 760) | def nocache(self): method save (line 767) | def save(self, filename, flipped=False): method read_pixel (line 835) | def read_pixel(self, x, y): function load (line 877) | def load(filename): FILE: tickeys/kivy/core/image/img_dds.py class ImageLoaderDDS (line 12) | class ImageLoaderDDS(ImageLoaderBase): method extensions (line 15) | def extensions(): method load (line 18) | def load(self, filename): FILE: tickeys/kivy/core/image/img_ffpyplayer.py function _log_callback (line 24) | def _log_callback(message, level): class ImageLoaderFFPy (line 33) | class ImageLoaderFFPy(ImageLoaderBase): method extensions (line 44) | def extensions(): method load (line 52) | def load(self, filename): FILE: tickeys/kivy/core/image/img_gif.py class ImageLoaderGIF (line 44) | class ImageLoaderGIF(ImageLoaderBase): method extensions (line 48) | def extensions(): method load (line 52) | def load(self, filename): class Gif (line 147) | class Gif(object): method __init__ (line 167) | def __init__(self, data, debug): method pop (line 189) | def pop(self, data, length=1): method pops (line 199) | def pops(self, format, data): method print_info (line 204) | def print_info(self): method new_image (line 219) | def new_image(self, header=None): class ImageDescriptor (line 226) | class ImageDescriptor(object): method __init__ (line 229) | def __init__(self, parent, header=None): method setup_header (line 260) | def setup_header(self, header): method get_header (line 280) | def get_header(self): class GifDecoder (line 295) | class GifDecoder(Gif): method __init__ (line 298) | def __init__(self, data, debug=False): method fill (line 302) | def fill(self): method string_to_bits (line 416) | def string_to_bits(self, string): method readable (line 426) | def readable(bool_list): method bits_to_int (line 431) | def bits_to_int(self, bits): method get_color_table (line 441) | def get_color_table(self, size): method lzw_decode (line 457) | def lzw_decode(self, input, initial_codesize, color_table_size): function get_bits (line 552) | def get_bits(flags, reverse=False, bits=8): function pack_bits (line 567) | def pack_bits(bits): FILE: tickeys/kivy/core/image/img_pil.py class ImageLoaderPIL (line 16) | class ImageLoaderPIL(ImageLoaderBase): method can_save (line 34) | def can_save(): method can_load_memory (line 38) | def can_load_memory(): method extensions (line 42) | def extensions(): method _img_correct (line 52) | def _img_correct(self, _img_tmp): method _img_read (line 68) | def _img_read(self, im): method load (line 91) | def load(self, filename): method save (line 104) | def save(filename, width, height, fmt, pixels, flipped=False): FILE: tickeys/kivy/core/image/img_pygame.py class ImageLoaderPygame (line 18) | class ImageLoaderPygame(ImageLoaderBase): method extensions (line 22) | def extensions(): method can_save (line 34) | def can_save(): method can_load_memory (line 38) | def can_load_memory(): method load (line 41) | def load(self, filename): method save (line 98) | def save(filename, width, height, fmt, pixels, flipped): FILE: tickeys/kivy/core/image/img_sdl2.py class ImageLoaderSDL2 (line 14) | class ImageLoaderSDL2(ImageLoaderBase): method _ensure_ext (line 17) | def _ensure_ext(self): method extensions (line 21) | def extensions(): method can_save (line 27) | def can_save(): method can_load_memory (line 31) | def can_load_memory(): method load (line 34) | def load(self, filename): method save (line 54) | def save(filename, width, height, fmt, pixels, flipped): FILE: tickeys/kivy/core/image/img_tex.py class ImageLoaderTex (line 13) | class ImageLoaderTex(ImageLoaderBase): method extensions (line 16) | def extensions(): method load (line 19) | def load(self, filename): FILE: tickeys/kivy/core/spelling/__init__.py class NoSuchLangError (line 32) | class NoSuchLangError(Exception): class NoLanguageSelectedError (line 39) | class NoLanguageSelectedError(Exception): class SpellingBase (line 47) | class SpellingBase(object): method __init__ (line 53) | def __init__(self, language=None): method select_language (line 79) | def select_language(self, language): method list_languages (line 93) | def list_languages(self): method check (line 101) | def check(self, word): method suggest (line 115) | def suggest(self, fragment): FILE: tickeys/kivy/core/spelling/spelling_enchant.py class SpellingEnchant (line 12) | class SpellingEnchant(SpellingBase): method __init__ (line 17) | def __init__(self, language=None): method select_language (line 21) | def select_language(self, language): method list_languages (line 28) | def list_languages(self): method check (line 33) | def check(self, word): method suggest (line 38) | def suggest(self, fragment): FILE: tickeys/kivy/core/spelling/spelling_osxappkit.py class SpellingOSXAppKit (line 21) | class SpellingOSXAppKit(SpellingBase): method __init__ (line 26) | def __init__(self, language=None): method select_language (line 30) | def select_language(self, language): method list_languages (line 36) | def list_languages(self): method check (line 39) | def check(self, word): method suggest (line 50) | def suggest(self, fragment): FILE: tickeys/kivy/core/text/__init__.py class LabelBase (line 58) | class LabelBase(object): method __init__ (line 151) | def __init__( method register (line 195) | def register(name, fn_regular, fn_italic=None, fn_bold=None, method resolve_font_name (line 227) | def resolve_font_name(self): method get_system_fonts_dir (line 262) | def get_system_fonts_dir(): method get_extents (line 296) | def get_extents(self, text): method get_cached_extents (line 301) | def get_cached_extents(self): method _render_begin (line 324) | def _render_begin(self): method _render_text (line 327) | def _render_text(self, text, x, y): method _render_end (line 330) | def _render_end(self): method shorten (line 333) | def shorten(self, text, margin=2): method _render_real (line 453) | def _render_real(self): method render (line 549) | def render(self, real=False): method _texture_refresh (line 604) | def _texture_refresh(self, *l): method _texture_fill (line 607) | def _texture_fill(self, texture): method refresh (line 611) | def refresh(self): method _get_text (line 641) | def _get_text(self): method _set_text (line 655) | def _set_text(self, text): method texture_1px (line 663) | def texture_1px(self): method size (line 671) | def size(self): method width (line 675) | def width(self): method height (line 679) | def height(self): method content_width (line 683) | def content_width(self): method content_height (line 691) | def content_height(self): method content_size (line 699) | def content_size(self): method fontid (line 706) | def fontid(self): method _get_text_size (line 711) | def _get_text_size(self): method _set_text_size (line 714) | def _set_text_size(self, x): FILE: tickeys/kivy/core/text/markup.py class MarkupLabel (line 60) | class MarkupLabel(MarkupLabelBase): method __init__ (line 66) | def __init__(self, *largs, **kwargs): method refs (line 75) | def refs(self): method anchors (line 83) | def anchors(self): method markup (line 91) | def markup(self): method _push_style (line 102) | def _push_style(self, k): method _pop_style (line 107) | def _pop_style(self, k): method render (line 114) | def render(self, real=False): method _pre_render (line 123) | def _pre_render(self): method _real_render (line 369) | def _real_render(self): method shorten_post (line 456) | def shorten_post(self, lines, w, h, margin=2): FILE: tickeys/kivy/core/text/text_pil.py class LabelPIL (line 20) | class LabelPIL(LabelBase): method _select_font (line 23) | def _select_font(self): method get_extents (line 37) | def get_extents(self, text): method get_cached_extents (line 42) | def get_cached_extents(self): method _render_begin (line 45) | def _render_begin(self): method _render_text (line 50) | def _render_text(self, text, x, y): method _render_end (line 55) | def _render_end(self): FILE: tickeys/kivy/core/text/text_pygame.py class LabelPygame (line 27) | class LabelPygame(LabelBase): method _get_font_id (line 29) | def _get_font_id(self): method _get_font (line 40) | def _get_font(self): method get_ascent (line 78) | def get_ascent(self): method get_descent (line 81) | def get_descent(self): method get_extents (line 84) | def get_extents(self, text): method get_cached_extents (line 87) | def get_cached_extents(self): method _render_begin (line 90) | def _render_begin(self): method _render_text (line 94) | def _render_text(self, text, x, y): method _render_end (line 105) | def _render_end(self): FILE: tickeys/kivy/core/text/text_sdl2.py class LabelSDL2 (line 16) | class LabelSDL2(LabelBase): method _get_font_id (line 18) | def _get_font_id(self): method get_extents (line 28) | def get_extents(self, text): method get_descent (line 36) | def get_descent(self): method get_ascent (line 39) | def get_ascent(self): method _render_begin (line 42) | def _render_begin(self): method _render_text (line 45) | def _render_text(self, text, x, y): method _render_end (line 48) | def _render_end(self): FILE: tickeys/kivy/core/video/__init__.py class VideoBase (line 29) | class VideoBase(EventDispatcher): method __init__ (line 62) | def __init__(self, **kwargs): method __del__ (line 90) | def __del__(self): method on_eos (line 93) | def on_eos(self): method on_load (line 96) | def on_load(self): method on_frame (line 99) | def on_frame(self): method _get_filename (line 102) | def _get_filename(self): method _set_filename (line 105) | def _set_filename(self, filename): method _get_position (line 118) | def _get_position(self): method _set_position (line 121) | def _set_position(self, pos): method _get_volume (line 128) | def _get_volume(self): method _set_volume (line 131) | def _set_volume(self, volume): method _get_duration (line 138) | def _get_duration(self): method _get_texture (line 144) | def _get_texture(self): method _get_state (line 150) | def _get_state(self): method _do_eos (line 156) | def _do_eos(self, *args): method _update (line 171) | def _update(self, dt): method seek (line 176) | def seek(self, percent): method stop (line 180) | def stop(self): method pause (line 184) | def pause(self): method play (line 191) | def play(self): method load (line 195) | def load(self): method unload (line 199) | def unload(self): FILE: tickeys/kivy/core/video/video_ffmpeg.py class VideoFFMpeg (line 27) | class VideoFFMpeg(VideoBase): method __init__ (line 29) | def __init__(self, **kwargs): method unload (line 34) | def unload(self): method load (line 41) | def load(self): method play (line 44) | def play(self): method stop (line 50) | def stop(self): method seek (line 53) | def seek(self, percent): method _do_eos (line 58) | def _do_eos(self): method _update (line 63) | def _update(self, dt): method _get_duration (line 92) | def _get_duration(self): method _get_position (line 97) | def _get_position(self): method _get_volume (line 102) | def _get_volume(self): method _set_volume (line 108) | def _set_volume(self, volume): FILE: tickeys/kivy/core/video/video_ffpyplayer.py function _log_callback (line 75) | def _log_callback(message, level): class VideoFFPy (line 84) | class VideoFFPy(VideoBase): method __init__ (line 103) | def __init__(self, **kwargs): method __del__ (line 113) | def __del__(self): method _player_callback (line 118) | def _player_callback(self, selector, value): method _get_position (line 126) | def _get_position(self): method _set_position (line 131) | def _set_position(self, pos): method _get_volume (line 134) | def _get_volume(self): method _set_volume (line 139) | def _set_volume(self, volume): method _get_duration (line 144) | def _get_duration(self): method _do_eos (line 150) | def _do_eos(self): method _change_state (line 161) | def _change_state(self, state): method _redraw (line 164) | def _redraw(self, *args): method _next_frame_run (line 216) | def _next_frame_run(self): method seek (line 277) | def seek(self, percent): method stop (line 284) | def stop(self): method pause (line 287) | def pause(self): method play (line 292) | def play(self): method load (line 313) | def load(self): method unload (line 316) | def unload(self): FILE: tickeys/kivy/core/video/video_gi.py class _MapInfo (line 45) | class _MapInfo(Structure): function _gst_new_buffer (line 53) | def _gst_new_buffer(obj, appsink): function _on_gst_message (line 62) | def _on_gst_message(bus, message): function _on_gst_eos (line 71) | def _on_gst_eos(obj, *largs): function _on_videogi_unref (line 78) | def _on_videogi_unref(obj): class VideoGi (line 83) | class VideoGi(VideoBase): method __init__ (line 87) | def __init__(self, **kwargs): method _gst_init (line 96) | def _gst_init(self): method _update_texture (line 120) | def _update_texture(self, sample): method _update (line 156) | def _update(self, dt): method unload (line 165) | def unload(self): method load (line 170) | def load(self): method stop (line 176) | def stop(self): method pause (line 180) | def pause(self): method play (line 184) | def play(self): method seek (line 188) | def seek(self, percent): method _get_uri (line 199) | def _get_uri(self): method _get_position (line 207) | def _get_position(self): method _get_duration (line 216) | def _get_duration(self): method _get_volume (line 225) | def _get_volume(self): method _set_volume (line 229) | def _set_volume(self, volume): function video_gi_clean (line 235) | def video_gi_clean(): FILE: tickeys/kivy/core/video/video_gstplayer.py function _on_gstplayer_buffer (line 32) | def _on_gstplayer_buffer(video, width, height, data): function _on_gstplayer_message (line 41) | def _on_gstplayer_message(mtype, message): class VideoGstplayer (line 50) | class VideoGstplayer(VideoBase): method __init__ (line 52) | def __init__(self, **kwargs): method _on_gst_eos_sync (line 58) | def _on_gst_eos_sync(self): method load (line 61) | def load(self): method unload (line 70) | def unload(self): method stop (line 78) | def stop(self): method pause (line 82) | def pause(self): method play (line 86) | def play(self): method seek (line 91) | def seek(self, percent): method _get_position (line 94) | def _get_position(self): method _get_duration (line 97) | def _get_duration(self): method _get_volume (line 100) | def _get_volume(self): method _set_volume (line 103) | def _set_volume(self, value): method _update (line 108) | def _update(self, dt): method _update_texture (line 117) | def _update_texture(self, buf): method _get_uri (line 131) | def _get_uri(self): FILE: tickeys/kivy/core/video/video_null.py class VideoNull (line 9) | class VideoNull(VideoBase): FILE: tickeys/kivy/core/video/video_pyglet.py class FakePygletContext (line 19) | class FakePygletContext: class VideoPyglet (line 30) | class VideoPyglet(VideoBase): method unload (line 34) | def unload(self): method load (line 39) | def load(self): method _update (line 60) | def _update(self, dt): method stop (line 72) | def stop(self): method play (line 76) | def play(self): method seek (line 80) | def seek(self, percent): method _get_position (line 86) | def _get_position(self): method _get_duration (line 90) | def _get_duration(self): method _get_volume (line 94) | def _get_volume(self): method _set_volume (line 99) | def _set_volume(self, volume): FILE: tickeys/kivy/core/video/video_pygst.py function _gst_new_buffer (line 50) | def _gst_new_buffer(obj, appsink): function _on_gst_message (line 58) | def _on_gst_message(bus, message): function _on_gst_eos (line 67) | def _on_gst_eos(obj, *largs): class VideoPyGst (line 74) | class VideoPyGst(VideoBase): method __init__ (line 76) | def __init__(self, **kwargs): method _gst_init (line 83) | def _gst_init(self): method _update_texture (line 109) | def _update_texture(self, buf): method _update (line 125) | def _update(self, dt): method unload (line 134) | def unload(self): method load (line 139) | def load(self): method stop (line 145) | def stop(self): method pause (line 150) | def pause(self): method play (line 155) | def play(self): method seek (line 159) | def seek(self, percent): method _get_uri (line 170) | def _get_uri(self): method _get_position (line 178) | def _get_position(self): method _get_duration (line 185) | def _get_duration(self): method _get_volume (line 191) | def _get_volume(self): method _set_volume (line 195) | def _set_volume(self, volume): FILE: tickeys/kivy/core/window/__init__.py class Keyboard (line 36) | class Keyboard(EventDispatcher): method __init__ (line 118) | def __init__(self, **kwargs): method on_key_down (line 133) | def on_key_down(self, keycode, text, modifiers): method on_key_up (line 136) | def on_key_up(self, keycode): method on_textinput (line 139) | def on_textinput(self, text): method release (line 142) | def release(self): method _on_window_textinput (line 149) | def _on_window_textinput(self, instance, text): method _on_window_key_down (line 152) | def _on_window_key_down(self, instance, keycode, scancode, text, method _on_window_key_up (line 160) | def _on_window_key_up(self, instance, keycode, *largs): method _on_vkeyboard_key_down (line 164) | def _on_vkeyboard_key_down(self, instance, keycode, text, modifiers): method _on_vkeyboard_key_up (line 170) | def _on_vkeyboard_key_up(self, instance, keycode, text, modifiers): method _on_vkeyboard_textinput (line 176) | def _on_vkeyboard_textinput(self, instance, text): method string_to_keycode (line 179) | def string_to_keycode(self, value): method keycode_to_string (line 186) | def keycode_to_string(self, value): class WindowBase (line 197) | class WindowBase(EventDispatcher): method _get_modifiers (line 300) | def _get_modifiers(self): method _get_size (line 307) | def _get_size(self): method _set_size (line 318) | def _set_size(self, size): method _get_clearcolor (line 336) | def _get_clearcolor(self): method _set_clearcolor (line 339) | def _set_clearcolor(self, value): method _get_width (line 367) | def _get_width(self): method _get_height (line 382) | def _get_height(self): method _get_center (line 399) | def _get_center(self): method _get_rotation (line 408) | def _get_rotation(self): method _set_rotation (line 411) | def _set_rotation(self, x): method _upd_kbd_height (line 450) | def _upd_kbd_height(self, *kargs): method _get_ios_kheight (line 453) | def _get_ios_kheight(self): method _get_android_kheight (line 456) | def _get_android_kheight(self): method _get_kheight (line 462) | def _get_kheight(self): method _set_system_size (line 479) | def _set_system_size(self, size): method _get_system_size (line 482) | def _get_system_size(self): method __self__ (line 521) | def __self__(self): method __new__ (line 539) | def __new__(cls, **kwargs): method __init__ (line 544) | def __init__(self, **kwargs): method _bind_create_window (line 633) | def _bind_create_window(self): method _unbind_create_window (line 639) | def _unbind_create_window(self): method toggle_fullscreen (line 645) | def toggle_fullscreen(self): method maximize (line 653) | def maximize(self): method minimize (line 669) | def minimize(self): method restore (line 685) | def restore(self): method hide (line 701) | def hide(self): method show (line 717) | def show(self): method close (line 733) | def close(self): method create_window (line 737) | def create_window(self, *largs): method on_flip (line 791) | def on_flip(self): method flip (line 795) | def flip(self): method _update_childsize (line 799) | def _update_childsize(self, instance, value): method add_widget (line 802) | def add_widget(self, widget, canvas=None): method remove_widget (line 816) | def remove_widget(self, widget): method clear (line 835) | def clear(self): method set_title (line 846) | def set_title(self, title): method set_icon (line 853) | def set_icon(self, filename): method to_widget (line 860) | def to_widget(self, x, y, initial=True, relative=False): method to_window (line 863) | def to_window(self, x, y, initial=True, relative=False): method _apply_transform (line 866) | def _apply_transform(self, m): method get_window_matrix (line 869) | def get_window_matrix(self, x=0, y=0): method get_root_window (line 874) | def get_root_window(self): method get_parent_window (line 877) | def get_parent_window(self): method get_parent_layout (line 880) | def get_parent_layout(self): method on_draw (line 883) | def on_draw(self): method on_motion (line 887) | def on_motion(self, etype, me): method on_touch_down (line 911) | def on_touch_down(self, touch): method on_touch_move (line 923) | def on_touch_move(self, touch): method on_touch_up (line 935) | def on_touch_up(self, touch): method on_resize (line 947) | def on_resize(self, width, height): method update_viewport (line 951) | def update_viewport(self): method update_childsize (line 996) | def update_childsize(self, childs=None): method screenshot (line 1022) | def screenshot(self, name='screenshot{:04d}.png'): method on_rotate (line 1037) | def on_rotate(self, rotation): method on_close (line 1042) | def on_close(self, *largs): method on_request_close (line 1047) | def on_request_close(self, *largs, **kwargs): method on_mouse_down (line 1060) | def on_mouse_down(self, x, y, button, modifiers): method on_mouse_move (line 1064) | def on_mouse_move(self, x, y, modifiers): method on_mouse_up (line 1068) | def on_mouse_up(self, x, y, button, modifiers): method on_joy_axis (line 1072) | def on_joy_axis(self, stickid, axisid, value): method on_joy_hat (line 1078) | def on_joy_hat(self, stickid, hatid, value): method on_joy_ball (line 1084) | def on_joy_ball(self, stickid, ballid, value): method on_joy_button_down (line 1090) | def on_joy_button_down(self, stickid, buttonid): method on_joy_button_up (line 1096) | def on_joy_button_up(self, stickid, buttonid): method on_keyboard (line 1102) | def on_keyboard(self, key, scancode=None, codepoint=None, method __exit (line 1128) | def __exit(section, name, value): method on_key_down (line 1134) | def on_key_down(self, key, scancode=None, codepoint=None, method on_key_up (line 1143) | def on_key_up(self, key, scancode=None, codepoint=None, method on_textinput (line 1153) | def on_textinput(self, text): method on_dropfile (line 1163) | def on_dropfile(self, filename): method dpi (line 1178) | def dpi(self): method configure_keyboards (line 1189) | def configure_keyboards(self): method set_vkeyboard_class (line 1250) | def set_vkeyboard_class(self, cls): method release_all_keyboards (line 1258) | def release_all_keyboards(self): method request_keyboard (line 1269) | def request_keyboard(self, callback, target, input_type='text'): method release_keyboard (line 1374) | def release_keyboard(self, target=None): FILE: tickeys/kivy/core/window/window_egl_rpi.py class WindowEglRpi (line 15) | class WindowEglRpi(WindowBase): method create_window (line 17) | def create_window(self): method _create_window (line 28) | def _create_window(self, w, h): method _create_egl_context (line 37) | def _create_egl_context(self, win, flags): method close (line 65) | def close(self): method flip (line 68) | def flip(self): method _mainloop (line 71) | def _mainloop(self): method mainloop (line 74) | def mainloop(self): FILE: tickeys/kivy/core/window/window_pygame.py class WindowPygame (line 35) | class WindowPygame(WindowBase): method create_window (line 37) | def create_window(self, *largs): method close (line 191) | def close(self): method on_title (line 195) | def on_title(self, instance, value): method set_icon (line 199) | def set_icon(self, filename): method _set_icon_standard (line 218) | def _set_icon_standard(self, filename): method _set_icon_win (line 230) | def _set_icon_win(self, filename): method screenshot (line 253) | def screenshot(self, *largs, **kwargs): method flip (line 272) | def flip(self): method toggle_fullscreen (line 277) | def toggle_fullscreen(self): method _mainloop (line 284) | def _mainloop(self): method mainloop (line 395) | def mainloop(self): method _pygame_set_mode (line 413) | def _pygame_set_mode(self, size=None): method _pygame_update_modifiers (line 421) | def _pygame_update_modifiers(self, mods=None): method request_keyboard (line 438) | def request_keyboard(self, callback, target, input_type='text'): method release_keyboard (line 445) | def release_keyboard(self, *largs): FILE: tickeys/kivy/core/window/window_sdl2.py class SDL2MotionEvent (line 78) | class SDL2MotionEvent(MotionEvent): method depack (line 79) | def depack(self, args): class SDL2MotionEventProvider (line 87) | class SDL2MotionEventProvider(MotionEventProvider): method update (line 92) | def update(self, dispatch_fn): class WindowSDL (line 117) | class WindowSDL(WindowBase): method __init__ (line 119) | def __init__(self, **kwargs): method create_window (line 143) | def create_window(self, *largs): method close (line 215) | def close(self): method maximize (line 219) | def maximize(self): method minimize (line 225) | def minimize(self): method restore (line 231) | def restore(self): method hide (line 237) | def hide(self): method show (line 243) | def show(self): method toggle_fullscreen (line 250) | def toggle_fullscreen(self): method set_title (line 256) | def set_title(self, title): method set_icon (line 259) | def set_icon(self, filename): method screenshot (line 262) | def screenshot(self, *largs, **kwargs): method flip (line 274) | def flip(self): method _fix_mouse_pos (line 278) | def _fix_mouse_pos(self, x, y): method _mainloop (line 289) | def _mainloop(self): method _do_resize (line 480) | def _do_resize(self, dt): method do_pause (line 485) | def do_pause(self): method mainloop (line 518) | def mainloop(self): method _update_modifiers (line 538) | def _update_modifiers(self, mods=None, key=None): method request_keyboard (line 570) | def request_keyboard(self, callback, target, input_type='text'): method release_keyboard (line 577) | def release_keyboard(self, *largs): method _check_keyboard_shown (line 583) | def _check_keyboard_shown(self, dt): FILE: tickeys/kivy/effects/dampedscroll.py class DampedScrollEffect (line 21) | class DampedScrollEffect(ScrollEffect): method update_velocity (line 58) | def update_velocity(self, dt): method on_value (line 93) | def on_value(self, *args): method on_overscroll (line 106) | def on_overscroll(self, *args): method apply_distance (line 109) | def apply_distance(self, distance): FILE: tickeys/kivy/effects/kinetic.py class KineticEffect (line 48) | class KineticEffect(EventDispatcher): method __init__ (line 106) | def __init__(self, **kwargs): method apply_distance (line 112) | def apply_distance(self, distance): method start (line 117) | def start(self, val, t=None): method update (line 132) | def update(self, val, t=None): method stop (line 144) | def stop(self, val, t=None): method cancel (line 164) | def cancel(self): method update_velocity (line 172) | def update_velocity(self, dt): FILE: tickeys/kivy/effects/opacityscroll.py class OpacityScrollEffect (line 16) | class OpacityScrollEffect(DampedScrollEffect): method on_overscroll (line 22) | def on_overscroll(self, *args): FILE: tickeys/kivy/effects/scroll.py class ScrollEffect (line 27) | class ScrollEffect(KineticEffect): method reset (line 86) | def reset(self, pos): method on_value (line 96) | def on_value(self, *args): method start (line 110) | def start(self, val, t=None): method update (line 115) | def update(self, val, t=None): method stop (line 119) | def stop(self, val, t=None): FILE: tickeys/kivy/ext/__init__.py function load (line 70) | def load(extname, version): function _is_valid_ext_name (line 150) | def _is_valid_ext_name(name): function unzip_extensions (line 161) | def unzip_extensions(): FILE: tickeys/kivy/extras/highlight.py class KivyLexer (line 11) | class KivyLexer(RegexLexer): FILE: tickeys/kivy/factory.py class FactoryException (line 46) | class FactoryException(Exception): class FactoryBase (line 50) | class FactoryBase(object): method __init__ (line 52) | def __init__(self): method is_template (line 56) | def is_template(self, classname): method register (line 67) | def register(self, classname, cls=None, module=None, is_template=False, method unregister (line 102) | def unregister(self, *classnames): method unregister_from_filename (line 113) | def unregister_from_filename(self, filename): method __getattr__ (line 124) | def __getattr__(self, name): FILE: tickeys/kivy/garden/__init__.py class GardenImporter (line 83) | class GardenImporter(object): method find_module (line 85) | def find_module(self, fullname, path): method load_module (line 89) | def load_module(self, fullname): method _load_module (line 102) | def _load_module(self, fullname, moddir): FILE: tickeys/kivy/geometry.py function circumcircle (line 13) | def circumcircle(a, b, c): function minimum_bounding_circle (line 51) | def minimum_bounding_circle(points): FILE: tickeys/kivy/gesture.py class GestureDatabase (line 46) | class GestureDatabase(object): method __init__ (line 49) | def __init__(self): method add_gesture (line 52) | def add_gesture(self, gesture): method find (line 56) | def find(self, gesture, minscore=0.9, rotation_invariant=True): method gesture_to_str (line 73) | def gesture_to_str(self, gesture): method str_to_gesture (line 81) | def str_to_gesture(self, data): class GesturePoint (line 89) | class GesturePoint: method __init__ (line 91) | def __init__(self, x, y): method scale (line 96) | def scale(self, factor): method __repr__ (line 102) | def __repr__(self): class GestureStroke (line 106) | class GestureStroke: method __init__ (line 109) | def __init__(self): method max_x (line 116) | def max_x(self): method min_x (line 122) | def min_x(self): method max_y (line 128) | def max_y(self): method min_y (line 134) | def min_y(self): method add_point (line 139) | def add_point(self, x, y): method scale_stroke (line 147) | def scale_stroke(self, scale_factor): method points_distance (line 154) | def points_distance(self, point1, point2): method stroke_length (line 163) | def stroke_length(self, point_list=None): method normalize_stroke (line 177) | def normalize_stroke(self, sample_points=32): method center_stroke (line 223) | def center_stroke(self, offset_x, offset_y): class Gesture (line 230) | class Gesture: method __init__ (line 241) | def __init__(self, tolerance=None): method _scale_gesture (line 255) | def _scale_gesture(self): method _center_gesture (line 275) | def _center_gesture(self): method add_stroke (line 298) | def add_stroke(self, point_list=None): method normalize (line 320) | def normalize(self, stroke_samples=32): method get_rigid_rotation (line 331) | def get_rigid_rotation(self, dstpts): method dot_product (line 347) | def dot_product(self, comparison_gesture): method rotate (line 363) | def rotate(self, angle): method get_score (line 374) | def get_score(self, comparison_gesture, rotation_invariant=True): method __eq__ (line 393) | def __eq__(self, comparison_gesture): method __ne__ (line 407) | def __ne__(self, comparison_gesture): method __lt__ (line 414) | def __lt__(self, comparison_gesture): method __gt__ (line 417) | def __gt__(self, comparison_gesture): method __le__ (line 420) | def __le__(self, comparison_gesture): method __ge__ (line 423) | def __ge__(self, comparison_gesture): FILE: tickeys/kivy/input/factory.py class MotionEventFactory (line 11) | class MotionEventFactory: method register (line 22) | def register(name, classname): method list (line 27) | def list(): method get (line 32) | def get(name): FILE: tickeys/kivy/input/motionevent.py class EnhancedDictionary (line 95) | class EnhancedDictionary(dict): method __getattr__ (line 97) | def __getattr__(self, attr): method __setattr__ (line 103) | def __setattr__(self, attr, value): class MotionEventMetaclass (line 107) | class MotionEventMetaclass(type): method __new__ (line 109) | def __new__(mcs, name, bases, attrs): class MotionEvent (line 124) | class MotionEvent(MotionEventBase): method __init__ (line 159) | def __init__(self, device, id, args): method depack (line 288) | def depack(self, args): method grab (line 300) | def grab(self, class_instance, exclusive=False): method ungrab (line 331) | def ungrab(self, class_instance): method move (line 340) | def move(self, args): method scale_for_screen (line 352) | def scale_for_screen(self, w, h, p=None, rotation=0, method push (line 395) | def push(self, attrs=None): method pop (line 403) | def pop(self): method apply_transform_2d (line 410) | def apply_transform_2d(self, transform): method copy_to (line 420) | def copy_to(self, to): method distance (line 425) | def distance(self, other_touch): method update_time_end (line 430) | def update_time_end(self): method dpos (line 435) | def dpos(self): method opos (line 441) | def opos(self): method ppos (line 447) | def ppos(self): method spos (line 453) | def spos(self): method __str__ (line 458) | def __str__(self): method __repr__ (line 463) | def __repr__(self): method is_mouse_scrolling (line 477) | def is_mouse_scrolling(self, *args): FILE: tickeys/kivy/input/postproc/calibration.py class InputPostprocCalibration (line 37) | class InputPostprocCalibration(object): method __init__ (line 57) | def __init__(self): method process (line 77) | def process(self, events): FILE: tickeys/kivy/input/postproc/dejitter.py class InputPostprocDejitter (line 20) | class InputPostprocDejitter(object): method __init__ (line 38) | def __init__(self): method taxicab_distance (line 44) | def taxicab_distance(self, p, q): method process (line 48) | def process(self, events): FILE: tickeys/kivy/input/postproc/doubletap.py class InputPostprocDoubleTap (line 15) | class InputPostprocDoubleTap(object): method __init__ (line 28) | def __init__(self): method find_double_tap (line 35) | def find_double_tap(self, ref): method process (line 69) | def process(self, events): FILE: tickeys/kivy/input/postproc/ignorelist.py class InputPostprocIgnoreList (line 14) | class InputPostprocIgnoreList(object): method __init__ (line 26) | def __init__(self): method collide_ignore (line 29) | def collide_ignore(self, touch): method process (line 36) | def process(self, events): FILE: tickeys/kivy/input/postproc/retaintouch.py class InputPostprocRetainTouch (line 15) | class InputPostprocRetainTouch(object): method __init__ (line 30) | def __init__(self): method process (line 36) | def process(self, events): FILE: tickeys/kivy/input/postproc/tripletap.py class InputPostprocTripleTap (line 18) | class InputPostprocTripleTap(object): method __init__ (line 31) | def __init__(self): method find_triple_tap (line 38) | def find_triple_tap(self, ref): method process (line 74) | def process(self, events): FILE: tickeys/kivy/input/provider.py class MotionEventProvider (line 15) | class MotionEventProvider(object): method __init__ (line 19) | def __init__(self, device, args): method start (line 24) | def start(self): method stop (line 31) | def stop(self): method update (line 36) | def update(self, dispatch_fn): FILE: tickeys/kivy/input/providers/androidjoystick.py class AndroidMotionEvent (line 30) | class AndroidMotionEvent(MotionEvent): method depack (line 32) | def depack(self, args): class AndroidMotionEventProvider (line 42) | class AndroidMotionEventProvider(MotionEventProvider): method __init__ (line 44) | def __init__(self, device, args): method create_joystick (line 51) | def create_joystick(self, index): method start (line 61) | def start(self): method stop (line 67) | def stop(self): method update (line 70) | def update(self, dispatch_fn): FILE: tickeys/kivy/input/providers/hidinput.py class HIDMotionEvent (line 56) | class HIDMotionEvent(MotionEvent): method depack (line 58) | def depack(self, args): method __str__ (line 73) | def __str__(self): class HIDInputMotionEventProvider (line 310) | class HIDInputMotionEventProvider(MotionEventProvider): method __init__ (line 317) | def __init__(self, device, args): method start (line 378) | def start(self): method _thread_run (line 393) | def _thread_run(self, **kwargs): method update (line 703) | def update(self, dispatch_fn): FILE: tickeys/kivy/input/providers/leapfinger.py function normalize (line 20) | def normalize(value, a, b): class LeapFingerEvent (line 24) | class LeapFingerEvent(MotionEvent): method depack (line 26) | def depack(self, args): class LeapFingerEventProvider (line 39) | class LeapFingerEventProvider(MotionEventProvider): method start (line 43) | def start(self): method update (line 73) | def update(self, dispatch_fn): method process_frame (line 83) | def process_frame(self, frame): FILE: tickeys/kivy/input/providers/linuxwacom.py class LinuxWacomMotionEvent (line 35) | class LinuxWacomMotionEvent(MotionEvent): method depack (line 37) | def depack(self, args): method __str__ (line 52) | def __str__(self): class LinuxWacomMotionEventProvider (line 131) | class LinuxWacomMotionEventProvider(MotionEventProvider): method __init__ (line 138) | def __init__(self, device, args): method start (line 191) | def start(self): method _thread_run (line 206) | def _thread_run(self, **kwargs): method update (line 382) | def update(self, dispatch_fn): FILE: tickeys/kivy/input/providers/mactouch.py class MTPoint (line 38) | class MTPoint(ctypes.Structure): class MTVector (line 42) | class MTVector(ctypes.Structure): class MTData (line 46) | class MTData(ctypes.Structure): class MacMotionEvent (line 91) | class MacMotionEvent(MotionEvent): method depack (line 96) | def depack(self, args): method __str__ (line 105) | def __str__(self): class MacMotionEventProvider (line 112) | class MacMotionEventProvider(MotionEventProvider): method __init__ (line 114) | def __init__(self, *largs, **kwargs): method start (line 121) | def start(self): method update (line 143) | def update(self, dispatch_fn): method stop (line 152) | def stop(self): method _mts_callback (line 157) | def _mts_callback(device, data_ptr, n_fingers, timestamp, frame): FILE: tickeys/kivy/input/providers/mouse.py class MouseMotionEvent (line 76) | class MouseMotionEvent(MotionEvent): method depack (line 78) | def depack(self, args): method update_graphics (line 95) | def update_graphics(self, win, create=False): method clear_graphics (line 115) | def clear_graphics(self, win): class MouseMotionEventProvider (line 122) | class MouseMotionEventProvider(MotionEventProvider): method __init__ (line 125) | def __init__(self, device, args): method start (line 151) | def start(self): method stop (line 160) | def stop(self): method test_activity (line 169) | def test_activity(self): method find_touch (line 184) | def find_touch(self, x, y): method create_touch (line 191) | def create_touch(self, rx, ry, is_double_tap, do_graphics, button): method remove_touch (line 206) | def remove_touch(self, cur): method on_mouse_motion (line 214) | def on_mouse_motion(self, win, x, y, modifiers): method on_mouse_press (line 229) | def on_mouse_press(self, win, x, y, button, modifiers): method on_mouse_release (line 248) | def on_mouse_release(self, win, x, y, button, modifiers): method update (line 267) | def update(self, dispatch_fn): FILE: tickeys/kivy/input/providers/mtdev.py class MTDMotionEvent (line 45) | class MTDMotionEvent(MotionEvent): method depack (line 47) | def depack(self, args): method __str__ (line 62) | def __str__(self): class MTDMotionEventProvider (line 85) | class MTDMotionEventProvider(MotionEventProvider): method __init__ (line 94) | def __init__(self, device, args): method start (line 141) | def start(self): method _thread_run (line 156) | def _thread_run(self, **kwargs): method update (line 305) | def update(self, dispatch_fn): FILE: tickeys/kivy/input/providers/probesysfs.py class Input (line 62) | class Input(object): method __init__ (line 64) | def __init__(self, path): method device (line 68) | def device(self): method name (line 73) | def name(self): method get_capabilities (line 77) | def get_capabilities(self): method has_capability (line 90) | def has_capability(self, capability): function getconf (line 94) | def getconf(var): function get_inputs (line 98) | def get_inputs(path): function read_line (line 105) | def read_line(path): class ProbeSysfsHardwareProbe (line 112) | class ProbeSysfsHardwareProbe(MotionEventProvider): method __new__ (line 114) | def __new__(self, device, args): method __init__ (line 120) | def __init__(self, device, args): method probe (line 157) | def probe(self): FILE: tickeys/kivy/input/providers/tuio.py class TuioMotionEventProvider (line 51) | class TuioMotionEventProvider(MotionEventProvider): method __init__ (line 91) | def __init__(self, device, args): method register (line 115) | def register(oscpath, classname): method unregister (line 120) | def unregister(oscpath, classname): method create (line 126) | def create(oscpath, **kwargs): method start (line 132) | def start(self): method stop (line 139) | def stop(self): method update (line 143) | def update(self, dispatch_fn): method _osc_tuio_cb (line 158) | def _osc_tuio_cb(self, *incoming): method _update (line 163) | def _update(self, dispatch_fn, value): class TuioMotionEvent (line 202) | class TuioMotionEvent(MotionEvent): method __init__ (line 219) | def __init__(self, device, id, args): class Tuio2dCurMotionEvent (line 242) | class Tuio2dCurMotionEvent(TuioMotionEvent): method __init__ (line 245) | def __init__(self, device, id, args): method depack (line 248) | def depack(self, args): class Tuio2dObjMotionEvent (line 271) | class Tuio2dObjMotionEvent(TuioMotionEvent): method __init__ (line 275) | def __init__(self, device, id, args): method depack (line 278) | def depack(self, args): class Tuio2dBlbMotionEvent (line 303) | class Tuio2dBlbMotionEvent(TuioMotionEvent): method __init__ (line 310) | def __init__(self, device, id, args): method depack (line 313) | def depack(self, args): FILE: tickeys/kivy/input/providers/wm_pen.py class WM_Pen (line 17) | class WM_Pen(MotionEvent): method depack (line 20) | def depack(self, args): method __str__ (line 25) | def __str__(self): class RECT (line 44) | class RECT(Structure): class WM_PenProvider (line 76) | class WM_PenProvider(MotionEventProvider): method _is_pen_message (line 78) | def _is_pen_message(self, msg): method _pen_handler (line 85) | def _pen_handler(self, msg, wParam, lParam): method _pen_wndProc (line 105) | def _pen_wndProc(self, hwnd, msg, wParam, lParam): method start (line 115) | def start(self): method update (line 129) | def update(self, dispatch_fn): method stop (line 147) | def stop(self): FILE: tickeys/kivy/input/providers/wm_touch.py class WM_MotionEvent (line 19) | class WM_MotionEvent(MotionEvent): method depack (line 25) | def depack(self, args): method __str__ (line 36) | def __str__(self): class TOUCHINPUT (line 60) | class TOUCHINPUT(Structure): method size (line 73) | def size(self): method screen_x (line 76) | def screen_x(self): method screen_y (line 79) | def screen_y(self): method _event_type (line 82) | def _event_type(self): class RECT (line 91) | class RECT(Structure): class WM_MotionEventProvider (line 133) | class WM_MotionEventProvider(MotionEventProvider): method start (line 135) | def start(self): method update (line 152) | def update(self, dispatch_fn): method stop (line 186) | def stop(self): method _touch_wndProc (line 193) | def _touch_wndProc(self, hwnd, msg, wParam, lParam): method _touch_handler (line 211) | def _touch_handler(self, msg, wParam, lParam): method _mouse_handler (line 223) | def _mouse_handler(self, msg, wparam, lParam): FILE: tickeys/kivy/input/recorder.py class RecorderMotionEvent (line 105) | class RecorderMotionEvent(MotionEvent): method depack (line 107) | def depack(self, args): class Recorder (line 113) | class Recorder(EventDispatcher): method __init__ (line 171) | def __init__(self, **kwargs): method on_motion (line 183) | def on_motion(self, window, etype, motionevent): method on_keyboard (line 196) | def on_keyboard(self, etype, window, key, *args, **kwargs): method release (line 208) | def release(self): method on_record (line 214) | def on_record(self, instance, value): method stop (line 228) | def stop(self): method start (line 231) | def start(self): method on_play (line 234) | def on_play(self, instance, value): method update (line 265) | def update(self, dispatch_fn): function start (line 316) | def start(win, ctx): function stop (line 320) | def stop(win, ctx): FILE: tickeys/kivy/input/shape.py class Shape (line 11) | class Shape(object): class ShapeRect (line 16) | class ShapeRect(Shape): method __init__ (line 20) | def __init__(self): FILE: tickeys/kivy/interactive.py function safeWait (line 165) | def safeWait(dt): function unwrap (line 171) | def unwrap(ob): class SafeMembrane (line 177) | class SafeMembrane(object): method __init__ (line 190) | def __init__(self, ob, *args, **kwargs): method safeIn (line 195) | def safeIn(self): method safeOut (line 201) | def safeOut(self): method isMethod (line 205) | def isMethod(self, fn): method __repr__ (line 213) | def __repr__(self): method __call__ (line 216) | def __call__(self, *args, **kw): method __getattribute__ (line 226) | def __getattribute__(self, attr, oga=object.__getattribute__): method __getattr__ (line 234) | def __getattr__(self, attr, oga=object.__getattribute__): method __setattr__ (line 238) | def __setattr__(self, attr, val, osa=object.__setattr__): method __delattr__ (line 248) | def __delattr__(self, attr, oda=object.__delattr__): method __bool__ (line 253) | def __bool__(self): method __getitem__ (line 256) | def __getitem__(self, arg): method __setitem__ (line 259) | def __setitem__(self, arg, val): method __delitem__ (line 265) | def __delitem__(self, arg): method __getslice__ (line 270) | def __getslice__(self, i, j): method __setslice__ (line 273) | def __setslice__(self, i, j, val): method __delslice__ (line 279) | def __delslice__(self, i, j): method __enter__ (line 284) | def __enter__(self, *args, **kwargs): method __exit__ (line 288) | def __exit__(self, *args, **kwargs): class InteractiveLauncher (line 293) | class InteractiveLauncher(SafeMembrane): method __init__ (line 301) | def __init__(self, app=None, *args, **kwargs): method run (line 316) | def run(self): method stop (line 322) | def stop(self): method __repr__ (line 327) | def __repr__(self): FILE: tickeys/kivy/lang.py class ProxyApp (line 835) | class ProxyApp(object): method __init__ (line 841) | def __init__(self): method _ensure_app (line 845) | def _ensure_app(self): method __getattribute__ (line 856) | def __getattribute__(self, name): method __delattr__ (line 860) | def __delattr__(self, name): method __setattr__ (line 864) | def __setattr__(self, name, value): method __bool__ (line 868) | def __bool__(self): method __str__ (line 872) | def __str__(self): method __repr__ (line 876) | def __repr__(self): class ParserException (line 897) | class ParserException(Exception): method __init__ (line 901) | def __init__(self, context, line, message, cause=None): class BuilderException (line 924) | class BuilderException(ParserException): class ParserRuleProperty (line 930) | class ParserRuleProperty(object): method __init__ (line 937) | def __init__(self, ctx, line, name, value): method precompile (line 956) | def precompile(self): method __repr__ (line 998) | def __repr__(self): class ParserRule (line 1005) | class ParserRule(object): method __init__ (line 1013) | def __init__(self, ctx, line, name, level): method precompile (line 1047) | def precompile(self): method create_missing (line 1061) | def create_missing(self, widget): method _forbid_selectors (line 1075) | def _forbid_selectors(self): method _detect_selectors (line 1082) | def _detect_selectors(self): method _build_rule (line 1095) | def _build_rule(self): method _build_template (line 1141) | def _build_template(self): method __repr__ (line 1155) | def __repr__(self): class Parser (line 1159) | class Parser(object): method __init__ (line 1173) | def __init__(self, **kwargs): method execute_directives (line 1187) | def execute_directives(self): method parse (line 1265) | def parse(self, content): method strip_comments (line 1299) | def strip_comments(self, lines): method parse_level (line 1314) | def parse_level(self, level, lines, spaces=0): function get_proxy (line 1456) | def get_proxy(widget): function custom_callback (line 1463) | def custom_callback(__kvlang__, idmap, *largs, **kwargs): function call_fn (line 1468) | def call_fn(args, instance, v): function delayed_call_fn (line 1480) | def delayed_call_fn(args, instance, v): function update_intermediates (line 1494) | def update_intermediates(base, keys, bound, s, fn, args, instance, value): function create_handler (line 1585) | def create_handler(iself, element, key, value, rule, idmap, delayed=False): class ParserSelector (line 1657) | class ParserSelector(object): method __init__ (line 1659) | def __init__(self, key): method match (line 1662) | def match(self, widget): method __repr__ (line 1665) | def __repr__(self): class ParserSelectorId (line 1669) | class ParserSelectorId(ParserSelector): method match (line 1671) | def match(self, widget): class ParserSelectorClass (line 1676) | class ParserSelectorClass(ParserSelector): method match (line 1678) | def match(self, widget): class ParserSelectorName (line 1682) | class ParserSelectorName(ParserSelector): method get_bases (line 1686) | def get_bases(self, cls): method match (line 1696) | def match(self, widget): class BuilderBase (line 1706) | class BuilderBase(object): method __init__ (line 1716) | def __init__(self): method load_file (line 1724) | def load_file(self, filename, **kwargs): method unload_file (line 1751) | def unload_file(self, filename): method load_string (line 1776) | def load_string(self, string, **kwargs): method template (line 1833) | def template(self, *args, **ctx): method apply (line 1863) | def apply(self, widget): method _clear_matchcache (line 1874) | def _clear_matchcache(self): method _apply_rule (line 1877) | def _apply_rule(self, widget, rule, rootrule, template_ctx=None): method match (line 2051) | def match(self, widget): method sync (line 2067) | def sync(self): method unbind_widget (line 2090) | def unbind_widget(self, uid): method _build_canvas (line 2111) | def _build_canvas(self, canvas, widget, rule, rootrule): function match_rule (line 2149) | def match_rule(fn, index, rule): function dump_builder_stats (line 2169) | def dump_builder_stats(): FILE: tickeys/kivy/loader.py class ProxyImage (line 56) | class ProxyImage(Image): method __init__ (line 70) | def __init__(self, arg, **kwargs): method on_load (line 75) | def on_load(self): class LoaderBase (line 79) | class LoaderBase(object): method __init__ (line 87) | def __init__(self): method __del__ (line 102) | def __del__(self): method _set_num_workers (line 108) | def _set_num_workers(self, num): method _get_num_workers (line 113) | def _get_num_workers(self): method _set_max_upload_per_frame (line 133) | def _set_max_upload_per_frame(self, num): method _get_max_upload_per_frame (line 138) | def _get_max_upload_per_frame(self): method _get_loading_image (line 160) | def _get_loading_image(self): method _set_loading_image (line 166) | def _set_loading_image(self, image): method _get_error_image (line 182) | def _get_error_image(self): method _set_error_image (line 189) | def _set_error_image(self, image): method start (line 205) | def start(self): method run (line 209) | def run(self, *largs): method stop (line 213) | def stop(self): method pause (line 217) | def pause(self): method resume (line 224) | def resume(self): method _wait_for_resume (line 234) | def _wait_for_resume(self): method _load (line 240) | def _load(self, kwargs): method _load_local (line 273) | def _load_local(self, filename, kwargs): method _load_urllib (line 279) | def _load_urllib(self, filename, kwargs): method _update (line 365) | def _update(self, *largs): method image (line 401) | def image(self, filename, load_callback=None, post_callback=None, class _Worker (line 470) | class _Worker(Thread): method __init__ (line 473) | def __init__(self, pool, tasks): method run (line 480) | def run(self): class _ThreadPool (line 489) | class _ThreadPool(object): method __init__ (line 492) | def __init__(self, num_threads): method add_task (line 499) | def add_task(self, func, *args, **kargs): method stop (line 504) | def stop(self): class LoaderThreadPool (line 508) | class LoaderThreadPool(LoaderBase): method __init__ (line 509) | def __init__(self): method start (line 513) | def start(self): method stop (line 518) | def stop(self): method run (line 523) | def run(self, *largs): FILE: tickeys/kivy/logger.py function formatter_message (line 78) | def formatter_message(message, use_color=True): class FileHandler (line 104) | class FileHandler(logging.Handler): method purge_logs (line 109) | def purge_logs(self, directory): method _configure (line 143) | def _configure(self, *largs, **kwargs): method _write_message (line 179) | def _write_message(self, record): method emit (line 192) | def emit(self, message): class LoggerHistory (line 221) | class LoggerHistory(logging.Handler): method emit (line 225) | def emit(self, message): class ColoredFormatter (line 229) | class ColoredFormatter(logging.Formatter): method __init__ (line 231) | def __init__(self, msg, use_color=True): method format (line 235) | def format(self, record): class ConsoleHandler (line 253) | class ConsoleHandler(logging.StreamHandler): method filter (line 255) | def filter(self, record): class LogFile (line 267) | class LogFile(object): method __init__ (line 269) | def __init__(self, channel, func): method write (line 275) | def write(self, s): method flush (line 285) | def flush(self): function logger_config_update (line 289) | def logger_config_update(section, key, value): FILE: tickeys/kivy/metrics.py function pt (line 109) | def pt(value): function inch (line 115) | def inch(value): function cm (line 121) | def cm(value): function mm (line 127) | def mm(value): function dp (line 133) | def dp(value): function sp (line 139) | def sp(value): class MetricsBase (line 145) | class MetricsBase(object): method dpi (line 151) | def dpi(self): method dpi_rounded (line 173) | def dpi_rounded(self): method density (line 187) | def density(self): method fontscale (line 211) | def fontscale(self): FILE: tickeys/kivy/modules/__init__.py class ModuleContext (line 102) | class ModuleContext: method __init__ (line 108) | def __init__(self): method __repr__ (line 111) | def __repr__(self): class ModuleBase (line 115) | class ModuleBase: method __init__ (line 119) | def __init__(self, **kwargs): method add_path (line 123) | def add_path(self, path): method list (line 140) | def list(self): method import_module (line 144) | def import_module(self, name): method activate_module (line 167) | def activate_module(self, name, win): method deactivate_module (line 188) | def deactivate_module(self, name, win): method register_window (line 201) | def register_window(self, win): method unregister_window (line 207) | def unregister_window(self, win): method update (line 213) | def update(self): method configure (line 228) | def configure(self): method _configure_module (line 238) | def _configure_module(self, name): method usage_list (line 266) | def usage_list(self): FILE: tickeys/kivy/modules/_webdebugger.py class MissingOrderedDict (line 20) | class MissingOrderedDict(OrderedDict): method __missing__ (line 22) | def __missing__(self, key): function index (line 32) | def index(): function metrics_json (line 37) | def metrics_json(): function getfile (line 44) | def getfile(name): class FlaskThread (line 55) | class FlaskThread(threading.Thread): method run (line 57) | def run(self): method dump_metrics (line 61) | def dump_metrics(self, dt): function start (line 76) | def start(win, ctx): function stop (line 82) | def stop(win, ctx): FILE: tickeys/kivy/modules/inspector.py class TreeViewProperty (line 177) | class TreeViewProperty(BoxLayout, TreeViewNode): method _get_widget (line 181) | def _get_widget(self): class Inspector (line 199) | class Inspector(FloatLayout): method __init__ (line 217) | def __init__(self, **kwargs): method on_touch_down (line 231) | def on_touch_down(self, touch): method on_touch_move (line 242) | def on_touch_move(self, touch): method on_touch_up (line 249) | def on_touch_up(self, touch): method on_window_children (line 255) | def on_window_children(self, win, children): method highlight_at (line 263) | def highlight_at(self, x, y): method highlight_widget (line 280) | def highlight_widget(self, widget, info=True, *largs): method update_widget_graphics (line 288) | def update_widget_graphics(self, *l): method toggle_position (line 320) | def toggle_position(self, button): method pick (line 347) | def pick(self, widget, x, y): method on_activated (line 360) | def on_activated(self, instance, activated): method animation_close (line 380) | def animation_close(self, instance, value): method show_widget_info (line 391) | def show_widget_info(self): method update_node_content (line 429) | def update_node_content(self, node, *l): method keyboard_shortcut (line 436) | def keyboard_shortcut(self, win, scancode, *largs): method show_property (line 451) | def show_property(self, instance, value, key=None, index=-1, *l): method save_property_numeric (line 536) | def save_property_numeric(self, widget, key, index, instance, value): method save_property_text (line 545) | def save_property_text(self, widget, key, index, instance, value): method save_property_boolean (line 554) | def save_property_boolean(self, widget, key, index, instance, ): method save_property_option (line 564) | def save_property_option(self, widget, key, instance, *l): function create_inspector (line 571) | def create_inspector(win, ctx, *l): function start (line 590) | def start(win, ctx): function stop (line 594) | def stop(win, ctx): FILE: tickeys/kivy/modules/keybinding.py function _on_keyboard_handler (line 46) | def _on_keyboard_handler(instance, key, scancode, codepoint, modifiers): function start (line 59) | def start(win, ctx): function stop (line 63) | def stop(win, ctx): FILE: tickeys/kivy/modules/monitor.py function update_fps (line 29) | def update_fps(ctx, *largs): function update_stats (line 35) | def update_stats(ctx, *largs): class StatsInput (line 44) | class StatsInput(object): method process (line 46) | def process(self, events): function start (line 54) | def start(win, ctx): function stop (line 79) | def stop(win, ctx): FILE: tickeys/kivy/modules/recorder.py function replay (line 46) | def replay(recorder, *args): function on_recorder_key (line 53) | def on_recorder_key(recorder, window, key, *largs): function start (line 72) | def start(win, ctx): function stop (line 95) | def stop(win, ctx): FILE: tickeys/kivy/modules/screen.py function start (line 59) | def start(win, ctx): function stop (line 63) | def stop(win, ctx): function apply_device (line 67) | def apply_device(device, scale, orientation): function usage (line 89) | def usage(device=None): function configure (line 112) | def configure(ctx): FILE: tickeys/kivy/modules/touchring.py function _touch_down (line 57) | def _touch_down(win, touch): function _touch_move (line 75) | def _touch_move(win, touch): function _touch_up (line 82) | def _touch_up(win, touch): function _mouse_move (line 93) | def _mouse_move(win, pos, *args): function start (line 112) | def start(win, ctx): function stop (line 141) | def stop(win, ctx): FILE: tickeys/kivy/multistroke.py class MultistrokeError (line 149) | class MultistrokeError(Exception): class Recognizer (line 157) | class Recognizer(EventDispatcher): method __init__ (line 180) | def __init__(self, **kwargs): method filter (line 185) | def filter(self, **kwargs): method add_gesture (line 350) | def add_gesture(self, name, strokes, **kwargs): method parse_gesture (line 364) | def parse_gesture(self, data): method export_gesture (line 382) | def export_gesture(self, filename=None, **kwargs): method import_gesture (line 420) | def import_gesture(self, data=None, filename=None, **kwargs): method transfer_gesture (line 437) | def transfer_gesture(self, tgt, **kwargs): method prepare_templates (line 450) | def prepare_templates(self, **kwargs): method recognize (line 468) | def recognize(self, strokes, goodscore=None, timeout=0, delay=0, **kwa... method _candidate (line 611) | def _candidate(self, strokes, **kwargs): method on_search_start (line 634) | def on_search_start(self, result): method on_search_complete (line 637) | def on_search_complete(self, result): class ProgressTracker (line 645) | class ProgressTracker(EventDispatcher): method __init__ (line 708) | def __init__(self, candidate, tasks, **kwargs): method progress (line 727) | def progress(self): method best (line 735) | def best(self): method stop (line 750) | def stop(self): method _add_result (line 755) | def _add_result(self, gesture, dist, tpl, res): method on_complete (line 781) | def on_complete(self): method on_progress (line 784) | def on_progress(self): method on_result (line 787) | def on_result(self, result): class MultistrokeGesture (line 795) | class MultistrokeGesture(object): method __init__ (line 853) | def __init__(self, name, strokes=None, **kwargs): method angle_similarity_threshold (line 872) | def angle_similarity_threshold(self): method add_stroke (line 875) | def add_stroke(self, stroke, permute=False): method get_distance (line 882) | def get_distance(self, cand, tpl, numpoints=None): method match_candidate (line 920) | def match_candidate(self, cand, **kwargs): method permute (line 987) | def permute(self): method _heap_permute (line 1029) | def _heap_permute(self, n): method _make_unistrokes (line 1047) | def _make_unistrokes(self): class UnistrokeTemplate (line 1073) | class UnistrokeTemplate(object): method __init__ (line 1098) | def __init__(self, name, points=None, **kwargs): method add_point (line 1109) | def add_point(self, p): method _get_db_key (line 1117) | def _get_db_key(self, key, numpoints=None): method get_start_unit_vector (line 1123) | def get_start_unit_vector(self, numpoints=None): method get_vector (line 1126) | def get_vector(self, numpoints=None): method get_points (line 1129) | def get_points(self, numpoints=None): method prepare (line 1132) | def prepare(self, numpoints=None): class Candidate (line 1169) | class Candidate(object): method __init__ (line 1192) | def __init__(self, strokes=None, numpoints=16, **kwargs): method add_stroke (line 1203) | def add_stroke(self, stroke): method _get_db_key (line 1210) | def _get_db_key(self, key, numpoints, orientation_sens): method get_start_unit_vector (line 1218) | def get_start_unit_vector(self, numpoints, orientation_sens): method get_protractor_vector (line 1226) | def get_protractor_vector(self, numpoints, orientation_sens): method get_angle_similarity (line 1231) | def get_angle_similarity(self, tpl, **kwargs): method prepare (line 1250) | def prepare(self, numpoints=None): function resample (line 1288) | def resample(points, n): function indicative_angle (line 1329) | def indicative_angle(points): function rotate_by (line 1334) | def rotate_by(points, radians): function scale_dim (line 1350) | def scale_dim(points, size, oneDratio): function translate_to (line 1377) | def translate_to(points, pt): function vectorize (line 1389) | def vectorize(points, use_bounded_rotation_invariance): function centroid (line 1420) | def centroid(points): function bounding_box (line 1435) | def bounding_box(points): function path_length (line 1454) | def path_length(points): function distance (line 1461) | def distance(p1, p2): function start_unit_vector (line 1467) | def start_unit_vector(points, index): FILE: tickeys/kivy/network/urlrequest.py class UrlRequest (line 93) | class UrlRequest(Thread): method __init__ (line 152) | def __init__(self, url, on_success=None, on_redirect=None, method run (line 193) | def run(self): method _fetch_url (line 220) | def _fetch_url(self, url, body, headers, q): method get_connection_for_scheme (line 329) | def get_connection_for_scheme(self, scheme): method decode_result (line 343) | def decode_result(self, result, resp): method _dispatch_result (line 360) | def _dispatch_result(self, dt): method is_finished (line 436) | def is_finished(self): method result (line 443) | def result(self): method resp_headers (line 450) | def resp_headers(self): method resp_status (line 457) | def resp_status(self): method error (line 464) | def error(self): method chunk_size (line 471) | def chunk_size(self): method wait (line 477) | def wait(self, delay=0.5): function on_success (line 497) | def on_success(req, result): function on_error (line 501) | def on_error(req, error): FILE: tickeys/kivy/parser.py class ColorException (line 17) | class ColorException(Exception): function parse_filename (line 21) | def parse_filename(filename): function color_error (line 32) | def color_error(text): function parse_color (line 38) | def parse_color(text): function parse_bool (line 91) | def parse_bool(text): function parse_string (line 101) | def parse_string(text): function parse_int2 (line 108) | def parse_int2(text): function parse_float4 (line 126) | def parse_float4(text): FILE: tickeys/kivy/resources.py function resource_find (line 25) | def resource_find(filename): function resource_add_path (line 42) | def resource_add_path(path): function resource_remove_path (line 51) | def resource_remove_path(path): FILE: tickeys/kivy/storage/__init__.py class AbstractStore (line 127) | class AbstractStore(EventDispatcher): method __init__ (line 131) | def __init__(self, **kwargs): method exists (line 135) | def exists(self, key): method async_exists (line 140) | def async_exists(self, callback, key): method get (line 154) | def get(self, key): method async_get (line 160) | def async_get(self, callback, key): method put (line 173) | def put(self, key, **values): method async_put (line 182) | def async_put(self, callback, key, **values): method delete (line 197) | def delete(self, key): method async_delete (line 205) | def async_delete(self, callback, key): method find (line 220) | def find(self, **filters): method async_find (line 238) | def async_find(self, callback, **filters): method keys (line 256) | def keys(self): method async_keys (line 261) | def async_keys(self, callback): method count (line 266) | def count(self): method async_count (line 271) | def async_count(self, callback): method clear (line 276) | def clear(self): method async_clear (line 281) | def async_clear(self, callback): method __setitem__ (line 290) | def __setitem__(self, key, values): method __getitem__ (line 295) | def __getitem__(self, key): method __delitem__ (line 298) | def __delitem__(self, key): method __contains__ (line 301) | def __contains__(self, key): method __len__ (line 304) | def __len__(self): method __iter__ (line 307) | def __iter__(self): method store_load (line 315) | def store_load(self): method store_sync (line 318) | def store_sync(self): method store_get (line 321) | def store_get(self, key): method store_put (line 324) | def store_put(self, key, value): method store_exists (line 327) | def store_exists(self, key): method store_delete (line 330) | def store_delete(self, key): method store_find (line 333) | def store_find(self, filters): method store_keys (line 336) | def store_keys(self): method store_count (line 339) | def store_count(self): method store_clear (line 342) | def store_clear(self): method store_get_async (line 346) | def store_get_async(self, key, callback): method store_put_async (line 353) | def store_put_async(self, key, value, callback): method store_exists_async (line 360) | def store_exists_async(self, key, callback): method store_delete_async (line 367) | def store_delete_async(self, key, callback): method store_find_async (line 374) | def store_find_async(self, filters, callback): method store_count_async (line 379) | def store_count_async(self, callback): method store_keys_async (line 386) | def store_keys_async(self, callback): method store_clear_async (line 393) | def store_clear_async(self, callback): method _schedule (line 401) | def _schedule(self, cb, **kwargs): FILE: tickeys/kivy/storage/dictstore.py class DictStore (line 20) | class DictStore(AbstractStore): method __init__ (line 24) | def __init__(self, filename, data=None, **kwargs): method store_load (line 35) | def store_load(self): method store_sync (line 45) | def store_sync(self): method store_exists (line 56) | def store_exists(self, key): method store_get (line 59) | def store_get(self, key): method store_put (line 62) | def store_put(self, key, value): method store_delete (line 67) | def store_delete(self, key): method store_find (line 72) | def store_find(self, filters): method store_count (line 85) | def store_count(self): method store_keys (line 88) | def store_keys(self): FILE: tickeys/kivy/storage/jsonstore.py class JsonStore (line 17) | class JsonStore(AbstractStore): method __init__ (line 21) | def __init__(self, filename, **kwargs): method store_load (line 27) | def store_load(self): method store_sync (line 36) | def store_sync(self): method store_exists (line 43) | def store_exists(self, key): method store_get (line 46) | def store_get(self, key): method store_put (line 49) | def store_put(self, key, value): method store_delete (line 54) | def store_delete(self, key): method store_find (line 59) | def store_find(self, filters): method store_count (line 72) | def store_count(self): method store_keys (line 75) | def store_keys(self): FILE: tickeys/kivy/storage/redisstore.py class RedisStore (line 40) | class RedisStore(AbstractStore): method __init__ (line 47) | def __init__(self, redis_params, **kwargs): method store_load (line 52) | def store_load(self): method store_sync (line 55) | def store_sync(self): method store_exists (line 58) | def store_exists(self, key): method store_get (line 63) | def store_get(self, key): method store_put (line 72) | def store_put(self, key, values): method store_delete (line 81) | def store_delete(self, key): method store_keys (line 87) | def store_keys(self): method store_find (line 91) | def store_find(self, filters): FILE: tickeys/kivy/support.py function install_gobject_iteration (line 13) | def install_gobject_iteration(): function _android_ask_redraw (line 53) | def _android_ask_redraw(*largs): function install_android (line 64) | def install_android(): function install_twisted_reactor (line 144) | def install_twisted_reactor(**kwargs): function uninstall_twisted_reactor (line 241) | def uninstall_twisted_reactor(): FILE: tickeys/kivy/tools/benchmark.py class FakeMotionEvent (line 36) | class FakeMotionEvent(MotionEvent): class bench_widget_creation (line 40) | class bench_widget_creation: method run (line 43) | def run(self): class bench_widget_creation_with_root (line 49) | class bench_widget_creation_with_root: method run (line 52) | def run(self): class bench_widget_draw (line 58) | class bench_widget_draw: method __init__ (line 61) | def __init__(self): method run (line 68) | def run(self): class bench_widget_dispatch (line 72) | class bench_widget_dispatch: method __init__ (line 75) | def __init__(self): method run (line 84) | def run(self): class bench_label_creation (line 91) | class bench_label_creation: method __init__ (line 94) | def __init__(self): method run (line 101) | def run(self): class bench_button_creation (line 107) | class bench_button_creation: method __init__ (line 110) | def __init__(self): method run (line 117) | def run(self): class bench_label_creation_with_tick (line 123) | class bench_label_creation_with_tick: method __init__ (line 126) | def __init__(self): method run (line 133) | def run(self): class bench_button_creation_with_tick (line 141) | class bench_button_creation_with_tick: method __init__ (line 144) | def __init__(self): method run (line 151) | def run(self): function log (line 164) | def log(s, newline=True): FILE: tickeys/kivy/tools/extensions/make-kivyext.py function prompt (line 119) | def prompt(name, default=None): function prompt_bool (line 130) | def prompt_bool(name, default=False): function prompt_choices (line 141) | def prompt_choices(name, choices): function guess_package (line 154) | def guess_package(name): class Extension (line 160) | class Extension(object): method __init__ (line 162) | def __init__(self, name, shortname, author, email, output_folder): method make_folder (line 169) | def make_folder(self): method create_files (line 174) | def create_files(self): function main (line 195) | def main(): FILE: tickeys/kivy/tools/generate-icons.py class Converter (line 17) | class Converter(object): method run (line 56) | def run(self): method convert_to (line 90) | def convert_to(self, source, icon_fn, size): method ensure_quality (line 94) | def ensure_quality(self, image, force=False): method iterate (line 111) | def iterate(self): FILE: tickeys/kivy/tools/packaging/factory.py class FactoryBuild (line 22) | class FactoryBuild(Command): method initialize_options (line 26) | def initialize_options(self): method finalize_options (line 29) | def finalize_options(self): method run (line 32) | def run(self): FILE: tickeys/kivy/tools/packaging/pyinstaller_hooks/__init__.py function install_hooks (line 7) | def install_hooks(sym, hookspath=None): FILE: tickeys/kivy/tools/packaging/pyinstaller_hooks/hook-kivy.py function get_modules (line 18) | def get_modules(): FILE: tickeys/kivy/tools/packaging/pyinstaller_hooks/rt-hook-kivy.py function getResource (line 38) | def getResource(identifier, *args, **kwargs): FILE: tickeys/kivy/tools/report.py function title (line 23) | def title(t): function send_report (line 34) | def send_report(dict_report): function testimport (line 131) | def testimport(libname): FILE: tickeys/kivy/tools/stub-gl-debug.py function replace (line 146) | def replace(s): FILE: tickeys/kivy/tools/texturecompress.py class Tool (line 41) | class Tool(object): method __init__ (line 42) | def __init__(self, options): method tex_fn (line 49) | def tex_fn(self): method compress (line 53) | def compress(self): method nearest_pow2 (line 56) | def nearest_pow2(self, v): method runcmd (line 66) | def runcmd(self, cmd): method write_tex (line 70) | def write_tex(self, data, fmt, image_size, texture_size, mipmap=False, method run (line 92) | def run(): class Etc1Tool (line 114) | class Etc1Tool(Tool): method __init__ (line 115) | def __init__(self, options): method locate_etc1tool (line 120) | def locate_etc1tool(self): method compress (line 139) | def compress(self): class PvrtcTool (line 166) | class PvrtcTool(Tool): method __init__ (line 167) | def __init__(self, options): method locate_texturetool (line 172) | def locate_texturetool(self): method compress (line 192) | def compress(self): FILE: tickeys/kivy/uix/abstractview.py class AbstractView (line 25) | class AbstractView(FloatLayout): FILE: tickeys/kivy/uix/accordion.py class AccordionException (line 97) | class AccordionException(Exception): class AccordionItem (line 103) | class AccordionItem(FloatLayout): method __init__ (line 256) | def __init__(self, **kwargs): method add_widget (line 265) | def add_widget(self, widget): method remove_widget (line 270) | def remove_widget(self, widget): method on_collapse (line 275) | def on_collapse(self, instance, value): method on_collapse_alpha (line 291) | def on_collapse_alpha(self, instance, value): method on_touch_down (line 294) | def on_touch_down(self, touch): method _update_title (line 305) | def _update_title(self, dt): class Accordion (line 318) | class Accordion(Widget): method __init__ (line 358) | def __init__(self, **kwargs): method add_widget (line 368) | def add_widget(self, widget, *largs): method select (line 376) | def select(self, instance): method _do_layout (line 384) | def _do_layout(self, dt): function toggle_layout (line 453) | def toggle_layout(*l): function select_2nd_item (line 459) | def select_2nd_item(*l): function update_min_space (line 467) | def update_min_space(instance, value): FILE: tickeys/kivy/uix/actionbar.py class ActionBarException (line 54) | class ActionBarException(Exception): class ActionItem (line 60) | class ActionItem(object): class ActionButton (line 115) | class ActionButton(Button, ActionItem): class ActionPrevious (line 139) | class ActionPrevious(ActionButton): method __init__ (line 191) | def __init__(self, **kwargs): class ActionToggleButton (line 197) | class ActionToggleButton(ActionItem, ToggleButton): class ActionCheck (line 207) | class ActionCheck(ActionItem, CheckBox): class ActionSeparator (line 213) | class ActionSeparator(ActionItem, Widget): class ActionDropDown (line 226) | class ActionDropDown(DropDown): class ActionGroup (line 232) | class ActionGroup(ActionItem, Spinner): method __init__ (line 268) | def __init__(self, **kwargs): method add_widget (line 274) | def add_widget(self, item): method show_group (line 284) | def show_group(self): method _build_dropdown (line 290) | def _build_dropdown(self, *largs): method _update_dropdown (line 298) | def _update_dropdown(self, *largs): method _toggle_dropdown (line 301) | def _toggle_dropdown(self, *largs): method clear_widgets (line 318) | def clear_widgets(self): class ActionOverflow (line 322) | class ActionOverflow(ActionGroup): method add_widget (line 334) | def add_widget(self, action_item, index=0): method show_default_items (line 350) | def show_default_items(self, parent): class ActionView (line 358) | class ActionView(BoxLayout): method __init__ (line 398) | def __init__(self, **kwargs): method on_action_previous (line 407) | def on_action_previous(self, instance, value): method add_widget (line 410) | def add_widget(self, action_item, index=0): method on_use_separator (line 435) | def on_use_separator(self, instance, value): method _clear_all (line 440) | def _clear_all(self): method _layout_all (line 448) | def _layout_all(self): method _layout_group (line 472) | def _layout_group(self): method _layout_random (line 489) | def _layout_random(self): method on_width (line 556) | def on_width(self, width, *args): class ContextualActionView (line 587) | class ContextualActionView(ActionView): class ActionBar (line 594) | class ActionBar(BoxLayout): method __init__ (line 631) | def __init__(self, **kwargs): method add_widget (line 636) | def add_widget(self, view): method on_previous (line 653) | def on_previous(self, *args): method _pop_contextual_action_view (line 656) | def _pop_contextual_action_view(self): class MainWindow (line 710) | class MainWindow(FloatLayout): FILE: tickeys/kivy/uix/anchorlayout.py class AnchorLayout (line 34) | class AnchorLayout(Layout): method __init__ (line 67) | def __init__(self, **kwargs): method do_layout (line 78) | def do_layout(self, *largs): FILE: tickeys/kivy/uix/behaviors.py class ButtonBehavior (line 55) | class ButtonBehavior(object): method __init__ (line 102) | def __init__(self, **kwargs): method _do_press (line 110) | def _do_press(self): method _do_release (line 113) | def _do_release(self, *args): method cancel_event (line 116) | def cancel_event(self, *args): method on_touch_down (line 121) | def on_touch_down(self, touch): method on_touch_move (line 138) | def on_touch_move(self, touch): method on_touch_up (line 145) | def on_touch_up(self, touch): method on_press (line 166) | def on_press(self): method on_release (line 169) | def on_release(self): method trigger_action (line 172) | def trigger_action(self, duration=0.1): class ToggleButtonBehavior (line 195) | class ToggleButtonBehavior(ButtonBehavior): method __init__ (line 222) | def __init__(self, **kwargs): method on_group (line 226) | def on_group(self, *largs): method _release_group (line 240) | def _release_group(self, current): method _do_press (line 252) | def _do_press(self): method _do_release (line 259) | def _do_release(self, *args): method _clear_groups (line 263) | def _clear_groups(wk): method get_widgets (line 272) | def get_widgets(groupname): class DragBehavior (line 297) | class DragBehavior(object): method __init__ (line 381) | def __init__(self, **kwargs): method _get_uid (line 385) | def _get_uid(self, prefix='sv'): method on_touch_down (line 388) | def on_touch_down(self, touch): method on_touch_move (line 411) | def on_touch_move(self, touch): method on_touch_up (line 435) | def on_touch_up(self, touch): method _do_touch_up (line 451) | def _do_touch_up(self, touch, *largs): method _change_touch_mode (line 463) | def _change_touch_mode(self, *largs): class FocusBehavior (line 477) | class FocusBehavior(object): method _set_keyboard (line 541) | def _set_keyboard(self, value): method _get_keyboard (line 554) | def _get_keyboard(self): method _set_on_focus_next (line 644) | def _set_on_focus_next(self, instance, value): method _set_on_focus_previous (line 690) | def _set_on_focus_previous(self, instance, value): method __init__ (line 768) | def __init__(self, **kwargs): method _on_focusable (line 779) | def _on_focusable(self, instance, value): method _on_focus (line 783) | def _on_focus(self, instance, value, *largs): method _ensure_keyboard (line 790) | def _ensure_keyboard(self): method _bind_keyboard (line 800) | def _bind_keyboard(self): method _unbind_keyboard (line 817) | def _unbind_keyboard(self): method keyboard_on_textinput (line 831) | def keyboard_on_textinput(self, window, text): method _keyboard_released (line 834) | def _keyboard_released(self): method on_touch_down (line 837) | def on_touch_down(self, touch): method _handle_post_on_touch_up (line 848) | def _handle_post_on_touch_up(touch): method _get_focus_next (line 860) | def _get_focus_next(self, focus_dir): method keyboard_on_key_down (line 889) | def keyboard_on_key_down(self, window, keycode, text, modifiers): method keyboard_on_key_up (line 917) | def keyboard_on_key_up(self, window, keycode): method show_keyboard (line 936) | def show_keyboard(self): method hide_keyboard (line 943) | def hide_keyboard(self): class CompoundSelectionBehavior (line 951) | class CompoundSelectionBehavior(object): method __init__ (line 1105) | def __init__(self, **kwargs): method select_with_touch (line 1116) | def select_with_touch(self, node, touch=None): method select_with_key_down (line 1168) | def select_with_key_down(self, keyboard, scancode, codepoint, modifiers, method select_with_key_up (line 1223) | def select_with_key_up(self, keyboard, scancode, **kwargs): method _update_counts (line 1246) | def _update_counts(self, *largs): method _reslove_last_node (line 1256) | def _reslove_last_node(self): method _select_range (line 1278) | def _select_range(self, multiselect, keep_anchor, node, idx): method clear_selection (line 1324) | def clear_selection(self): method get_selectable_nodes (line 1335) | def get_selectable_nodes(self): method goto_node (line 1370) | def goto_node(self, key, last_node, last_node_idx): method select_node (line 1424) | def select_node(self, node): method deselect_node (line 1453) | def deselect_node(self, node): FILE: tickeys/kivy/uix/boxlayout.py class BoxLayout (line 68) | class BoxLayout(Layout): method __init__ (line 101) | def __init__(self, **kwargs): method do_layout (line 112) | def do_layout(self, *largs): method add_widget (line 209) | def add_widget(self, widget, index=0): method remove_widget (line 214) | def remove_widget(self, widget): FILE: tickeys/kivy/uix/bubble.py class BubbleButton (line 75) | class BubbleButton(Button): class BubbleContent (line 86) | class BubbleContent(GridLayout): class Bubble (line 90) | class Bubble(GridLayout): method __init__ (line 175) | def __init__(self, **kwargs): method add_widget (line 191) | def add_widget(self, *l): method remove_widget (line 201) | def remove_widget(self, *l): method clear_widgets (line 211) | def clear_widgets(self, **kwargs): method on_show_arrow (line 220) | def on_show_arrow(self, instance, value): method on_parent (line 223) | def on_parent(self, instance, value): method on_pos (line 226) | def on_pos(self, instance, pos): method on_background_image (line 245) | def on_background_image(self, *l): method on_background_color (line 248) | def on_background_color(self, *l): method on_orientation (line 253) | def on_orientation(self, *l): method on_arrow_image (line 264) | def on_arrow_image(self, *l): method on_arrow_pos (line 267) | def on_arrow_pos(self, *l): method _update_arrow (line 371) | def _update_arrow(self, *dt): FILE: tickeys/kivy/uix/button.py class Button (line 43) | class Button(ButtonBehavior, Label): FILE: tickeys/kivy/uix/camera.py class Camera (line 36) | class Camera(Image): method __init__ (line 82) | def __init__(self, **kwargs): method on_tex (line 91) | def on_tex(self, *l): method _on_index (line 94) | def _on_index(self, *largs): method _camera_loaded (line 107) | def _camera_loaded(self, *largs): method on_play (line 111) | def on_play(self, instance, value): FILE: tickeys/kivy/uix/carousel.py class Carousel (line 52) | class Carousel(StencilView): method _get_slides_container (line 64) | def _get_slides_container(self): method _get_index (line 118) | def _get_index(self): method _set_index (line 123) | def _set_index(self, value): method _prev_slide (line 135) | def _prev_slide(self): method _curr_slide (line 164) | def _curr_slide(self): method _next_slide (line 177) | def _next_slide(self): method __init__ (line 240) | def __init__(self, **kwargs): method load_slide (line 246) | def load_slide(self, slide): method load_previous (line 264) | def load_previous(self): method load_next (line 271) | def load_next(self, mode='next'): method get_slide_container (line 289) | def get_slide_container(self, slide): method _insert_visible_slides (line 292) | def _insert_visible_slides(self, _next_slide=None, _prev_slide=None): method _position_visible_slides (line 324) | def _position_visible_slides(self, *args): method on_size (line 384) | def on_size(self, *args): method on_pos (line 390) | def on_pos(self, *args): method on_index (line 393) | def on_index(self, *args): method on_slides (line 398) | def on_slides(self, *args): method on__offset (line 404) | def on__offset(self, *args): method _start_animation (line 437) | def _start_animation(self, *args, **kwargs): method _get_uid (line 482) | def _get_uid(self, prefix='sv'): method on_touch_down (line 485) | def on_touch_down(self, touch): method on_touch_move (line 504) | def on_touch_move(self, touch): method on_touch_up (line 529) | def on_touch_up(self, touch): method _do_touch_up (line 548) | def _do_touch_up(self, touch, *largs): method _change_touch_mode (line 560) | def _change_touch_mode(self, *largs): method add_widget (line 573) | def add_widget(self, widget, index=0): method remove_widget (line 582) | def remove_widget(self, widget, *args, **kwargs): method clear_widgets (line 593) | def clear_widgets(self): class Example1 (line 602) | class Example1(App): method build (line 604) | def build(self): FILE: tickeys/kivy/uix/checkbox.py class CheckBox (line 38) | class CheckBox(ToggleButtonBehavior, Widget): method on_state (line 145) | def on_state(self, instance, value): method _toggle_active (line 151) | def _toggle_active(self): method on_active (line 154) | def on_active(self, instance, value): FILE: tickeys/kivy/uix/codeinput.py class CodeInput (line 54) | class CodeInput(TextInput): method __init__ (line 87) | def __init__(self, **kwargs): method on_style_name (line 112) | def on_style_name(self, *args): method on_style (line 115) | def on_style(self, *args): method _create_line_label (line 119) | def _create_line_label(self, text, hint=False): method _get_line_options (line 147) | def _get_line_options(self): method _get_text_width (line 154) | def _get_text_width(self, text, tab_width, _label_cached): method _get_bbcode (line 166) | def _get_bbcode(self, ntext): method _cursor_offset (line 184) | def _cursor_offset(self): method on_lexer (line 198) | def on_lexer(self, instance, value): method on_foreground_color (line 201) | def on_foreground_color(self, instance, text_color): class CodeInputTest (line 215) | class CodeInputTest(App): method build (line 216) | def build(self): FILE: tickeys/kivy/uix/colorpicker.py function distance (line 49) | def distance(pt1, pt2): function polar_to_rect (line 53) | def polar_to_rect(origin, r, theta): function rect_to_polar (line 57) | def rect_to_polar(origin, x, y): class ColorWheel (line 75) | class ColorWheel(Widget): method __init__ (line 134) | def __init__(self, **kwargs): method on__origin (line 141) | def on__origin(self, instance, value): method on__radius (line 144) | def on__radius(self, instance, value): method init_wheel (line 147) | def init_wheel(self, dt): method recolor_wheel (line 171) | def recolor_wheel(self): method change_alpha (line 177) | def change_alpha(self, val): method inertial_incr_sv_idx (line 181) | def inertial_incr_sv_idx(self, dt): method inertial_decr_sv_idx (line 194) | def inertial_decr_sv_idx(self, dt): method on_touch_down (line 206) | def on_touch_down(self, touch): method on_touch_move (line 224) | def on_touch_move(self, touch): method on_touch_up (line 242) | def on_touch_up(self, touch): method on__hsv (line 282) | def on__hsv(self, instance, value): method _get_touch_r (line 290) | def _get_touch_r(self, pos): class _ColorArc (line 294) | class _ColorArc(InstructionGroup): method __init__ (line 295) | def __init__(self, r_min, r_max, theta_min, theta_max, method __str__ (line 309) | def __str__(self): method get_mesh (line 314) | def get_mesh(self): method change_color (line 350) | def change_color(self, color=None, color_delta=None, sv=None, a=None): class ColorPicker (line 364) | class ColorPicker(RelativeLayout): method _get_hex (line 389) | def _get_hex(self): method _set_hex (line 392) | def _set_hex(self, value): method on_color (line 412) | def on_color(self, instance, value): method on_hsv (line 418) | def on_hsv(self, instance, value): method _trigger_update_clr (line 424) | def _trigger_update_clr(self, mode, clr_idx, text): method _update_clr (line 429) | def _update_clr(self, dt): method _update_hex (line 440) | def _update_hex(self, dt): method _trigger_update_hex (line 445) | def _trigger_update_hex(self, text): method __init__ (line 450) | def __init__(self, **kwargs): class ColorPickerApp (line 458) | class ColorPickerApp(App): method build (line 459) | def build(self): FILE: tickeys/kivy/uix/dropdown.py class DropDownException (line 105) | class DropDownException(Exception): class DropDown (line 111) | class DropDown(ScrollView): method __init__ (line 174) | def __init__(self, **kwargs): method on_key_down (line 191) | def on_key_down(self, instance, key, scancode, codepoint, modifiers): method on_container (line 196) | def on_container(self, instance, value): method open (line 200) | def open(self, widget): method dismiss (line 224) | def dismiss(self, *largs): method on_dismiss (line 235) | def on_dismiss(self): method select (line 238) | def select(self, data): method on_select (line 246) | def on_select(self, data): method _container_minimum_size (line 249) | def _container_minimum_size(self, instance, size): method add_widget (line 257) | def add_widget(self, *largs): method remove_widget (line 262) | def remove_widget(self, *largs): method clear_widgets (line 267) | def clear_widgets(self): method on_touch_down (line 272) | def on_touch_down(self, touch): method on_touch_up (line 282) | def on_touch_up(self, touch): method _reposition (line 290) | def _reposition(self, *largs): function show_dropdown (line 337) | def show_dropdown(button, *largs): function touch_move (line 346) | def touch_move(instance, touch): FILE: tickeys/kivy/uix/effectwidget.py class EffectBase (line 347) | class EffectBase(EventDispatcher): method __init__ (line 379) | def __init__(self, *args, **kwargs): method set_fbo_shader (line 385) | def set_fbo_shader(self, *args): method _load_from_source (line 397) | def _load_from_source(self, *args): class AdvancedEffectBase (line 410) | class AdvancedEffectBase(EffectBase): method __init__ (line 435) | def __init__(self, *args, **kwargs): method _update_uniforms (line 439) | def _update_uniforms(self, *args): method set_fbo_shader (line 445) | def set_fbo_shader(self, *args): class MonochromeEffect (line 450) | class MonochromeEffect(EffectBase): method __init__ (line 452) | def __init__(self, *args, **kwargs): class InvertEffect (line 457) | class InvertEffect(EffectBase): method __init__ (line 459) | def __init__(self, *args, **kwargs): class ScanlinesEffect (line 464) | class ScanlinesEffect(EffectBase): method __init__ (line 466) | def __init__(self, *args, **kwargs): class ChannelMixEffect (line 471) | class ChannelMixEffect(EffectBase): method __init__ (line 482) | def __init__(self, *args, **kwargs): method on_order (line 486) | def on_order(self, *args): method do_glsl (line 489) | def do_glsl(self): class PixelateEffect (line 494) | class PixelateEffect(EffectBase): method __init__ (line 507) | def __init__(self, *args, **kwargs): method on_pixel_size (line 511) | def on_pixel_size(self, *args): method do_glsl (line 514) | def do_glsl(self): class HorizontalBlurEffect (line 518) | class HorizontalBlurEffect(EffectBase): method __init__ (line 529) | def __init__(self, *args, **kwargs): method on_size (line 533) | def on_size(self, *args): method do_glsl (line 536) | def do_glsl(self): class VerticalBlurEffect (line 540) | class VerticalBlurEffect(EffectBase): method __init__ (line 551) | def __init__(self, *args, **kwargs): method on_size (line 555) | def on_size(self, *args): method do_glsl (line 558) | def do_glsl(self): class FXAAEffect (line 562) | class FXAAEffect(EffectBase): method __init__ (line 564) | def __init__(self, *args, **kwargs): class EffectFbo (line 569) | class EffectFbo(Fbo): method __init__ (line 573) | def __init__(self, *args, **kwargs): method set_fs (line 577) | def set_fs(self, value): class EffectWidget (line 590) | class EffectWidget(RelativeLayout): method __init__ (line 635) | def __init__(self, **kwargs): method _refresh_background_color (line 666) | def _refresh_background_color(self, *args): method _update_glsl (line 669) | def _update_glsl(self, *largs): method refresh_fbo_setup (line 681) | def refresh_fbo_setup(self, *args): method add_widget (line 731) | def add_widget(self, widget): method remove_widget (line 738) | def remove_widget(self, widget): method clear_widgets (line 745) | def clear_widgets(self, children=None): FILE: tickeys/kivy/uix/filechooser.py function alphanumeric_folders_first (line 75) | def alphanumeric_folders_first(files, filesystem): class FileSystemAbstract (line 80) | class FileSystemAbstract(object): method listdir (line 87) | def listdir(self, fn): method getsize (line 92) | def getsize(self, fn): method is_hidden (line 97) | def is_hidden(self, fn): method is_dir (line 102) | def is_dir(self, fn): class FileSystemLocal (line 108) | class FileSystemLocal(FileSystemAbstract): method listdir (line 114) | def listdir(self, fn): method getsize (line 117) | def getsize(self, fn): method is_hidden (line 120) | def is_hidden(self, fn): method is_dir (line 135) | def is_dir(self, fn): class FileChooserProgressBase (line 139) | class FileChooserProgressBase(FloatLayout): method cancel (line 158) | def cancel(self, *largs): method on_touch_down (line 164) | def on_touch_down(self, touch): method on_touch_move (line 169) | def on_touch_move(self, touch): method on_touch_up (line 174) | def on_touch_up(self, touch): class FileChooserProgress (line 180) | class FileChooserProgress(FileChooserProgressBase): class FileChooserLayout (line 184) | class FileChooserLayout(FloatLayout): method on_entry_added (line 202) | def on_entry_added(self, node, parent=None): method on_entries_cleared (line 205) | def on_entries_cleared(self): method on_subentry_to_entry (line 208) | def on_subentry_to_entry(self, subentry, entry): method on_remove_subentry (line 211) | def on_remove_subentry(self, subentry, entry): method on_submit (line 214) | def on_submit(self, selected, touch=None): class FileChooserListLayout (line 218) | class FileChooserListLayout(FileChooserLayout): method __init__ (line 226) | def __init__(self, **kwargs): method scroll_to_top (line 230) | def scroll_to_top(self, *args): class FileChooserIconLayout (line 234) | class FileChooserIconLayout(FileChooserLayout): method __init__ (line 243) | def __init__(self, **kwargs): method scroll_to_top (line 247) | def scroll_to_top(self, *args): class FileChooserController (line 251) | class FileChooserController(FloatLayout): method __init__ (line 453) | def __init__(self, **kwargs): method on_touch_down (line 467) | def on_touch_down(self, touch): method on_touch_up (line 475) | def on_touch_up(self, touch): method _update_item_selection (line 483) | def _update_item_selection(self, *args): method _save_previous_path (line 487) | def _save_previous_path(self, instance, value): method _trigger_update (line 491) | def _trigger_update(self, *args): method on_entry_added (line 495) | def on_entry_added(self, node, parent=None): method on_entries_cleared (line 499) | def on_entries_cleared(self): method on_subentry_to_entry (line 503) | def on_subentry_to_entry(self, subentry, entry): method on_remove_subentry (line 507) | def on_remove_subentry(self, subentry, entry): method on_submit (line 511) | def on_submit(self, selected, touch=None): method entry_touched (line 515) | def entry_touched(self, entry, touch): method entry_released (line 545) | def entry_released(self, entry, touch): method open_entry (line 564) | def open_entry(self, entry): method _apply_filters (line 579) | def _apply_filters(self, files): method get_nice_size (line 593) | def get_nice_size(self, fn): method _update_files (line 609) | def _update_files(self, *args, **kwargs): method _get_file_paths (line 629) | def _get_file_paths(self, items): method _create_files_entries (line 632) | def _create_files_entries(self, *args): method cancel (line 679) | def cancel(self, *largs): method _show_progress (line 694) | def _show_progress(self): method _hide_progress (line 704) | def _hide_progress(self): method _generate_file_entries (line 709) | def _generate_file_entries(self, *args, **kwargs): method _create_entry_widget (line 750) | def _create_entry_widget(self, ctx): method _add_files (line 755) | def _add_files(self, path, parent=None): method entry_subselect (line 794) | def entry_subselect(self, entry): method close_subselection (line 799) | def close_subselection(self, entry): class FileChooserListView (line 804) | class FileChooserListView(FileChooserController): class FileChooserIconView (line 812) | class FileChooserIconView(FileChooserController): class FileChooser (line 820) | class FileChooser(FileChooserController): method get_view_list (line 836) | def get_view_list(self): method get_view_mode (line 848) | def get_view_mode(self): method set_view_mode (line 851) | def set_view_mode(self, mode): method _views (line 865) | def _views(self): method __init__ (line 868) | def __init__(self, **kwargs): method add_widget (line 878) | def add_widget(self, widget, **kwargs): method rebuild_views (line 894) | def rebuild_views(self): method update_view (line 902) | def update_view(self, *args): method _create_entry_widget (line 918) | def _create_entry_widget(self, ctx): method _get_file_paths (line 922) | def _get_file_paths(self, items): method _update_item_selection (line 927) | def _update_item_selection(self, *args): method on_entry_added (line 933) | def on_entry_added(self, node, parent=None): method on_entries_cleared (line 939) | def on_entries_cleared(self): method on_subentry_to_entry (line 943) | def on_subentry_to_entry(self, subentry, entry): method on_remove_subentry (line 947) | def on_remove_subentry(self, subentry, entry): method on_submit (line 951) | def on_submit(self, selected, touch=None): class FileChooserApp (line 988) | class FileChooserApp(App): method build (line 990) | def build(self): FILE: tickeys/kivy/uix/floatlayout.py class FloatLayout (line 60) | class FloatLayout(Layout): method __init__ (line 64) | def __init__(self, **kwargs): method do_layout (line 74) | def do_layout(self, *largs, **kwargs): method add_widget (line 110) | def add_widget(self, widget, index=0): method remove_widget (line 118) | def remove_widget(self, widget): FILE: tickeys/kivy/uix/gesturesurface.py class GestureContainer (line 32) | class GestureContainer(EventDispatcher): method __init__ (line 100) | def __init__(self, touch, **kwargs): method get_vectors (line 129) | def get_vectors(self, **kwargs): method handles (line 149) | def handles(self, touch): method accept_stroke (line 155) | def accept_stroke(self, count=1): method update_bbox (line 161) | def update_bbox(self, touch): method add_stroke (line 177) | def add_stroke(self, touch, line): method complete_stroke (line 185) | def complete_stroke(self): method single_points_test (line 192) | def single_points_test(self): class GestureSurface (line 201) | class GestureSurface(FloatLayout): method __init__ (line 321) | def __init__(self, **kwargs): method on_touch_down (line 335) | def on_touch_down(self, touch): method on_touch_move (line 363) | def on_touch_move(self, touch): method on_touch_up (line 395) | def on_touch_up(self, touch): method init_gesture (line 414) | def init_gesture(self, touch): method init_stroke (line 440) | def init_stroke(self, g, touch): method get_gesture (line 464) | def get_gesture(self, touch): method find_colliding_gesture (line 471) | def find_colliding_gesture(self, touch): method merge_gestures (line 488) | def merge_gestures(self, g, other): method _update_canvas_bbox (line 535) | def _update_canvas_bbox(self, g): method _complete_dispatcher (line 549) | def _complete_dispatcher(self, dt): method _cleanup (line 594) | def _cleanup(self, dt): method on_gesture_start (line 608) | def on_gesture_start(self, *l): method on_gesture_extend (line 611) | def on_gesture_extend(self, *l): method on_gesture_merge (line 614) | def on_gesture_merge(self, *l): method on_gesture_complete (line 617) | def on_gesture_complete(self, *l): method on_gesture_discard (line 620) | def on_gesture_discard(self, *l): method on_gesture_cleanup (line 623) | def on_gesture_cleanup(self, *l): FILE: tickeys/kivy/uix/gridlayout.py function nmax (line 99) | def nmax(*args): class GridLayoutException (line 107) | class GridLayoutException(Exception): class GridLayout (line 113) | class GridLayout(Layout): method __init__ (line 246) | def __init__(self, **kwargs): method get_max_widgets (line 264) | def get_max_widgets(self): method on_children (line 273) | def on_children(self, instance, value): method update_minimum_size (line 281) | def update_minimum_size(self, *largs): method do_layout (line 364) | def do_layout(self, *largs): FILE: tickeys/kivy/uix/image.py class Image (line 64) | class Image(Widget): method get_image_ratio (line 96) | def get_image_ratio(self): method get_norm_image_size (line 193) | def get_norm_image_size(self): method __init__ (line 231) | def __init__(self, **kwargs): method texture_update (line 240) | def texture_update(self, *largs): method on_anim_delay (line 264) | def on_anim_delay(self, instance, value): method on_texture (line 272) | def on_texture(self, instance, value): method _on_tex_change (line 276) | def _on_tex_change(self, *largs): method reload (line 286) | def reload(self): method on_nocache (line 305) | def on_nocache(self, *args): class AsyncImage (line 311) | class AsyncImage(Image): method __init__ (line 323) | def __init__(self, **kwargs): method _load_source (line 333) | def _load_source(self, *args): method _on_source_load (line 350) | def _on_source_load(self, value): method is_uri (line 356) | def is_uri(self, filename): method _on_tex_change (line 360) | def _on_tex_change(self, *largs): method texture_update (line 364) | def texture_update(self, *largs): FILE: tickeys/kivy/uix/label.py class Label (line 168) | class Label(Widget): method __init__ (line 185) | def __init__(self, **kwargs): method _create_label (line 202) | def _create_label(self): method _trigger_texture_update (line 219) | def _trigger_texture_update(self, name=None, source=None, value=None): method texture_update (line 234) | def texture_update(self, *largs): method on_touch_down (line 273) | def on_touch_down(self, touch): method on_ref_press (line 290) | def on_ref_press(self, ref): FILE: tickeys/kivy/uix/layout.py class Layout (line 57) | class Layout(Widget): method __init__ (line 62) | def __init__(self, **kwargs): method do_layout (line 68) | def do_layout(self, *largs): method add_widget (line 77) | def add_widget(self, widget, index=0): method remove_widget (line 83) | def remove_widget(self, widget): FILE: tickeys/kivy/uix/listview.py class SelectableView (line 548) | class SelectableView(object): method __init__ (line 573) | def __init__(self, **kwargs): method select (line 576) | def select(self, *args): method deselect (line 582) | def deselect(self, *args): class ListItemReprMixin (line 589) | class ListItemReprMixin(Label): method __repr__ (line 591) | def __repr__(self): method __repr__ (line 596) | def __repr__(self): class ListItemButton (line 600) | class ListItemButton(ListItemReprMixin, SelectableView, Button): method __init__ (line 619) | def __init__(self, **kwargs): method select (line 625) | def select(self, *args): method deselect (line 630) | def deselect(self, *args): method select_from_composite (line 635) | def select_from_composite(self, *args): method deselect_from_composite (line 638) | def deselect_from_composite(self, *args): class ListItemLabel (line 645) | class ListItemLabel(ListItemReprMixin, SelectableView, Label): method __init__ (line 652) | def __init__(self, **kwargs): method select (line 655) | def select(self, *args): method deselect (line 660) | def deselect(self, *args): method select_from_composite (line 665) | def select_from_composite(self, *args): method deselect_from_composite (line 668) | def deselect_from_composite(self, *args): class CompositeListItem (line 672) | class CompositeListItem(SelectableView, BoxLayout): method __init__ (line 707) | def __init__(self, **kwargs): method select (line 749) | def select(self, *args): method deselect (line 752) | def deselect(self, *args): method select_from_child (line 755) | def select_from_child(self, child, *args): method deselect_from_child (line 760) | def deselect_from_child(self, child, *args): method __repr__ (line 765) | def __repr__(self): class ListView (line 787) | class ListView(AbstractView, EventDispatcher): method __init__ (line 871) | def __init__(self, **kwargs): method item_strings_changed (line 917) | def item_strings_changed(self, *args): method _scroll (line 920) | def _scroll(self, scroll_y): method _spopulate (line 947) | def _spopulate(self, *args): method _reset_spopulate (line 950) | def _reset_spopulate(self, *args): method populate (line 959) | def populate(self, istart=None, iend=None): method scroll_to (line 1016) | def scroll_to(self, index=0): method on_scroll_complete (line 1023) | def on_scroll_complete(self, *args): FILE: tickeys/kivy/uix/modalview.py class ModalView (line 84) | class ModalView(AnchorLayout): method __init__ (line 150) | def __init__(self, **kwargs): method _search_window (line 154) | def _search_window(self): method open (line 166) | def open(self, *largs): method _update_center (line 191) | def _update_center(self, *args): method dismiss (line 199) | def dismiss(self, *largs, **kwargs): method on_size (line 226) | def on_size(self, instance, value): method _align_center (line 229) | def _align_center(self, *l): method on_touch_down (line 237) | def on_touch_down(self, touch): method on_touch_move (line 245) | def on_touch_move(self, touch): method on_touch_up (line 249) | def on_touch_up(self, touch): method on__anim_alpha (line 253) | def on__anim_alpha(self, instance, value): method _real_remove_widget (line 257) | def _real_remove_widget(self): method on_open (line 266) | def on_open(self): method on_dismiss (line 269) | def on_dismiss(self): method _handle_keyboard (line 272) | def _handle_keyboard(self, window, key, *largs): function open_view (line 292) | def open_view(btn): FILE: tickeys/kivy/uix/pagelayout.py class PageLayout (line 39) | class PageLayout(Layout): method __init__ (line 66) | def __init__(self, **kwargs): method do_layout (line 77) | def do_layout(self, *largs): method on_touch_down (line 114) | def on_touch_down(self, touch): method on_touch_move (line 130) | def on_touch_move(self, touch): method on_touch_up (line 184) | def on_touch_up(self, touch): FILE: tickeys/kivy/uix/popup.py class PopupException (line 86) | class PopupException(Exception): class Popup (line 94) | class Popup(ModalView): method add_widget (line 178) | def add_widget(self, widget): method on_content (line 187) | def on_content(self, instance, value): method on__container (line 192) | def on__container(self, instance, value): method on_touch_down (line 198) | def on_touch_down(self, touch): FILE: tickeys/kivy/uix/progressbar.py class ProgressBar (line 32) | class ProgressBar(Widget): method __init__ (line 38) | def __init__(self, **kwargs): method _get_value (line 42) | def _get_value(self): method _set_value (line 45) | def _set_value(self, value): method get_norm_value (line 62) | def get_norm_value(self): method set_norm_value (line 68) | def set_norm_value(self, value): FILE: tickeys/kivy/uix/relativelayout.py class RelativeLayout (line 250) | class RelativeLayout(FloatLayout): method __init__ (line 254) | def __init__(self, **kw): method do_layout (line 259) | def do_layout(self, *args): method to_parent (line 262) | def to_parent(self, x, y, **k): method to_local (line 265) | def to_local(self, x, y, **k): method _apply_transform (line 268) | def _apply_transform(self, m): method on_touch_down (line 272) | def on_touch_down(self, touch): method on_touch_move (line 280) | def on_touch_move(self, touch): method on_touch_up (line 288) | def on_touch_up(self, touch): FILE: tickeys/kivy/uix/rst.py class role_doc (line 89) | class role_doc(nodes.Inline, nodes.TextElement): class role_video (line 92) | class role_video(nodes.General, nodes.TextElement): class VideoDirective (line 95) | class VideoDirective(Directive): method run (line 103) | def run(self): class RstVideoPlayer (line 389) | class RstVideoPlayer(VideoPlayer): class RstDocument (line 393) | class RstDocument(ScrollView): method _get_bgc (line 456) | def _get_bgc(self): method _set_bgc (line 459) | def _set_bgc(self, value): method __init__ (line 521) | def __init__(self, **kwargs): method on_source (line 528) | def on_source(self, instance, value): method on_text (line 537) | def on_text(self, instance, value): method render (line 540) | def render(self): method resolve_path (line 545) | def resolve_path(self, filename): method preload (line 553) | def preload(self, filename, encoding='utf-8', errors='strict'): method _load_from_source (line 571) | def _load_from_source(self): method _load_from_text (line 577) | def _load_from_text(self, *largs): method on_ref_press (line 599) | def on_ref_press(self, node, ref): method goto (line 602) | def goto(self, ref, *largs): method add_anchors (line 669) | def add_anchors(self, node): class RstTitle (line 673) | class RstTitle(Label): class RstParagraph (line 680) | class RstParagraph(Label): class RstTerm (line 689) | class RstTerm(AnchorLayout): class RstBlockQuote (line 696) | class RstBlockQuote(GridLayout): class RstLiteralBlock (line 700) | class RstLiteralBlock(GridLayout): class RstList (line 704) | class RstList(GridLayout): class RstListItem (line 708) | class RstListItem(GridLayout): class RstListBullet (line 712) | class RstListBullet(Label): class RstSystemMessage (line 717) | class RstSystemMessage(GridLayout): class RstWarning (line 721) | class RstWarning(GridLayout): class RstNote (line 725) | class RstNote(GridLayout): class RstImage (line 729) | class RstImage(Image): class RstAsyncImage (line 733) | class RstAsyncImage(AsyncImage): class RstDefinitionList (line 737) | class RstDefinitionList(GridLayout): class RstDefinition (line 742) | class RstDefinition(GridLayout): class RstFieldList (line 747) | class RstFieldList(GridLayout): class RstFieldName (line 751) | class RstFieldName(Label): class RstFieldBody (line 756) | class RstFieldBody(GridLayout): class RstGridLayout (line 760) | class RstGridLayout(GridLayout): class RstTable (line 764) | class RstTable(GridLayout): class RstEntry (line 768) | class RstEntry(GridLayout): class RstTransition (line 772) | class RstTransition(Widget): class RstEmptySpace (line 776) | class RstEmptySpace(Widget): class RstDefinitionSpace (line 780) | class RstDefinitionSpace(Widget): class _ToctreeVisitor (line 785) | class _ToctreeVisitor(nodes.NodeVisitor): method __init__ (line 787) | def __init__(self, *largs): method push (line 793) | def push(self, tree): method pop (line 797) | def pop(self): method dispatch_visit (line 800) | def dispatch_visit(self, node): method dispatch_departure (line 818) | def dispatch_departure(self, node): class _Visitor (line 826) | class _Visitor(nodes.NodeVisitor): method __init__ (line 828) | def __init__(self, root, *largs): method push (line 840) | def push(self, widget): method pop (line 844) | def pop(self): method dispatch_visit (line 847) | def dispatch_visit(self, node): method dispatch_departure (line 1032) | def dispatch_departure(self, node): method set_text (line 1166) | def set_text(self, node, parent): method colorize (line 1178) | def colorize(self, text, name): FILE: tickeys/kivy/uix/sandbox.py function sandbox (line 36) | def sandbox(f): class SandboxExceptionManager (line 45) | class SandboxExceptionManager(ExceptionManagerBase): method __init__ (line 47) | def __init__(self, sandbox): method handle_exception (line 51) | def handle_exception(self, e): class SandboxContent (line 57) | class SandboxContent(RelativeLayout): class Sandbox (line 61) | class Sandbox(FloatLayout): method __init__ (line 66) | def __init__(self, **kwargs): method __enter__ (line 83) | def __enter__(self): method __exit__ (line 86) | def __exit__(self, _type, value, traceback): method on_context_created (line 91) | def on_context_created(self): method on_exception (line 97) | def on_exception(self, exception, _traceback=None): method add_widget (line 113) | def add_widget(self, *args, **kwargs): method remove_widget (line 117) | def remove_widget(self, *args, **kwargs): method clear_widgets (line 121) | def clear_widgets(self, *args, **kwargs): method on_size (line 125) | def on_size(self, *args): method on_pos (line 130) | def on_pos(self, *args): method _clock_sandbox (line 135) | def _clock_sandbox(self, dt): method _clock_sandbox_draw (line 141) | def _clock_sandbox_draw(self, dt): method _call_draw (line 146) | def _call_draw(self, dt): class TestButton (line 153) | class TestButton(Button): method on_touch_up (line 155) | def on_touch_up(self, touch): method on_touch_down (line 159) | def on_touch_down(self, touch): FILE: tickeys/kivy/uix/scatter.py class Scatter (line 101) | class Scatter(Widget): method _get_do_translation (line 142) | def _get_do_translation(self): method _set_do_translation (line 145) | def _set_do_translation(self, value): method _get_bbox (line 228) | def _get_bbox(self): method _get_rotation (line 251) | def _get_rotation(self): method _set_rotation (line 257) | def _set_rotation(self, rotation): method _get_scale (line 270) | def _get_scale(self): method _set_scale (line 287) | def _set_scale(self, scale): method _get_center (line 299) | def _get_center(self): method _set_center (line 303) | def _set_center(self, center): method _get_pos (line 311) | def _get_pos(self): method _set_pos (line 314) | def _set_pos(self, pos): method _get_x (line 323) | def _get_x(self): method _set_x (line 326) | def _set_x(self, x): method _get_y (line 333) | def _get_y(self): method _set_y (line 336) | def _set_y(self, y): method get_right (line 343) | def get_right(self): method set_right (line 346) | def set_right(self, value): method get_top (line 351) | def get_top(self): method set_top (line 354) | def set_top(self, value): method get_center_x (line 359) | def get_center_x(self): method set_center_x (line 362) | def set_center_x(self, value): method get_center_y (line 366) | def get_center_y(self): method set_center_y (line 369) | def set_center_y(self, value): method __init__ (line 373) | def __init__(self, **kwargs): method on_transform (line 378) | def on_transform(self, instance, value): method collide_point (line 381) | def collide_point(self, x, y): method to_parent (line 385) | def to_parent(self, x, y, **k): method to_local (line 389) | def to_local(self, x, y, **k): method _apply_transform (line 393) | def _apply_transform(self, m): method apply_transform (line 397) | def apply_transform(self, trans, post_multiply=False, anchor=(0, 0)): method transform_with_touch (line 429) | def transform_with_touch(self, touch): method _bring_to_front (line 486) | def _bring_to_front(self, touch): method on_touch_down (line 496) | def on_touch_down(self, touch): method on_touch_move (line 538) | def on_touch_move(self, touch): method on_transform_with_touch (line 559) | def on_transform_with_touch(self, touch): method on_bring_to_front (line 573) | def on_bring_to_front(self, touch): method on_touch_up (line 585) | def on_touch_up(self, touch): class ScatterPlane (line 607) | class ScatterPlane(Scatter): method __init__ (line 612) | def __init__(self, **kwargs): method collide_point (line 616) | def collide_point(self, x, y): FILE: tickeys/kivy/uix/scatterlayout.py class ScatterLayout (line 56) | class ScatterLayout(Scatter): method __init__ (line 62) | def __init__(self, **kw): method update_size (line 70) | def update_size(self, instance, size): method add_widget (line 73) | def add_widget(self, *l): method remove_widget (line 76) | def remove_widget(self, *l): method clear_widgets (line 79) | def clear_widgets(self): class ScatterPlaneLayout (line 83) | class ScatterPlaneLayout(ScatterPlane): method __init__ (line 92) | def __init__(self, **kwargs): method collide_point (line 96) | def collide_point(self, x, y): FILE: tickeys/kivy/uix/screenmanager.py class ScreenManagerException (line 203) | class ScreenManagerException(Exception): class Screen (line 209) | class Screen(RelativeLayout): method on_pre_enter (line 277) | def on_pre_enter(self, *args): method on_enter (line 280) | def on_enter(self, *args): method on_pre_leave (line 283) | def on_pre_leave(self, *args): method on_leave (line 286) | def on_leave(self, *args): method __repr__ (line 289) | def __repr__(self): class TransitionBase (line 293) | class TransitionBase(EventDispatcher): method start (line 355) | def start(self, manager): method stop (line 378) | def stop(self): method add_screen (line 388) | def add_screen(self, screen): method remove_screen (line 393) | def remove_screen(self, screen): method on_complete (line 398) | def on_complete(self): method on_progress (line 401) | def on_progress(self, progression): method _on_progress (line 404) | def _on_progress(self, *l): method _on_complete (line 410) | def _on_complete(self, *l): class ShaderTransition (line 418) | class ShaderTransition(TransitionBase): method make_screen_fbo (line 465) | def make_screen_fbo(self, screen): method on_progress (line 478) | def on_progress(self, progress): method on_complete (line 481) | def on_complete(self): method _remove_out_canvas (line 485) | def _remove_out_canvas(self, *args): method add_screen (line 491) | def add_screen(self, screen): method remove_screen (line 521) | def remove_screen(self, screen): method stop (line 528) | def stop(self): class NoTransition (line 533) | class NoTransition(TransitionBase): method on_complete (line 542) | def on_complete(self): class SlideTransition (line 548) | class SlideTransition(TransitionBase): method on_progress (line 560) | def on_progress(self, progression): method on_complete (line 586) | def on_complete(self): class SwapTransition (line 592) | class SwapTransition(TransitionBase): method add_screen (line 597) | def add_screen(self, screen): method on_complete (line 600) | def on_complete(self): method on_progress (line 607) | def on_progress(self, progression): class WipeTransition (line 635) | class WipeTransition(ShaderTransition): class FadeTransition (line 654) | class FadeTransition(ShaderTransition): class FallOutTransition (line 673) | class FallOutTransition(ShaderTransition): class RiseInTransition (line 730) | class RiseInTransition(ShaderTransition): class ScreenManager (line 785) | class ScreenManager(FloatLayout): method _get_screen_names (line 848) | def _get_screen_names(self): method __init__ (line 861) | def __init__(self, **kwargs): method _screen_name_changed (line 865) | def _screen_name_changed(self, screen, name): method add_widget (line 870) | def add_widget(self, screen): method remove_widget (line 888) | def remove_widget(self, *l): method real_add_widget (line 905) | def real_add_widget(self, *l): method real_remove_widget (line 911) | def real_remove_widget(self, *l): method on_current (line 914) | def on_current(self, instance, value): method get_screen (line 936) | def get_screen(self, name): method has_screen (line 948) | def has_screen(self, name): method __next__ (line 955) | def __next__(self): method next (line 968) | def next(self): method previous (line 972) | def previous(self): method switch_to (line 985) | def switch_to(self, screen, **options): method _generate_screen_name (line 1050) | def _generate_screen_name(self): method _update_pos (line 1058) | def _update_pos(self, instance, value): method on_touch_down (line 1066) | def on_touch_down(self, touch): method on_touch_move (line 1071) | def on_touch_move(self, touch): method on_touch_up (line 1076) | def on_touch_up(self, touch): class TestApp (line 1104) | class TestApp(App): method change_view (line 1106) | def change_view(self, *l): method remove_screen (line 1112) | def remove_screen(self, *l): method build (line 1115) | def build(self): FILE: tickeys/kivy/uix/scrollview.py class ScrollView (line 135) | class ScrollView(StencilView): method _get_do_scroll (line 230) | def _get_do_scroll(self): method _set_do_scroll (line 233) | def _set_do_scroll(self, value): method _get_vbar (line 246) | def _get_vbar(self): method _get_hbar (line 273) | def _get_hbar(self): method _set_viewport_size (line 423) | def _set_viewport_size(self, instance, value): method on__viewport (line 426) | def on__viewport(self, instance, value): method __init__ (line 433) | def __init__(self, **kwargs): method on_effect_x (line 477) | def on_effect_x(self, instance, value): method on_effect_y (line 482) | def on_effect_y(self, instance, value): method on_effect_cls (line 487) | def on_effect_cls(self, instance, cls): method _update_effect_widget (line 495) | def _update_effect_widget(self, *args): method _update_effect_x_bounds (line 501) | def _update_effect_x_bounds(self, *args): method _update_effect_y_bounds (line 508) | def _update_effect_y_bounds(self, *args): method _update_effect_bounds (line 515) | def _update_effect_bounds(self, *args): method _update_effect_x (line 523) | def _update_effect_x(self, *args): method _update_effect_y (line 534) | def _update_effect_y(self, *args): method to_local (line 545) | def to_local(self, x, y, **k): method to_parent (line 549) | def to_parent(self, x, y, **k): method _apply_transform (line 553) | def _apply_transform(self, m): method simulate_touch_down (line 558) | def simulate_touch_down(self, touch): method on_touch_down (line 566) | def on_touch_down(self, touch): method on_scroll_start (line 572) | def on_scroll_start(self, touch, check_children=True): method on_touch_move (line 675) | def on_touch_move(self, touch): method on_scroll_move (line 693) | def on_scroll_move(self, touch): method on_touch_up (line 776) | def on_touch_up(self, touch): method on_scroll_stop (line 790) | def on_scroll_stop(self, touch, check_children=True): method convert_distance_to_scroll (line 832) | def convert_distance_to_scroll(self, dx, dy): method update_from_scroll (line 854) | def update_from_scroll(self, *largs): method _bind_inactive_bar_color (line 898) | def _bind_inactive_bar_color(self, *l): method _change_bar_color (line 904) | def _change_bar_color(self, inst, value): method add_widget (line 910) | def add_widget(self, widget, index=0): method remove_widget (line 921) | def remove_widget(self, widget): method _get_uid (line 929) | def _get_uid(self, prefix='sv'): method _change_touch_mode (line 932) | def _change_touch_mode(self, *largs): method _do_touch_up (line 973) | def _do_touch_up(self, touch, *largs): class ScrollViewApp (line 1000) | class ScrollViewApp(App): method build (line 1002) | def build(self): FILE: tickeys/kivy/uix/selectableview.py class SelectableView (line 4) | class SelectableView(object): method __init__ (line 22) | def __init__(self, **kwargs): method select (line 25) | def select(self, *args): method deselect (line 31) | def deselect(self, *args): FILE: tickeys/kivy/uix/settings.py class SettingSpacer (line 188) | class SettingSpacer(Widget): class SettingItem (line 193) | class SettingItem(FloatLayout): method __init__ (line 282) | def __init__(self, **kwargs): method add_widget (line 286) | def add_widget(self, *largs): method on_touch_down (line 291) | def on_touch_down(self, touch): method on_touch_up (line 300) | def on_touch_up(self, touch): method on_release (line 308) | def on_release(self): method on_value (line 311) | def on_value(self, instance, value): class SettingBoolean (line 321) | class SettingBoolean(SettingItem): class SettingString (line 343) | class SettingString(SettingItem): method on_panel (line 366) | def on_panel(self, instance, value): method _dismiss (line 371) | def _dismiss(self, *largs): method _validate (line 378) | def _validate(self, instance): method _create_popup (line 383) | def _create_popup(self, instance): class SettingPath (line 418) | class SettingPath(SettingItem): method on_panel (line 443) | def on_panel(self, instance, value): method _dismiss (line 448) | def _dismiss(self, *largs): method _validate (line 455) | def _validate(self, instance): method _create_popup (line 464) | def _create_popup(self, instance): class SettingNumeric (line 496) | class SettingNumeric(SettingString): method _validate (line 504) | def _validate(self, instance): class SettingOptions (line 518) | class SettingOptions(SettingItem): method on_panel (line 540) | def on_panel(self, instance, value): method _set_option (line 545) | def _set_option(self, instance): method _create_popup (line 549) | def _create_popup(self, instance): class SettingTitle (line 577) | class SettingTitle(Label): class SettingsPanel (line 584) | class SettingsPanel(GridLayout): method __init__ (line 604) | def __init__(self, **kwargs): method on_config (line 608) | def on_config(self, instance, value): method get_value (line 615) | def get_value(self, section, key): method set_value (line 628) | def set_value(self, section, key, value): class InterfaceWithSidebar (line 642) | class InterfaceWithSidebar(BoxLayout): method __init__ (line 676) | def __init__(self, *args, **kwargs): method add_panel (line 681) | def add_panel(self, panel, name, uid): method on_close (line 700) | def on_close(self, *args): class InterfaceWithSpinner (line 704) | class InterfaceWithSpinner(BoxLayout): method __init__ (line 732) | def __init__(self, *args, **kwargs): method add_panel (line 737) | def add_panel(self, panel, name, uid): method on_close (line 757) | def on_close(self, *args): class ContentPanel (line 761) | class ContentPanel(ScrollView): method add_panel (line 802) | def add_panel(self, panel, name, uid): method on_current_uid (line 821) | def on_current_uid(self, *args): method add_widget (line 839) | def add_widget(self, widget): method remove_widget (line 845) | def remove_widget(self, widget): class Settings (line 849) | class Settings(BoxLayout): method __init__ (line 893) | def __init__(self, *args, **kargs): method on_touch_down (line 904) | def on_touch_down(self, touch): method register_type (line 909) | def register_type(self, tp, cls): method on_close (line 914) | def on_close(self, *args): method add_interface (line 917) | def add_interface(self): method on_config_change (line 931) | def on_config_change(self, config, section, key, value): method add_json_panel (line 934) | def add_json_panel(self, title, config, filename=None, data=None): method create_json_panel (line 946) | def create_json_panel(self, title, config, filename=None, data=None): method add_kivy_panel (line 988) | def add_kivy_panel(self): class SettingsWithSidebar (line 1004) | class SettingsWithSidebar(Settings): class SettingsWithSpinner (line 1012) | class SettingsWithSpinner(Settings): method __init__ (line 1017) | def __init__(self, *args, **kwargs): class SettingsWithTabbedPanel (line 1022) | class SettingsWithTabbedPanel(Settings): method __init__ (line 1029) | def __init__(self, *args, **kwargs): method on_close (line 1033) | def on_close(self, *args): class SettingsWithNoMenu (line 1037) | class SettingsWithNoMenu(Settings): method __init__ (line 1052) | def __init__(self, *args, **kwargs): class InterfaceWithNoMenu (line 1057) | class InterfaceWithNoMenu(ContentPanel): method add_widget (line 1066) | def add_widget(self, widget): class InterfaceWithTabbedPanel (line 1073) | class InterfaceWithTabbedPanel(FloatLayout): method __init__ (line 1087) | def __init__(self, *args, **kwargs): method add_panel (line 1091) | def add_panel(self, panel, name, uid): method on_close (line 1101) | def on_close(self, *args): class MenuSpinner (line 1105) | class MenuSpinner(BoxLayout): method add_item (line 1121) | def add_item(self, name, uid): method on_spinner_text (line 1133) | def on_spinner_text(self, *args): class MenuSidebar (line 1138) | class MenuSidebar(FloatLayout): method add_item (line 1172) | def add_item(self, name, uid): method on_selected_uid (line 1190) | def on_selected_uid(self, *args): class SettingSidebarLabel (line 1200) | class SettingSidebarLabel(Label): method on_touch_down (line 1206) | def on_touch_down(self, touch): class SettingsApp (line 1216) | class SettingsApp(App): method build (line 1218) | def build(self): FILE: tickeys/kivy/uix/slider.py class Slider (line 29) | class Slider(Widget): method on_min (line 105) | def on_min(self, *largs): method on_max (line 108) | def on_max(self, *largs): method get_norm_value (line 111) | def get_norm_value(self): method set_norm_value (line 118) | def set_norm_value(self, value): method get_value_pos (line 157) | def get_value_pos(self): method set_value_pos (line 167) | def set_value_pos(self, pos): method on_touch_down (line 191) | def on_touch_down(self, touch): method on_touch_move (line 214) | def on_touch_move(self, touch): method on_touch_up (line 219) | def on_touch_up(self, touch): class SliderApp (line 227) | class SliderApp(App): method build (line 228) | def build(self): FILE: tickeys/kivy/uix/spinner.py class SpinnerOption (line 48) | class SpinnerOption(Button): class Spinner (line 55) | class Spinner(Button): method __init__ (line 106) | def __init__(self, **kwargs): method _build_dropdown (line 116) | def _build_dropdown(self, *largs): method _update_dropdown (line 130) | def _update_dropdown(self, *largs): method _toggle_dropdown (line 141) | def _toggle_dropdown(self, *largs): method _close_dropdown (line 144) | def _close_dropdown(self, *largs): method _on_dropdown_select (line 147) | def _on_dropdown_select(self, instance, data, *largs): method on_is_open (line 151) | def on_is_open(self, instance, value): FILE: tickeys/kivy/uix/splitter.py class SplitterStrip (line 54) | class SplitterStrip(Button): class Splitter (line 61) | class Splitter(BoxLayout): method __init__ (line 176) | def __init__(self, **kwargs): method on_sizable_from (line 184) | def on_sizable_from(self, instance, sizable_from): method add_widget (line 229) | def add_widget(self, widget, index=0): method remove_widget (line 245) | def remove_widget(self, widget, *largs): method clear_widgets (line 250) | def clear_widgets(self): method strip_down (line 253) | def strip_down(self, instance, touch): method on_press (line 259) | def on_press(self): method _rebind_parent (line 262) | def _rebind_parent(self, instance, new_parent): method rescale_parent_proportion (line 270) | def rescale_parent_proportion(self, *args): method _do_size (line 280) | def _do_size(self, instance, value): method strip_move (line 286) | def strip_move(self, instance, touch): method strip_up (line 335) | def strip_up(self, instance, touch): method on_release (line 362) | def on_release(self): class SplitterApp (line 371) | class SplitterApp(App): method build (line 373) | def build(self): FILE: tickeys/kivy/uix/stacklayout.py class StackLayout (line 39) | class StackLayout(Layout): method __init__ (line 126) | def __init__(self, **kwargs): method do_layout (line 136) | def do_layout(self, *largs): FILE: tickeys/kivy/uix/stencilview.py class StencilView (line 34) | class StencilView(Widget): FILE: tickeys/kivy/uix/switch.py class Switch (line 45) | class Switch(Widget): method on_touch_down (line 79) | def on_touch_down(self, touch): method on_touch_move (line 89) | def on_touch_move(self, touch): method on_touch_up (line 95) | def on_touch_up(self, touch): FILE: tickeys/kivy/uix/tabbedpanel.py class TabbedPanelException (line 140) | class TabbedPanelException(Exception): class TabbedPanelHeader (line 146) | class TabbedPanelHeader(ToggleButton): method on_touch_down (line 162) | def on_touch_down(self, touch): method on_release (line 171) | def on_release(self, *largs): class TabbedPanelItem (line 182) | class TabbedPanelItem(TabbedPanelHeader): method add_widget (line 199) | def add_widget(self, widget, index=0): method remove_widget (line 207) | def remove_widget(self, widget): class TabbedPanelStrip (line 216) | class TabbedPanelStrip(GridLayout): class StripLayout (line 229) | class StripLayout(GridLayout): class TabbedPanelContent (line 254) | class TabbedPanelContent(FloatLayout): class TabbedPanel (line 260) | class TabbedPanel(GridLayout): method get_current_tab (line 322) | def get_current_tab(self): method get_tab_list (line 394) | def get_tab_list(self): method get_def_tab (line 417) | def get_def_tab(self): method set_def_tab (line 420) | def set_def_tab(self, new_tab): method get_def_tab_content (line 446) | def get_def_tab_content(self): method set_def_tab_content (line 449) | def set_def_tab_content(self, *l): method __init__ (line 459) | def __init__(self, **kwargs): method switch_to (line 484) | def switch_to(self, header): method clear_tabs (line 500) | def clear_tabs(self, *l): method add_widget (line 509) | def add_widget(self, widget, index=0): method remove_widget (line 529) | def remove_widget(self, widget): method clear_widgets (line 551) | def clear_widgets(self, **kwargs): method on_strip_image (line 560) | def on_strip_image(self, instance, value): method on_strip_border (line 565) | def on_strip_border(self, instance, value): method on_do_default_tab (line 570) | def on_do_default_tab(self, instance, value): method on_default_tab_text (line 581) | def on_default_tab_text(self, *args): method on_tab_width (line 584) | def on_tab_width(self, *l): method on_tab_height (line 588) | def on_tab_height(self, *l): method on_tab_pos (line 592) | def on_tab_pos(self, *l): method _setup_default_tab (line 596) | def _setup_default_tab(self): method _switch_to_first_tab (line 635) | def _switch_to_first_tab(self, *l): method _load_default_tab_content (line 642) | def _load_default_tab_content(self, dt): method _reposition_tabs (line 646) | def _reposition_tabs(self, *l): method _update_tabs (line 650) | def _update_tabs(self, *l): method _update_tab_width (line 779) | def _update_tab_width(self, *l): method _update_top (line 799) | def _update_top(self, *args): method _updt_top (line 805) | def _updt_top(self, sctr, top, scrl_v_width, *args): method _update_scrollview (line 811) | def _update_scrollview(self, scrl_v, *l): FILE: tickeys/kivy/uix/textinput.py function _textinput_clear_cache (line 201) | def _textinput_clear_cache(*l): class Selector (line 216) | class Selector(ButtonBehavior, Image): method __init__ (line 223) | def __init__(self, **kwargs): method update_transform (line 236) | def update_transform(self, cb): method transform_touch (line 243) | def transform_touch(self, touch): method on_window_touch_down (line 248) | def on_window_touch_down(self, win, touch): class TextInputCutCopyPaste (line 263) | class TextInputCutCopyPaste(Bubble): method __init__ (line 278) | def __init__(self, **kwargs): method update_transform (line 292) | def update_transform(self, cb): method transform_touch (line 299) | def transform_touch(self, touch): method on_touch_down (line 304) | def on_touch_down(self, touch): method on_textinput (line 314) | def on_textinput(self, instance, value): method _check_parent (line 319) | def _check_parent(self, dt): method on_parent (line 332) | def on_parent(self, instance, value): method do (line 354) | def do(self, action): method hide (line 374) | def hide(self): class TextInput (line 384) | class TextInput(FocusBehavior, Widget): method __init__ (line 441) | def __init__(self, **kwargs): method on_text_validate (line 517) | def on_text_validate(self): method cursor_index (line 520) | def cursor_index(self, cursor=None): method cursor_offset (line 543) | def cursor_offset(self): method get_cursor_from_index (line 556) | def get_cursor_from_index(self, index): method select_text (line 575) | def select_text(self, start, end): method select_all (line 596) | def select_all(self): method _auto_indent (line 605) | def _auto_indent(self, substring): method insert_text (line 616) | def insert_text(self, substring, from_undo=False): method _get_line_from_cursor (line 679) | def _get_line_from_cursor(self, start, new_text): method _set_unredo_insert (line 697) | def _set_unredo_insert(self, ci, sci, substring, from_undo): method reset_undo (line 706) | def reset_undo(self): method do_redo (line 714) | def do_redo(self): method do_undo (line 748) | def do_undo(self): method do_backspace (line 780) | def do_backspace(self, from_undo=False, mode='bkspc'): method _set_undo_redo_bkspc (line 828) | def _set_undo_redo_bkspc(self, ol_index, new_index, substring, from_un... method do_cursor_movement (line 838) | def do_cursor_movement(self, action): method get_cursor_from_xy (line 887) | def get_cursor_from_xy(self, x, y): method cancel_selection (line 916) | def cancel_selection(self): method delete_selection (line 925) | def delete_selection(self, from_undo=False): method _set_unredo_delsel (line 958) | def _set_unredo_delsel(self, a, b, substring, from_undo): method _update_selection (line 969) | def _update_selection(self, finished=False): method long_touch (line 996) | def long_touch(self, dt): method on_double_tap (line 1002) | def on_double_tap(self): method on_triple_tap (line 1018) | def on_triple_tap(self): method on_quad_touch (line 1032) | def on_quad_touch(self): method on_touch_down (line 1040) | def on_touch_down(self, touch): method on_touch_move (line 1096) | def on_touch_move(self, touch): method on_touch_up (line 1110) | def on_touch_up(self, touch): method _handle_pressed (line 1147) | def _handle_pressed(self, instance): method _handle_released (line 1153) | def _handle_released(self, instance): method _handle_move (line 1164) | def _handle_move(self, instance, touch): method _position_handles (line 1201) | def _position_handles(self, *args, **kwargs): method _hide_handles (line 1238) | def _hide_handles(self, win=None): method _show_handles (line 1246) | def _show_handles(self, dt): method _show_cut_copy_paste (line 1289) | def _show_cut_copy_paste(self, pos, win, parent_changed=False, method _hide_cut_copy_paste (line 1360) | def _hide_cut_copy_paste(self, win=None): method _reload_remove_observer (line 1372) | def _reload_remove_observer(wr): method _on_textinput_focused (line 1377) | def _on_textinput_focused(self, instance, value, *largs): method _ensure_clipboard (line 1395) | def _ensure_clipboard(self): method cut (line 1400) | def cut(self): method _cut (line 1408) | def _cut(self, data): method copy (line 1413) | def copy(self, data=''): method paste (line 1427) | def paste(self): method _get_text_width (line 1440) | def _get_text_width(self, text, tab_width, _label_cached): method _do_blink_cursor (line 1462) | def _do_blink_cursor(self, dt): method on_cursor (line 1468) | def on_cursor(self, instance, value): method _delete_line (line 1474) | def _delete_line(self, idx): method _set_line_text (line 1482) | def _set_line_text(self, line_num, text): method _trigger_refresh_line_options (line 1487) | def _trigger_refresh_line_options(self, *largs): method _refresh_line_options (line 1491) | def _refresh_line_options(self, *largs): method _trigger_refresh_text (line 1498) | def _trigger_refresh_text(self, *largs): method _update_text_options (line 1505) | def _update_text_options(self, *largs): method _refresh_text_from_trigger (line 1509) | def _refresh_text_from_trigger(self, dt, *largs): method _refresh_text_from_property (line 1512) | def _refresh_text_from_property(self, *largs): method _refresh_text (line 1515) | def _refresh_text(self, text, *largs): method _insert_lines (line 1569) | def _insert_lines(self, start, finish, len_lines, _lines_flags, method _trigger_update_graphics (line 1605) | def _trigger_update_graphics(self, *largs): method _update_graphics (line 1609) | def _update_graphics(self, *largs): method _update_graphics_selection (line 1710) | def _update_graphics_selection(self): method _draw_selection (line 1754) | def _draw_selection(self, *largs): method on_size (line 1784) | def on_size(self, instance, value): method _get_cursor_pos (line 1791) | def _get_cursor_pos(self): method _get_line_options (line 1809) | def _get_line_options(self): method _create_line_label (line 1823) | def _create_line_label(self, text, hint=False): method _tokenize (line 1871) | def _tokenize(self, text): method _split_smart (line 1886) | def _split_smart(self, text): method _key_down (line 1934) | def _key_down(self, key, repeat=False): method _key_up (line 1976) | def _key_up(self, key, repeat=False): method keyboard_on_key_down (line 1982) | def keyboard_on_key_down(self, window, keycode, text, modifiers): method keyboard_on_key_up (line 2099) | def keyboard_on_key_up(self, window, keycode): method keyboard_on_textinput (line 2106) | def keyboard_on_textinput(self, window, text): method on_hint_text (line 2111) | def on_hint_text(self, instance, value): method _refresh_hint_text (line 2114) | def _refresh_hint_text(self): method _get_cursor (line 2188) | def _get_cursor(self): method _set_cursor (line 2191) | def _set_cursor(self, pos): method _get_cursor_col (line 2243) | def _get_cursor_col(self): method _get_cursor_row (line 2253) | def _get_cursor_row(self): method on_padding_x (line 2316) | def on_padding_x(self, instance, value): method on_padding_y (line 2332) | def on_padding_y(self, instance, value): method on_suggestion_text (line 2494) | def on_suggestion_text(self, instance, value): method get_sel_from (line 2519) | def get_sel_from(self): method get_sel_to (line 2531) | def get_sel_to(self): method on_selection_text (line 2550) | def on_selection_text(self, instance, value): method _get_text (line 2554) | def _get_text(self, encode=True): method _set_text (line 2569) | def _set_text(self, text): method _get_min_height (line 2660) | def _get_min_height(self): method on_handle_image_middle (line 2711) | def on_handle_image_middle(self, instance, value): method on_handle_image_left (line 2725) | def on_handle_image_left(self, instance, value): method on_handle_image_right (line 2740) | def on_handle_image_right(self, instance, value): class TextInputApp (line 2761) | class TextInputApp(App): method build (line 2763) | def build(self): FILE: tickeys/kivy/uix/togglebutton.py class ToggleButton (line 30) | class ToggleButton(ToggleButtonBehavior, Button): FILE: tickeys/kivy/uix/treeview.py class TreeViewException (line 118) | class TreeViewException(Exception): class TreeViewNode (line 124) | class TreeViewNode(object): method __init__ (line 128) | def __init__(self, **kwargs): class TreeViewLabel (line 244) | class TreeViewLabel(Label, TreeViewNode): class TreeView (line 253) | class TreeView(Widget): method __init__ (line 265) | def __init__(self, **kwargs): method add_node (line 279) | def add_node(self, node, parent=None): method remove_node (line 308) | def remove_node(self, node): method on_node_expand (line 333) | def on_node_expand(self, node): method on_node_collapse (line 336) | def on_node_collapse(self, node): method select_node (line 339) | def select_node(self, node): method toggle_node (line 349) | def toggle_node(self, node): method get_node_at_pos (line 361) | def get_node_at_pos(self, pos): method iterate_open_nodes (line 370) | def iterate_open_nodes(self, node=None): method iterate_all_nodes (line 396) | def iterate_all_nodes(self, node=None): method on_load_func (line 412) | def on_load_func(self, instance, value): method _do_initial_load (line 416) | def _do_initial_load(self, *largs): method _do_node_load (line 421) | def _do_node_load(self, node): method on_root_options (line 430) | def on_root_options(self, instance, value): method _do_layout (line 436) | def _do_layout(self, *largs): method _do_open_node (line 453) | def _do_open_node(self, node): method _do_layout_node (line 465) | def _do_layout_node(self, node, level, y): method on_touch_down (line 481) | def on_touch_down(self, touch): method get_selected_node (line 562) | def get_selected_node(self): method get_root (line 573) | def get_root(self): class TestApp (line 622) | class TestApp(App): method build (line 624) | def build(self): FILE: tickeys/kivy/uix/video.py class Video (line 37) | class Video(Image): method __init__ (line 130) | def __init__(self, **kwargs): method seek (line 140) | def seek(self, percent): method _trigger_video_load (line 154) | def _trigger_video_load(self, *largs): method _do_video_load (line 158) | def _do_video_load(self, *largs): method on_play (line 181) | def on_play(self, instance, value): method on_state (line 185) | def on_state(self, instance, value): method _on_video_frame (line 202) | def _on_video_frame(self, *largs): method _on_eos (line 211) | def _on_eos(self, *largs): method _on_load (line 216) | def _on_load(self, *largs): method on_volume (line 220) | def on_volume(self, instance, value): method unload (line 224) | def unload(self): class VideoApp (line 242) | class VideoApp(App): method build (line 243) | def build(self): method replay (line 248) | def replay(self, *args): FILE: tickeys/kivy/uix/videoplayer.py class VideoPlayerVolume (line 98) | class VideoPlayerVolume(Image): method on_touch_down (line 101) | def on_touch_down(self, touch): method on_touch_move (line 109) | def on_touch_move(self, touch): method on_touch_up (line 120) | def on_touch_up(self, touch): class VideoPlayerPlayPause (line 132) | class VideoPlayerPlayPause(Image): method on_touch_down (line 135) | def on_touch_down(self, touch): class VideoPlayerStop (line 145) | class VideoPlayerStop(Image): method on_touch_down (line 148) | def on_touch_down(self, touch): class VideoPlayerProgressBar (line 155) | class VideoPlayerProgressBar(ProgressBar): method __init__ (line 160) | def __init__(self, **kwargs): method on_video (line 170) | def on_video(self, instance, value): method on_touch_down (line 174) | def on_touch_down(self, touch): method on_touch_move (line 182) | def on_touch_move(self, touch): method on_touch_up (line 188) | def on_touch_up(self, touch): method _update_seek (line 198) | def _update_seek(self, x): method _show_bubble (line 204) | def _show_bubble(self): method _hide_bubble (line 208) | def _hide_bubble(self): method on_alpha (line 212) | def on_alpha(self, instance, value): method _update_bubble (line 216) | def _update_bubble(self, *l): method _showhide_bubble (line 232) | def _showhide_bubble(self, instance, value): class VideoPlayerPreview (line 239) | class VideoPlayerPreview(FloatLayout): method on_touch_down (line 244) | def on_touch_down(self, touch): class VideoPlayerAnnotation (line 251) | class VideoPlayerAnnotation(Label): method on_annotation (line 277) | def on_annotation(self, instance, ann): class VideoPlayer (line 282) | class VideoPlayer(GridLayout): method __init__ (line 480) | def __init__(self, **kwargs): method _trigger_video_load (line 492) | def _trigger_video_load(self, *largs): method on_source (line 496) | def on_source(self, instance, value): method on_image_overlay_play (line 506) | def on_image_overlay_play(self, instance, value): method on_image_loading (line 509) | def on_image_loading(self, instance, value): method _load_thumbnail (line 512) | def _load_thumbnail(self): method _load_annotations (line 524) | def _load_annotations(self): method on_state (line 540) | def on_state(self, instance, value): method _set_state (line 544) | def _set_state(self, instance, value): method _do_video_load (line 547) | def _do_video_load(self, *largs): method on_play (line 557) | def on_play(self, instance, value): method on_volume (line 561) | def on_volume(self, instance, value): method on_position (line 566) | def on_position(self, instance, value): method seek (line 579) | def seek(self, percent): method _play_started (line 591) | def _play_started(self, instance, value): method on_touch_down (line 595) | def on_touch_down(self, touch): method on_fullscreen (line 603) | def on_fullscreen(self, instance, value): FILE: tickeys/kivy/uix/vkeyboard.py class VKeyboard (line 135) | class VKeyboard(Scatter): method __init__ (line 328) | def __init__(self, **kwargs): method on_disabled (line 373) | def on_disabled(self, intance, value): method _update_layout_mode (line 376) | def _update_layout_mode(self, *l): method _load_layout (line 386) | def _load_layout(self, *largs): method _load_layouts (line 411) | def _load_layouts(self, *largs): method _load_layout_fn (line 419) | def _load_layout_fn(self, fn, name): method setup_mode (line 428) | def setup_mode(self, *largs): method setup_mode_dock (line 443) | def setup_mode_dock(self, *largs): method _update_dock_mode (line 463) | def _update_dock_mode(self, win, *largs): method setup_mode_free (line 468) | def setup_mode_free(self): method change_layout (line 515) | def change_layout(self): method refresh (line 519) | def refresh(self, force=False): method refresh_active_keys_layer (line 529) | def refresh_active_keys_layer(self): method refresh_keys_hint (line 544) | def refresh_keys_hint(self): method refresh_keys (line 582) | def refresh_keys(self): method draw_keys (line 614) | def draw_keys(self): method on_key_down (line 661) | def on_key_down(self, *largs): method on_key_up (line 664) | def on_key_up(self, *largs): method on_textinput (line 667) | def on_textinput(self, *largs): method get_key_at_pos (line 670) | def get_key_at_pos(self, x, y): method collide_margin (line 707) | def collide_margin(self, x, y): method process_key_on (line 719) | def process_key_on(self, touch): method process_key_up (line 763) | def process_key_up(self, touch): method _get_modifiers (line 790) | def _get_modifiers(self): method _start_repeat_key (line 798) | def _start_repeat_key(self, *kwargs): method _repeat_key (line 801) | def _repeat_key(self, *kwargs): method on_touch_down (line 804) | def on_touch_down(self, touch): method on_touch_up (line 824) | def on_touch_up(self, touch): FILE: tickeys/kivy/uix/widget.py function _widget_destructor (line 191) | def _widget_destructor(uid, r): class WidgetException (line 199) | class WidgetException(Exception): class WidgetMetaclass (line 205) | class WidgetMetaclass(type): method __init__ (line 212) | def __init__(mcs, name, bases, attrs): class Widget (line 221) | class Widget(WidgetBase): method __init__ (line 253) | def __init__(self, **kwargs): method proxy_ref (line 283) | def proxy_ref(self): method __hash__ (line 303) | def __hash__(self): method __self__ (line 307) | def __self__(self): method collide_point (line 313) | def collide_point(self, x, y): method collide_widget (line 333) | def collide_widget(self, wid): method on_touch_down (line 367) | def on_touch_down(self, touch): method on_touch_move (line 385) | def on_touch_move(self, touch): method on_touch_up (line 396) | def on_touch_up(self, touch): method on_disabled (line 407) | def on_disabled(self, instance, value): method add_widget (line 414) | def add_widget(self, widget, index=0, canvas=None): method remove_widget (line 485) | def remove_widget(self, widget): method clear_widgets (line 511) | def clear_widgets(self, children=None): method export_to_png (line 526) | def export_to_png(self, filename, *args): method get_root_window (line 570) | def get_root_window(self): method get_parent_window (line 581) | def get_parent_window(self): method _walk (line 592) | def _walk(self, restrict=False, loopback=False, index=None): method walk (line 622) | def walk(self, restrict=False, loopback=False): method _walk_reverse (line 676) | def _walk_reverse(self, loopback=False, go_up=False): method walk_reverse (line 709) | def walk_reverse(self, loopback=False): method to_widget (line 762) | def to_widget(self, x, y, relative=False): method to_window (line 771) | def to_window(self, x, y, initial=True, relative=False): method to_parent (line 782) | def to_parent(self, x, y, relative=False): method to_local (line 795) | def to_local(self, x, y, relative=False): method _apply_transform (line 808) | def _apply_transform(self, m): method get_window_matrix (line 811) | def get_window_matrix(self, x=0, y=0): method get_right (line 876) | def get_right(self): method set_right (line 879) | def set_right(self, value): method get_top (line 889) | def get_top(self): method set_top (line 892) | def set_top(self, value): method get_center_x (line 902) | def get_center_x(self): method set_center_x (line 905) | def set_center_x(self, value): method get_center_y (line 915) | def get_center_y(self): method set_center_y (line 918) | def set_center_y(self, value): method on_opacity (line 1115) | def on_opacity(self, instance, value): FILE: tickeys/kivy/utils.py function boundary (line 28) | def boundary(value, minvalue, maxvalue): function intersection (line 33) | def intersection(set1, set2): function difference (line 38) | def difference(set1, set2): function interpolate (line 43) | def interpolate(value_from, value_to, step=10): function strtotuple (line 66) | def strtotuple(s): function get_color_from_hex (line 90) | def get_color_from_hex(s): function get_hex_from_color (line 104) | def get_hex_from_color(color): function get_random_color (line 117) | def get_random_color(alpha=1.0): function is_color_transparent (line 131) | def is_color_transparent(c): function deprecated (line 143) | def deprecated(func): class SafeList (line 174) | class SafeList(list): method clear (line 181) | def clear(self): method iterate (line 185) | def iterate(self, reverse=False): class QueryDict (line 191) | class QueryDict(dict): method __getattr__ (line 205) | def __getattr__(self, attr): method __setattr__ (line 211) | def __setattr__(self, attr, value): function format_bytes_to_human (line 215) | def format_bytes_to_human(size, precision=2): class Platform (line 242) | class Platform(object): method __init__ (line 246) | def __init__(self): method __call__ (line 251) | def __call__(self): method __eq__ (line 254) | def __eq__(self, other): method __ne__ (line 257) | def __ne__(self, other): method __str__ (line 260) | def __str__(self): method __repr__ (line 263) | def __repr__(self): method __hash__ (line 269) | def __hash__(self): method _get_platform (line 272) | def _get_platform(self): function escape_markup (line 317) | def escape_markup(text): class reify (line 331) | class reify(object): method __init__ (line 353) | def __init__(self, func): method __get__ (line 357) | def __get__(self, inst, cls): FILE: tickeys/kivy/vector.py class Vector (line 88) | class Vector(list): method __init__ (line 92) | def __init__(self, *largs): method _get_x (line 100) | def _get_x(self): method _set_x (line 103) | def _set_x(self, x): method _get_y (line 116) | def _get_y(self): method _set_y (line 119) | def _set_y(self, y): method __getslice__ (line 133) | def __getslice__(self, i, j): method __add__ (line 141) | def __add__(self, val): method __iadd__ (line 144) | def __iadd__(self, val): method __neg__ (line 153) | def __neg__(self): method __sub__ (line 156) | def __sub__(self, val): method __isub__ (line 159) | def __isub__(self, val): method __mul__ (line 168) | def __mul__(self, val): method __imul__ (line 174) | def __imul__(self, val): method __rmul__ (line 183) | def __rmul__(self, val): method __truediv__ (line 186) | def __truediv__(self, val): method __div__ (line 192) | def __div__(self, val): method __rtruediv__ (line 198) | def __rtruediv__(self, val): method __rdiv__ (line 204) | def __rdiv__(self, val): method __idiv__ (line 210) | def __idiv__(self, val): method length (line 219) | def length(self): method length2 (line 231) | def length2(self): method distance (line 243) | def distance(self, to): method distance2 (line 256) | def distance2(self, to): method normalize (line 265) | def normalize(self): method dot (line 280) | def dot(self, a): method angle (line 289) | def angle(self, a): method rotate (line 304) | def rotate(self, angle): method line_intersection (line 319) | def line_intersection(v1, v2, v3, v4): method segment_intersection (line 353) | def segment_intersection(v1, v2, v3, v4): method in_bbox (line 396) | def in_bbox(point, a, b): FILE: tickeys/kivy/weakmethod.py class WeakMethod (line 20) | class WeakMethod: method __init__ (line 25) | def __init__(self, method): method __call__ (line 39) | def __call__(self): method is_dead (line 52) | def is_dead(self): method __repr__ (line 58) | def __repr__(self): method __init__ (line 72) | def __init__(self, method): method __call__ (line 88) | def __call__(self): method is_dead (line 102) | def is_dead(self): method __eq__ (line 108) | def __eq__(self, other): method __ne__ (line 114) | def __ne__(self, other): class WeakMethod (line 66) | class WeakMethod(object): method __init__ (line 25) | def __init__(self, method): method __call__ (line 39) | def __call__(self): method is_dead (line 52) | def is_dead(self): method __repr__ (line 58) | def __repr__(self): method __init__ (line 72) | def __init__(self, method): method __call__ (line 88) | def __call__(self): method is_dead (line 102) | def is_dead(self): method __eq__ (line 108) | def __eq__(self, other): method __ne__ (line 114) | def __ne__(self, other): FILE: tickeys/kivy_32/kivy/__init__.py function require (line 57) | def require(version): function kivy_configure (line 130) | def kivy_configure(): function kivy_register_post_configuration (line 138) | def kivy_register_post_configuration(callback): function kivy_usage (line 147) | def kivy_usage(): FILE: tickeys/kivy_32/kivy/adapters/adapter.py class Adapter (line 51) | class Adapter(EventDispatcher): method __init__ (line 106) | def __init__(self, **kwargs): method bind_triggers_to_view (line 132) | def bind_triggers_to_view(self, func): method get_data_item (line 135) | def get_data_item(self): method get_cls (line 138) | def get_cls(self): method get_view (line 155) | def get_view(self, index): # pragma: no cover FILE: tickeys/kivy_32/kivy/adapters/dictadapter.py class DictAdapter (line 27) | class DictAdapter(ListAdapter): method __init__ (line 54) | def __init__(self, **kwargs): method bind_triggers_to_view (line 66) | def bind_triggers_to_view(self, func): method initialize_sorted_keys (line 74) | def initialize_sorted_keys(self, *args, **kwargs): method update_for_new_data (line 90) | def update_for_new_data(self, *args): method get_count (line 94) | def get_count(self): method get_data_item (line 97) | def get_data_item(self, index): method trim_left_of_sel (line 105) | def trim_left_of_sel(self, *args): method trim_right_of_sel (line 117) | def trim_right_of_sel(self, *args): method trim_to_sel (line 129) | def trim_to_sel(self, *args): method cut_to_sel (line 144) | def cut_to_sel(self, *args): FILE: tickeys/kivy_32/kivy/adapters/listadapter.py class ListAdapter (line 56) | class ListAdapter(Adapter, EventDispatcher): method __init__ (line 180) | def __init__(self, **kwargs): method delete_cache (line 189) | def delete_cache(self, *args): method get_count (line 192) | def get_count(self): method get_data_item (line 195) | def get_data_item(self, index): method selection_mode_changed (line 200) | def selection_mode_changed(self, *args): method get_view (line 207) | def get_view(self, index): method create_view (line 215) | def create_view(self, index): method on_selection_change (line 268) | def on_selection_change(self, *args): method handle_selection (line 281) | def handle_selection(self, view, hold_dispatch=False, *args): method select_data_item (line 314) | def select_data_item(self, item): method deselect_data_item (line 317) | def deselect_data_item(self, item): method set_data_item_selection (line 320) | def set_data_item_selection(self, item, value): method select_item_view (line 332) | def select_item_view(self, view): method select_list (line 350) | def select_list(self, view_list, extend=True): method deselect_item_view (line 368) | def deselect_item_view(self, view): method deselect_list (line 386) | def deselect_list(self, l): method update_for_new_data (line 394) | def update_for_new_data(self, *args): method initialize_selection (line 398) | def initialize_selection(self, *args): method check_for_empty_selection (line 405) | def check_for_empty_selection(self, *args): method trim_left_of_sel (line 416) | def trim_left_of_sel(self, *args): method trim_right_of_sel (line 424) | def trim_right_of_sel(self, *args): method trim_to_sel (line 433) | def trim_to_sel(self, *args): method cut_to_sel (line 445) | def cut_to_sel(self, *args): FILE: tickeys/kivy_32/kivy/adapters/models.py class SelectableDataItem (line 49) | class SelectableDataItem(object): method __init__ (line 54) | def __init__(self, **kwargs): method is_selected (line 60) | def is_selected(self): method is_selected (line 66) | def is_selected(self, value): FILE: tickeys/kivy_32/kivy/adapters/simplelistadapter.py class SimpleListAdapter (line 25) | class SimpleListAdapter(Adapter): method __init__ (line 44) | def __init__(self, **kwargs): method get_count (line 52) | def get_count(self): method get_data_item (line 55) | def get_data_item(self, index): method get_view (line 61) | def get_view(self, index): FILE: tickeys/kivy_32/kivy/animation.py class Animation (line 93) | class Animation(EventDispatcher): method __init__ (line 122) | def __init__(self, **kw): method duration (line 138) | def duration(self): method transition (line 144) | def transition(self): method animated_properties (line 150) | def animated_properties(self): method stop_all (line 156) | def stop_all(widget, *largs): method cancel_all (line 177) | def cancel_all(widget, *largs): method start (line 199) | def start(self, widget): method stop (line 207) | def stop(self, widget): method cancel (line 215) | def cancel(self, widget): method stop_property (line 227) | def stop_property(self, widget, prop): method cancel_property (line 241) | def cancel_property(self, widget, prop): method have_properties_to_animate (line 257) | def have_properties_to_animate(self, widget): method _register (line 269) | def _register(self): method _unregister (line 272) | def _unregister(self): method _initialize (line 276) | def _initialize(self, widget): method _clock_install (line 295) | def _clock_install(self): method _clock_uninstall (line 301) | def _clock_uninstall(self): method _update (line 307) | def _update(self, dt): method _calculate (line 344) | def _calculate(self, a, b, t): method on_start (line 368) | def on_start(self, widget): method on_progress (line 371) | def on_progress(self, widget, progress): method on_complete (line 374) | def on_complete(self, widget): method __add__ (line 377) | def __add__(self, animation): method __and__ (line 380) | def __and__(self, animation): class Sequence (line 384) | class Sequence(Animation): method __init__ (line 386) | def __init__(self, anim1, anim2): method duration (line 402) | def duration(self): method start (line 405) | def start(self, widget): method stop (line 412) | def stop(self, widget): method stop_property (line 420) | def stop_property(self, widget, prop): method cancel (line 427) | def cancel(self, widget): method on_anim1_start (line 432) | def on_anim1_start(self, instance, widget): method on_anim1_complete (line 435) | def on_anim1_complete(self, instance, widget): method on_anim1_progress (line 439) | def on_anim1_progress(self, instance, widget, progress): method on_anim2_complete (line 442) | def on_anim2_complete(self, instance, widget): method on_anim2_progress (line 453) | def on_anim2_progress(self, instance, widget, progress): class Parallel (line 457) | class Parallel(Animation): method __init__ (line 459) | def __init__(self, anim1, anim2): method duration (line 468) | def duration(self): method start (line 471) | def start(self, widget): method stop (line 479) | def stop(self, widget): method stop_property (line 487) | def stop_property(self, widget, prop): method cancel (line 494) | def cancel(self, widget): method on_anim_complete (line 499) | def on_anim_complete(self, instance, widget): class AnimationTransition (line 505) | class AnimationTransition(object): method linear (line 514) | def linear(progress): method in_quad (line 519) | def in_quad(progress): method out_quad (line 525) | def out_quad(progress): method in_out_quad (line 531) | def in_out_quad(progress): method in_cubic (line 541) | def in_cubic(progress): method out_cubic (line 547) | def out_cubic(progress): method in_out_cubic (line 554) | def in_out_cubic(progress): method in_quart (line 564) | def in_quart(progress): method out_quart (line 570) | def out_quart(progress): method in_out_quart (line 577) | def in_out_quart(progress): method in_quint (line 587) | def in_quint(progress): method out_quint (line 593) | def out_quint(progress): method in_out_quint (line 600) | def in_out_quint(progress): method in_sine (line 610) | def in_sine(progress): method out_sine (line 616) | def out_sine(progress): method in_out_sine (line 622) | def in_out_sine(progress): method in_expo (line 628) | def in_expo(progress): method out_expo (line 636) | def out_expo(progress): method in_out_expo (line 644) | def in_out_expo(progress): method in_circ (line 658) | def in_circ(progress): method out_circ (line 664) | def out_circ(progress): method in_out_circ (line 671) | def in_out_circ(progress): method in_elastic (line 681) | def in_elastic(progress): method out_elastic (line 693) | def out_elastic(progress): method in_out_elastic (line 704) | def in_out_elastic(progress): method in_back (line 720) | def in_back(progress): method out_back (line 726) | def out_back(progress): method in_out_back (line 733) | def in_out_back(progress): method _out_bounce_internal (line 744) | def _out_bounce_internal(t, d): method _in_bounce_internal (line 759) | def _in_bounce_internal(t, d): method in_bounce (line 763) | def in_bounce(progress): method out_bounce (line 769) | def out_bounce(progress): method in_out_bounce (line 775) | def in_out_bounce(progress): FILE: tickeys/kivy_32/kivy/app.py class App (line 331) | class App(EventDispatcher): method __init__ (line 464) | def __init__(self, **kwargs): method build (line 485) | def build(self): method build_config (line 497) | def build_config(self, config): method build_settings (line 513) | def build_settings(self, settings): method load_kv (line 532) | def load_kv(self, filename=None): method get_application_name (line 599) | def get_application_name(self): method get_application_icon (line 609) | def get_application_icon(self): method get_application_config (line 617) | def get_application_config(self, defaultpath='%(appdir)s/%(appname)s.i... method root_window (line 662) | def root_window(self): method load_config (line 669) | def load_config(self): method directory (line 723) | def directory(self): method user_data_dir (line 739) | def user_data_dir(self): method name (line 780) | def name(self): method run (line 792) | def run(self): method stop (line 827) | def stop(self, *largs): method on_start (line 840) | def on_start(self): method on_stop (line 847) | def on_stop(self): method on_pause (line 854) | def on_pause(self): method on_resume (line 869) | def on_resume(self): method get_running_app (line 884) | def get_running_app(): method on_config_change (line 891) | def on_config_change(self, config, section, key, value): method open_settings (line 897) | def open_settings(self, *largs): method display_settings (line 918) | def display_settings(self, settings): method close_settings (line 942) | def close_settings(self, *largs): method create_settings (line 957) | def create_settings(self): method destroy_settings (line 988) | def destroy_settings(self): method _on_config_change (line 1012) | def _on_config_change(self, *largs): method _install_settings_keys (line 1015) | def _install_settings_keys(self, window): method _on_keyboard_settings (line 1018) | def _on_keyboard_settings(self, window, *largs): method on_title (line 1035) | def on_title(self, instance, title): method on_icon (line 1039) | def on_icon(self, instance, icon): FILE: tickeys/kivy_32/kivy/atlas.py class Atlas (line 151) | class Atlas(EventDispatcher): method _get_filename (line 162) | def _get_filename(self): method __init__ (line 172) | def __init__(self, filename): method __getitem__ (line 177) | def __getitem__(self, key): method _load (line 180) | def _load(self): method create (line 214) | def create(outname, filenames, size, padding=2, use_path=False): FILE: tickeys/kivy_32/kivy/base.py class ExceptionHandler (line 38) | class ExceptionHandler(object): method __init__ (line 52) | def __init__(self): method handle_exception (line 55) | def handle_exception(self, exception): class ExceptionManagerBase (line 62) | class ExceptionManagerBase: method __init__ (line 68) | def __init__(self): method add_handler (line 72) | def add_handler(self, cls): method remove_handler (line 77) | def remove_handler(self, cls): method handle_exception (line 82) | def handle_exception(self, inst): class EventLoopBase (line 95) | class EventLoopBase(EventDispatcher): method __init__ (line 102) | def __init__(self): method touches (line 115) | def touches(self): method ensure_window (line 120) | def ensure_window(self): method set_window (line 128) | def set_window(self, window): method add_input_provider (line 133) | def add_input_provider(self, provider, auto_remove=False): method remove_input_provider (line 141) | def remove_input_provider(self, provider): method add_event_listener (line 147) | def add_event_listener(self, listener): method remove_event_listener (line 153) | def remove_event_listener(self, listener): method start (line 159) | def start(self): method close (line 168) | def close(self): method stop (line 175) | def stop(self): method add_postproc_module (line 195) | def add_postproc_module(self, mod): method remove_postproc_module (line 201) | def remove_postproc_module(self, mod): method post_dispatch_input (line 206) | def post_dispatch_input(self, etype, me): method _dispatch_input (line 291) | def _dispatch_input(self, *ev): method dispatch_input (line 297) | def dispatch_input(self): method idle (line 317) | def idle(self): method run (line 355) | def run(self): method exit (line 361) | def exit(self): method on_stop (line 367) | def on_stop(self): method on_pause (line 372) | def on_pause(self): method on_start (line 377) | def on_start(self): function _run_mainloop (line 386) | def _run_mainloop(): function runTouchApp (line 403) | def runTouchApp(widget=None, slave=False): function stopTouchApp (line 492) | def stopTouchApp(): FILE: tickeys/kivy_32/kivy/cache.py class Cache (line 34) | class Cache(object): method register (line 42) | def register(category, limit=None, timeout=None): method append (line 64) | def append(category, key, obj, timeout=None): method get (line 98) | def get(category, key, default=None): method get_timestamp (line 116) | def get_timestamp(category, key, default=None): method get_lastaccess (line 133) | def get_lastaccess(category, key, default=None): method remove (line 150) | def remove(category, key=None): method _purge_oldest (line 169) | def _purge_oldest(category, maxpurge=1): method _purge_by_timeout (line 189) | def _purge_by_timeout(dt): method print_usage (line 222) | def print_usage(): FILE: tickeys/kivy_32/kivy/clock.py class _ClockBase (line 231) | class _ClockBase(object): method __init__ (line 232) | def __init__(self): method usleep (line 235) | def usleep(self, microseconds): method usleep (line 252) | def usleep(self, microseconds): method usleep (line 266) | def usleep(self, microseconds): class _ClockBase (line 251) | class _ClockBase(object): method __init__ (line 232) | def __init__(self): method usleep (line 235) | def usleep(self, microseconds): method usleep (line 252) | def usleep(self, microseconds): method usleep (line 266) | def usleep(self, microseconds): class _ClockBase (line 265) | class _ClockBase(object): method __init__ (line 232) | def __init__(self): method usleep (line 235) | def usleep(self, microseconds): method usleep (line 252) | def usleep(self, microseconds): method usleep (line 266) | def usleep(self, microseconds): function _hash (line 270) | def _hash(cb): class ClockEvent (line 276) | class ClockEvent(object): method __init__ (line 287) | def __init__(self, clock, loop, callback, timeout, starttime, cid, method __call__ (line 301) | def __call__(self, *largs): method get_callback (line 313) | def get_callback(self): method is_triggered (line 323) | def is_triggered(self): method cancel (line 326) | def cancel(self): method release (line 336) | def release(self): method tick (line 340) | def tick(self, curtime, remove): method __repr__ (line 386) | def __repr__(self): class ClockBase (line 390) | class ClockBase(_ClockBase): method __init__ (line 401) | def __init__(self): method frametime (line 422) | def frametime(self): method frames (line 431) | def frames(self): method frames_displayed (line 440) | def frames_displayed(self): method tick (line 445) | def tick(self): method tick_draw (line 487) | def tick_draw(self): method get_fps (line 494) | def get_fps(self): method get_rfps (line 499) | def get_rfps(self): method get_time (line 508) | def get_time(self): method get_boottime (line 512) | def get_boottime(self): method create_trigger (line 516) | def create_trigger(self, callback, timeout=0): method schedule_once (line 531) | def schedule_once(self, callback, timeout=0): method schedule_interval (line 552) | def schedule_interval(self, callback, timeout): method unschedule (line 568) | def unschedule(self, callback, all=True): method _release_references (line 600) | def _release_references(self): method _process_events (line 609) | def _process_events(self): method _process_events_before_frame (line 617) | def _process_events_before_frame(self): function mainthread (line 648) | def mainthread(func): FILE: tickeys/kivy_32/kivy/config.py class ConfigParser (line 290) | class ConfigParser(PythonConfigParser, object): method __init__ (line 311) | def __init__(self, name=''): method add_callback (line 318) | def add_callback(self, callback, section=None, key=None): method remove_callback (line 331) | def remove_callback(self, callback, section=None, key=None): method _do_callbacks (line 342) | def _do_callbacks(self, section, key, value): method read (line 350) | def read(self, filename): method set (line 389) | def set(self, section, option, value): method setall (line 404) | def setall(self, section, keyvalues): method get (line 410) | def get(self, section, option, **kwargs): method setdefaults (line 417) | def setdefaults(self, section, keyvalues): method setdefault (line 424) | def setdefault(self, section, option, value): method getdefault (line 431) | def getdefault(self, section, option, defaultvalue): method getdefaultint (line 440) | def getdefaultint(self, section, option, defaultvalue): method adddefaultsection (line 448) | def adddefaultsection(self, section): method write (line 455) | def write(self): method update_config (line 471) | def update_config(self, filename, overwrite=False): method _register_named_property (line 483) | def _register_named_property(name, widget_ref, *largs): method get_configparser (line 523) | def get_configparser(name): method name (line 543) | def name(self): method name (line 559) | def name(self, value): FILE: tickeys/kivy_32/kivy/context.py class ProxyContext (line 27) | class ProxyContext(object): method __init__ (line 31) | def __init__(self, obj): method __getattribute__ (line 35) | def __getattribute__(self, name): method __delattr__ (line 38) | def __delattr__(self, name): method __setattr__ (line 41) | def __setattr__(self, name, value): method __bool__ (line 44) | def __bool__(self): method __str__ (line 47) | def __str__(self): method __repr__ (line 50) | def __repr__(self): class Context (line 54) | class Context(dict): method __init__ (line 56) | def __init__(self, init=False): method push (line 67) | def push(self): method pop (line 72) | def pop(self): function register_context (line 80) | def register_context(name, cls, *args, **kwargs): function get_current_context (line 94) | def get_current_context(): FILE: tickeys/kivy_32/kivy/core/__init__.py class CoreCriticalException (line 29) | class CoreCriticalException(Exception): function core_select_lib (line 33) | def core_select_lib(category, llist, create_instance=False, base='kivy.c... function core_register_libs (line 98) | def core_register_libs(category, libs, base='kivy.core'): FILE: tickeys/kivy_32/kivy/core/audio/__init__.py class SoundLoader (line 46) | class SoundLoader: method register (line 53) | def register(classobj): method load (line 59) | def load(filename): class Sound (line 75) | class Sound(EventDispatcher): method _get_status (line 125) | def _get_status(self): method _get_filename (line 133) | def _get_filename(self): method on_source (line 143) | def on_source(self, instance, filename): method get_pos (line 149) | def get_pos(self): method _get_length (line 158) | def _get_length(self): method load (line 164) | def load(self): method unload (line 168) | def unload(self): method play (line 172) | def play(self): method stop (line 177) | def stop(self): method seek (line 182) | def seek(self, position): method on_play (line 186) | def on_play(self): method on_stop (line 189) | def on_stop(self): FILE: tickeys/kivy_32/kivy/core/audio/audio_ffpyplayer.py function _log_callback (line 72) | def _log_callback(message, level): class SoundFFPy (line 78) | class SoundFFPy(Sound): method extensions (line 81) | def extensions(): method __init__ (line 84) | def __init__(self, **kwargs): method __del__ (line 98) | def __del__(self): method _player_callback (line 103) | def _player_callback(self, selector, value): method load (line 114) | def load(self): method unload (line 131) | def unload(self): method play (line 138) | def play(self): method stop (line 149) | def stop(self): method seek (line 156) | def seek(self, position): method get_pos (line 161) | def get_pos(self): method on_volume (line 166) | def on_volume(self, instance, volume): method _get_length (line 170) | def _get_length(self): method _do_eos (line 175) | def _do_eos(self, *args): FILE: tickeys/kivy_32/kivy/core/audio/audio_gi.py class SoundGi (line 25) | class SoundGi(Sound): method extensions (line 28) | def extensions(): method __init__ (line 31) | def __init__(self, **kwargs): method __del__ (line 35) | def __del__(self): method _on_gst_message (line 39) | def _on_gst_message(self, bus, message): method play (line 54) | def play(self): method stop (line 61) | def stop(self): method load (line 67) | def load(self): method unload (line 91) | def unload(self): method seek (line 95) | def seek(self, position): method get_pos (line 101) | def get_pos(self): method on_volume (line 112) | def on_volume(self, instance, volume): method _get_length (line 116) | def _get_length(self): FILE: tickeys/kivy_32/kivy/core/audio/audio_gstplayer.py function _on_gstplayer_message (line 28) | def _on_gstplayer_message(mtype, message): class SoundGstplayer (line 37) | class SoundGstplayer(Sound): method extensions (line 40) | def extensions(): method __init__ (line 43) | def __init__(self, **kwargs): method _on_gst_eos_sync (line 47) | def _on_gst_eos_sync(self): method _on_gst_eos (line 50) | def _on_gst_eos(self, *dt): method load (line 57) | def load(self): method play (line 64) | def play(self): method stop (line 71) | def stop(self): method unload (line 75) | def unload(self): method seek (line 80) | def seek(self, position): method get_pos (line 83) | def get_pos(self): method _get_length (line 86) | def _get_length(self): method on_volume (line 89) | def on_volume(self, instance, volume): method _get_uri (line 92) | def _get_uri(self): FILE: tickeys/kivy_32/kivy/core/audio/audio_pygame.py class SoundPygame (line 30) | class SoundPygame(Sound): method extensions (line 39) | def extensions(): method __init__ (line 44) | def __init__(self, **kwargs): method _check_play (line 49) | def _check_play(self, dt): method play (line 62) | def play(self): method stop (line 72) | def stop(self): method load (line 81) | def load(self): method unload (line 87) | def unload(self): method seek (line 91) | def seek(self, position): method get_pos (line 97) | def get_pos(self): method on_volume (line 104) | def on_volume(self, instance, volume): method _get_length (line 108) | def _get_length(self): FILE: tickeys/kivy_32/kivy/core/audio/audio_pygst.py class SoundPyGst (line 34) | class SoundPyGst(Sound): method extensions (line 37) | def extensions(): method __init__ (line 40) | def __init__(self, **kwargs): method __del__ (line 44) | def __del__(self): method _on_gst_message (line 48) | def _on_gst_message(self, bus, message): method play (line 63) | def play(self): method stop (line 70) | def stop(self): method load (line 76) | def load(self): method unload (line 101) | def unload(self): method seek (line 105) | def seek(self, position): method get_pos (line 111) | def get_pos(self): method on_volume (line 121) | def on_volume(self, instance, volume): method _get_length (line 125) | def _get_length(self): FILE: tickeys/kivy_32/kivy/core/camera/__init__.py class CameraBase (line 26) | class CameraBase(EventDispatcher): method __init__ (line 54) | def __init__(self, **kwargs): method _set_resolution (line 75) | def _set_resolution(self, res): method _get_resolution (line 79) | def _get_resolution(self): method _set_index (line 86) | def _set_index(self, x): method _get_index (line 92) | def _get_index(self): method _get_texture (line 99) | def _get_texture(self): method init_camera (line 104) | def init_camera(self): method start (line 108) | def start(self): method stop (line 112) | def stop(self): method _update (line 116) | def _update(self, dt): method _copy_to_gpu (line 120) | def _copy_to_gpu(self): method on_texture (line 129) | def on_texture(self): method on_load (line 132) | def on_load(self): FILE: tickeys/kivy_32/kivy/core/camera/camera_gi.py class _MapInfo (line 30) | class _MapInfo(Structure): function _on_cameragi_unref (line 38) | def _on_cameragi_unref(obj): class CameraGi (line 43) | class CameraGi(CameraBase): method __init__ (line 57) | def __init__(self, **kwargs): method init_camera (line 67) | def init_camera(self): method _gst_new_sample (line 97) | def _gst_new_sample(self, *largs): method start (line 117) | def start(self): method stop (line 121) | def stop(self): method unload (line 125) | def unload(self): method _update (line 128) | def _update(self, dt): function camera_gi_clean (line 162) | def camera_gi_clean(): FILE: tickeys/kivy_32/kivy/core/camera/camera_opencv.py class Hg (line 22) | class Hg(object): method __getattr__ (line 32) | def __getattr__(self, attr): class CameraOpenCV (line 41) | class CameraOpenCV(CameraBase): method __init__ (line 45) | def __init__(self, **kwargs): method init_camera (line 49) | def init_camera(self): method _update (line 75) | def _update(self, dt): method start (line 96) | def start(self): method stop (line 101) | def stop(self): FILE: tickeys/kivy_32/kivy/core/camera/camera_pygst.py class CameraPyGst (line 28) | class CameraPyGst(CameraBase): method __init__ (line 40) | def __init__(self, **kwargs): method init_camera (line 48) | def init_camera(self): method _gst_new_buffer (line 72) | def _gst_new_buffer(self, *largs): method start (line 87) | def start(self): method stop (line 91) | def stop(self): method _update (line 95) | def _update(self, dt): FILE: tickeys/kivy_32/kivy/core/camera/camera_videocapture.py class CameraVideoCapture (line 20) | class CameraVideoCapture(CameraBase): method __init__ (line 24) | def __init__(self, **kwargs): method init_camera (line 29) | def init_camera(self): method _update (line 39) | def _update(self, dt): method start (line 53) | def start(self): method stop (line 58) | def stop(self): FILE: tickeys/kivy_32/kivy/core/clipboard/__init__.py class ClipboardBase (line 34) | class ClipboardBase(object): method get (line 36) | def get(self, mimetype): method put (line 42) | def put(self, data, mimetype): method get_types (line 48) | def get_types(self): method _ensure_clipboard (line 53) | def _ensure_clipboard(self): method copy (line 71) | def copy(self, data=''): method paste (line 81) | def paste(self): method _copy (line 89) | def _copy(self, data): method _paste (line 100) | def _paste(self): FILE: tickeys/kivy_32/kivy/core/clipboard/clipboard_android.py class ClipboardAndroid (line 21) | class ClipboardAndroid(ClipboardBase): method __init__ (line 23) | def __init__(self): method get (line 31) | def get(self, mimetype='text/plain'): method put (line 34) | def put(self, data, mimetype='text/plain'): method get_types (line 37) | def get_types(self): method _initialize_clipboard (line 41) | def _initialize_clipboard(self): method _get_clipboard (line 45) | def _get_clipboard(f): method _get (line 57) | def _get(self, mimetype='text/plain'): method _set (line 73) | def _set(self, data, mimetype): FILE: tickeys/kivy_32/kivy/core/clipboard/clipboard_dbusklipper.py class ClipboardDbusKlipper (line 21) | class ClipboardDbusKlipper(ClipboardBase): method init (line 25) | def init(self): method get (line 31) | def get(self, mimetype='text/plain'): method put (line 35) | def put(self, data, mimetype='text/plain'): method get_types (line 39) | def get_types(self): FILE: tickeys/kivy_32/kivy/core/clipboard/clipboard_dummy.py class ClipboardDummy (line 11) | class ClipboardDummy(ClipboardBase): method __init__ (line 13) | def __init__(self): method get (line 19) | def get(self, mimetype='text/plain'): method put (line 22) | def put(self, data, mimetype='text/plain'): method get_types (line 25) | def get_types(self): FILE: tickeys/kivy_32/kivy/core/clipboard/clipboard_gtk3.py class ClipboardGtk3 (line 18) | class ClipboardGtk3(ClipboardBase): method init (line 22) | def init(self): method get (line 28) | def get(self, mimetype='text/plain;charset=utf-8'): method put (line 36) | def put(self, data, mimetype='text/plain;charset=utf-8'): method get_types (line 42) | def get_types(self): FILE: tickeys/kivy_32/kivy/core/clipboard/clipboard_nspaste.py class ClipboardNSPaste (line 24) | class ClipboardNSPaste(ClipboardBase): method __init__ (line 26) | def __init__(self): method get (line 30) | def get(self, mimetype='text/plain'): method put (line 37) | def put(self, data, mimetype='text/plain'): method get_types (line 42) | def get_types(self): FILE: tickeys/kivy_32/kivy/core/clipboard/clipboard_pygame.py class ClipboardPygame (line 21) | class ClipboardPygame(ClipboardBase): method init (line 30) | def init(self): method get (line 36) | def get(self, mimetype='text/plain'): method put (line 42) | def put(self, data, mimetype='text/plain'): method get_types (line 47) | def get_types(self): FILE: tickeys/kivy_32/kivy/core/clipboard/clipboard_sdl2.py class ClipboardSDL2 (line 20) | class ClipboardSDL2(ClipboardBase): method get (line 22) | def get(self, mimetype): method _ensure_clipboard (line 25) | def _ensure_clipboard(self): method put (line 29) | def put(self, data=b'', mimetype='text/plain'): method get_types (line 32) | def get_types(self): FILE: tickeys/kivy_32/kivy/core/clipboard/clipboard_winctypes.py class ClipboardWindows (line 21) | class ClipboardWindows(ClipboardBase): method get (line 23) | def get(self, mimetype='text/plain'): method put (line 34) | def put(self, text, mimetype='text/plain'): method get_types (line 46) | def get_types(self): FILE: tickeys/kivy_32/kivy/core/clipboard/clipboard_xsel.py class ClipboardXsel (line 21) | class ClipboardXsel(ClipboardBase): method get (line 23) | def get(self, mimetype='text/plain'): method put (line 28) | def put(self, data, mimetype='text/plain'): method get_types (line 32) | def get_types(self): FILE: tickeys/kivy_32/kivy/core/gl/__init__.py function msgbox (line 17) | def msgbox(message): function init_gl (line 35) | def init_gl(): function print_gl_version (line 40) | def print_gl_version(): FILE: tickeys/kivy_32/kivy/core/image/__init__.py class ImageData (line 66) | class ImageData(object): method __init__ (line 76) | def __init__(self, width, height, fmt, data, source=None, method release_data (line 97) | def release_data(self): method width (line 104) | def width(self): method height (line 111) | def height(self): method data (line 118) | def data(self): method rowlength (line 125) | def rowlength(self): method size (line 134) | def size(self): method have_mipmap (line 142) | def have_mipmap(self): method __repr__ (line 145) | def __repr__(self): method add_mipmap (line 151) | def add_mipmap(self, level, width, height, data, rowlength): method get_mipmap (line 158) | def get_mipmap(self, level): method iterate_mipmaps (line 168) | def iterate_mipmaps(self): class ImageLoaderBase (line 181) | class ImageLoaderBase(object): method __init__ (line 187) | def __init__(self, filename, **kwargs): method load (line 200) | def load(self, filename): method can_save (line 205) | def can_save(): method can_load_memory (line 211) | def can_load_memory(): method save (line 217) | def save(): method populate (line 220) | def populate(self): method width (line 257) | def width(self): method height (line 263) | def height(self): method size (line 269) | def size(self): method texture (line 275) | def texture(self): method textures (line 285) | def textures(self): method nocache (line 295) | def nocache(self): class ImageLoader (line 303) | class ImageLoader(object): method zip_loader (line 308) | def zip_loader(filename, **kwargs): method register (line 362) | def register(defcls): method load (line 366) | def load(filename, **kwargs): class Image (line 436) | class Image(EventDispatcher): method __init__ (line 470) | def __init__(self, arg, **kwargs): method remove_from_cache (line 515) | def remove_from_cache(self): method _anim (line 540) | def _anim(self, *largs): method anim_reset (line 551) | def anim_reset(self, allow_anim): method _get_anim_delay (line 580) | def _get_anim_delay(self): method _set_anim_delay (line 583) | def _set_anim_delay(self, x): method anim_available (line 600) | def anim_available(self): method anim_index (line 608) | def anim_index(self): method _img_iterate (line 615) | def _img_iterate(self, *largs): method on_texture (line 625) | def on_texture(self, *largs): method load (line 634) | def load(filename, **kwargs): method _get_image (line 646) | def _get_image(self): method _set_image (line 649) | def _set_image(self, image): method _get_filename (line 659) | def _get_filename(self): method _set_filename (line 662) | def _set_filename(self, value): method load_memory (line 713) | def load_memory(self, data, ext, filename='__inline__'): method size (line 734) | def size(self): method width (line 740) | def width(self): method height (line 746) | def height(self): method texture (line 752) | def texture(self): method nocache (line 760) | def nocache(self): method save (line 767) | def save(self, filename, flipped=False): method read_pixel (line 835) | def read_pixel(self, x, y): function load (line 877) | def load(filename): FILE: tickeys/kivy_32/kivy/core/image/img_dds.py class ImageLoaderDDS (line 12) | class ImageLoaderDDS(ImageLoaderBase): method extensions (line 15) | def extensions(): method load (line 18) | def load(self, filename): FILE: tickeys/kivy_32/kivy/core/image/img_ffpyplayer.py function _log_callback (line 24) | def _log_callback(message, level): class ImageLoaderFFPy (line 33) | class ImageLoaderFFPy(ImageLoaderBase): method extensions (line 44) | def extensions(): method load (line 52) | def load(self, filename): FILE: tickeys/kivy_32/kivy/core/image/img_gif.py class ImageLoaderGIF (line 44) | class ImageLoaderGIF(ImageLoaderBase): method extensions (line 48) | def extensions(): method load (line 52) | def load(self, filename): class Gif (line 147) | class Gif(object): method __init__ (line 167) | def __init__(self, data, debug): method pop (line 189) | def pop(self, data, length=1): method pops (line 199) | def pops(self, format, data): method print_info (line 204) | def print_info(self): method new_image (line 219) | def new_image(self, header=None): class ImageDescriptor (line 226) | class ImageDescriptor(object): method __init__ (line 229) | def __init__(self, parent, header=None): method setup_header (line 260) | def setup_header(self, header): method get_header (line 280) | def get_header(self): class GifDecoder (line 295) | class GifDecoder(Gif): method __init__ (line 298) | def __init__(self, data, debug=False): method fill (line 302) | def fill(self): method string_to_bits (line 416) | def string_to_bits(self, string): method readable (line 426) | def readable(bool_list): method bits_to_int (line 431) | def bits_to_int(self, bits): method get_color_table (line 441) | def get_color_table(self, size): method lzw_decode (line 457) | def lzw_decode(self, input, initial_codesize, color_table_size): function get_bits (line 552) | def get_bits(flags, reverse=False, bits=8): function pack_bits (line 567) | def pack_bits(bits): FILE: tickeys/kivy_32/kivy/core/image/img_pil.py class ImageLoaderPIL (line 16) | class ImageLoaderPIL(ImageLoaderBase): method can_save (line 34) | def can_save(): method can_load_memory (line 38) | def can_load_memory(): method extensions (line 42) | def extensions(): method _img_correct (line 52) | def _img_correct(self, _img_tmp): method _img_read (line 68) | def _img_read(self, im): method load (line 91) | def load(self, filename): method save (line 104) | def save(filename, width, height, fmt, pixels, flipped=False): FILE: tickeys/kivy_32/kivy/core/image/img_pygame.py class ImageLoaderPygame (line 18) | class ImageLoaderPygame(ImageLoaderBase): method extensions (line 22) | def extensions(): method can_save (line 34) | def can_save(): method can_load_memory (line 38) | def can_load_memory(): method load (line 41) | def load(self, filename): method save (line 98) | def save(filename, width, height, fmt, pixels, flipped): FILE: tickeys/kivy_32/kivy/core/image/img_sdl2.py class ImageLoaderSDL2 (line 14) | class ImageLoaderSDL2(ImageLoaderBase): method _ensure_ext (line 17) | def _ensure_ext(self): method extensions (line 21) | def extensions(): method can_save (line 27) | def can_save(): method can_load_memory (line 31) | def can_load_memory(): method load (line 34) | def load(self, filename): method save (line 54) | def save(filename, width, height, fmt, pixels, flipped): FILE: tickeys/kivy_32/kivy/core/image/img_tex.py class ImageLoaderTex (line 13) | class ImageLoaderTex(ImageLoaderBase): method extensions (line 16) | def extensions(): method load (line 19) | def load(self, filename): FILE: tickeys/kivy_32/kivy/core/spelling/__init__.py class NoSuchLangError (line 32) | class NoSuchLangError(Exception): class NoLanguageSelectedError (line 39) | class NoLanguageSelectedError(Exception): class SpellingBase (line 47) | class SpellingBase(object): method __init__ (line 53) | def __init__(self, language=None): method select_language (line 79) | def select_language(self, language): method list_languages (line 93) | def list_languages(self): method check (line 101) | def check(self, word): method suggest (line 115) | def suggest(self, fragment): FILE: tickeys/kivy_32/kivy/core/spelling/spelling_enchant.py class SpellingEnchant (line 12) | class SpellingEnchant(SpellingBase): method __init__ (line 17) | def __init__(self, language=None): method select_language (line 21) | def select_language(self, language): method list_languages (line 28) | def list_languages(self): method check (line 33) | def check(self, word): method suggest (line 38) | def suggest(self, fragment): FILE: tickeys/kivy_32/kivy/core/spelling/spelling_osxappkit.py class SpellingOSXAppKit (line 21) | class SpellingOSXAppKit(SpellingBase): method __init__ (line 26) | def __init__(self, language=None): method select_language (line 30) | def select_language(self, language): method list_languages (line 36) | def list_languages(self): method check (line 39) | def check(self, word): method suggest (line 50) | def suggest(self, fragment): FILE: tickeys/kivy_32/kivy/core/text/__init__.py class LabelBase (line 58) | class LabelBase(object): method __init__ (line 151) | def __init__( method register (line 195) | def register(name, fn_regular, fn_italic=None, fn_bold=None, method resolve_font_name (line 227) | def resolve_font_name(self): method get_system_fonts_dir (line 262) | def get_system_fonts_dir(): method get_extents (line 296) | def get_extents(self, text): method get_cached_extents (line 301) | def get_cached_extents(self): method _render_begin (line 324) | def _render_begin(self): method _render_text (line 327) | def _render_text(self, text, x, y): method _render_end (line 330) | def _render_end(self): method shorten (line 333) | def shorten(self, text, margin=2): method _render_real (line 453) | def _render_real(self): method render (line 549) | def render(self, real=False): method _texture_refresh (line 604) | def _texture_refresh(self, *l): method _texture_fill (line 607) | def _texture_fill(self, texture): method refresh (line 611) | def refresh(self): method _get_text (line 641) | def _get_text(self): method _set_text (line 655) | def _set_text(self, text): method texture_1px (line 663) | def texture_1px(self): method size (line 671) | def size(self): method width (line 675) | def width(self): method height (line 679) | def height(self): method content_width (line 683) | def content_width(self): method content_height (line 691) | def content_height(self): method content_size (line 699) | def content_size(self): method fontid (line 706) | def fontid(self): method _get_text_size (line 711) | def _get_text_size(self): method _set_text_size (line 714) | def _set_text_size(self, x): FILE: tickeys/kivy_32/kivy/core/text/markup.py class MarkupLabel (line 60) | class MarkupLabel(MarkupLabelBase): method __init__ (line 66) | def __init__(self, *largs, **kwargs): method refs (line 75) | def refs(self): method anchors (line 83) | def anchors(self): method markup (line 91) | def markup(self): method _push_style (line 102) | def _push_style(self, k): method _pop_style (line 107) | def _pop_style(self, k): method render (line 114) | def render(self, real=False): method _pre_render (line 123) | def _pre_render(self): method _real_render (line 369) | def _real_render(self): method shorten_post (line 456) | def shorten_post(self, lines, w, h, margin=2): FILE: tickeys/kivy_32/kivy/core/text/text_pil.py class LabelPIL (line 20) | class LabelPIL(LabelBase): method _select_font (line 23) | def _select_font(self): method get_extents (line 37) | def get_extents(self, text): method get_cached_extents (line 42) | def get_cached_extents(self): method _render_begin (line 45) | def _render_begin(self): method _render_text (line 50) | def _render_text(self, text, x, y): method _render_end (line 55) | def _render_end(self): FILE: tickeys/kivy_32/kivy/core/text/text_pygame.py class LabelPygame (line 27) | class LabelPygame(LabelBase): method _get_font_id (line 29) | def _get_font_id(self): method _get_font (line 40) | def _get_font(self): method get_ascent (line 78) | def get_ascent(self): method get_descent (line 81) | def get_descent(self): method get_extents (line 84) | def get_extents(self, text): method get_cached_extents (line 87) | def get_cached_extents(self): method _render_begin (line 90) | def _render_begin(self): method _render_text (line 94) | def _render_text(self, text, x, y): method _render_end (line 105) | def _render_end(self): FILE: tickeys/kivy_32/kivy/core/text/text_sdl2.py class LabelSDL2 (line 16) | class LabelSDL2(LabelBase): method _get_font_id (line 18) | def _get_font_id(self): method get_extents (line 28) | def get_extents(self, text): method get_descent (line 36) | def get_descent(self): method get_ascent (line 39) | def get_ascent(self): method _render_begin (line 42) | def _render_begin(self): method _render_text (line 45) | def _render_text(self, text, x, y): method _render_end (line 48) | def _render_end(self): FILE: tickeys/kivy_32/kivy/core/video/__init__.py class VideoBase (line 29) | class VideoBase(EventDispatcher): method __init__ (line 62) | def __init__(self, **kwargs): method __del__ (line 90) | def __del__(self): method on_eos (line 93) | def on_eos(self): method on_load (line 96) | def on_load(self): method on_frame (line 99) | def on_frame(self): method _get_filename (line 102) | def _get_filename(self): method _set_filename (line 105) | def _set_filename(self, filename): method _get_position (line 118) | def _get_position(self): method _set_position (line 121) | def _set_position(self, pos): method _get_volume (line 128) | def _get_volume(self): method _set_volume (line 131) | def _set_volume(self, volume): method _get_duration (line 138) | def _get_duration(self): method _get_texture (line 144) | def _get_texture(self): method _get_state (line 150) | def _get_state(self): method _do_eos (line 156) | def _do_eos(self, *args): method _update (line 171) | def _update(self, dt): method seek (line 176) | def seek(self, percent): method stop (line 180) | def stop(self): method pause (line 184) | def pause(self): method play (line 191) | def play(self): method load (line 195) | def load(self): method unload (line 199) | def unload(self): FILE: tickeys/kivy_32/kivy/core/video/video_ffmpeg.py class VideoFFMpeg (line 27) | class VideoFFMpeg(VideoBase): method __init__ (line 29) | def __init__(self, **kwargs): method unload (line 34) | def unload(self): method load (line 41) | def load(self): method play (line 44) | def play(self): method stop (line 50) | def stop(self): method seek (line 53) | def seek(self, percent): method _do_eos (line 58) | def _do_eos(self): method _update (line 63) | def _update(self, dt): method _get_duration (line 92) | def _get_duration(self): method _get_position (line 97) | def _get_position(self): method _get_volume (line 102) | def _get_volume(self): method _set_volume (line 108) | def _set_volume(self, volume): FILE: tickeys/kivy_32/kivy/core/video/video_ffpyplayer.py function _log_callback (line 75) | def _log_callback(message, level): class VideoFFPy (line 84) | class VideoFFPy(VideoBase): method __init__ (line 103) | def __init__(self, **kwargs): method __del__ (line 113) | def __del__(self): method _player_callback (line 118) | def _player_callback(self, selector, value): method _get_position (line 126) | def _get_position(self): method _set_position (line 131) | def _set_position(self, pos): method _get_volume (line 134) | def _get_volume(self): method _set_volume (line 139) | def _set_volume(self, volume): method _get_duration (line 144) | def _get_duration(self): method _do_eos (line 150) | def _do_eos(self): method _change_state (line 161) | def _change_state(self, state): method _redraw (line 164) | def _redraw(self, *args): method _next_frame_run (line 216) | def _next_frame_run(self): method seek (line 277) | def seek(self, percent): method stop (line 284) | def stop(self): method pause (line 287) | def pause(self): method play (line 292) | def play(self): method load (line 313) | def load(self): method unload (line 316) | def unload(self): FILE: tickeys/kivy_32/kivy/core/video/video_gi.py class _MapInfo (line 45) | class _MapInfo(Structure): function _gst_new_buffer (line 53) | def _gst_new_buffer(obj, appsink): function _on_gst_message (line 62) | def _on_gst_message(bus, message): function _on_gst_eos (line 71) | def _on_gst_eos(obj, *largs): function _on_videogi_unref (line 78) | def _on_videogi_unref(obj): class VideoGi (line 83) | class VideoGi(VideoBase): method __init__ (line 87) | def __init__(self, **kwargs): method _gst_init (line 96) | def _gst_init(self): method _update_texture (line 120) | def _update_texture(self, sample): method _update (line 156) | def _update(self, dt): method unload (line 165) | def unload(self): method load (line 170) | def load(self): method stop (line 176) | def stop(self): method pause (line 180) | def pause(self): method play (line 184) | def play(self): method seek (line 188) | def seek(self, percent): method _get_uri (line 199) | def _get_uri(self): method _get_position (line 207) | def _get_position(self): method _get_duration (line 216) | def _get_duration(self): method _get_volume (line 225) | def _get_volume(self): method _set_volume (line 229) | def _set_volume(self, volume): function video_gi_clean (line 235) | def video_gi_clean(): FILE: tickeys/kivy_32/kivy/core/video/video_gstplayer.py function _on_gstplayer_buffer (line 32) | def _on_gstplayer_buffer(video, width, height, data): function _on_gstplayer_message (line 41) | def _on_gstplayer_message(mtype, message): class VideoGstplayer (line 50) | class VideoGstplayer(VideoBase): method __init__ (line 52) | def __init__(self, **kwargs): method _on_gst_eos_sync (line 58) | def _on_gst_eos_sync(self): method load (line 61) | def load(self): method unload (line 70) | def unload(self): method stop (line 78) | def stop(self): method pause (line 82) | def pause(self): method play (line 86) | def play(self): method seek (line 91) | def seek(self, percent): method _get_position (line 94) | def _get_position(self): method _get_duration (line 97) | def _get_duration(self): method _get_volume (line 100) | def _get_volume(self): method _set_volume (line 103) | def _set_volume(self, value): method _update (line 108) | def _update(self, dt): method _update_texture (line 117) | def _update_texture(self, buf): method _get_uri (line 131) | def _get_uri(self): FILE: tickeys/kivy_32/kivy/core/video/video_null.py class VideoNull (line 9) | class VideoNull(VideoBase): FILE: tickeys/kivy_32/kivy/core/video/video_pyglet.py class FakePygletContext (line 19) | class FakePygletContext: class VideoPyglet (line 30) | class VideoPyglet(VideoBase): method unload (line 34) | def unload(self): method load (line 39) | def load(self): method _update (line 60) | def _update(self, dt): method stop (line 72) | def stop(self): method play (line 76) | def play(self): method seek (line 80) | def seek(self, percent): method _get_position (line 86) | def _get_position(self): method _get_duration (line 90) | def _get_duration(self): method _get_volume (line 94) | def _get_volume(self): method _set_volume (line 99) | def _set_volume(self, volume): FILE: tickeys/kivy_32/kivy/core/video/video_pygst.py function _gst_new_buffer (line 50) | def _gst_new_buffer(obj, appsink): function _on_gst_message (line 58) | def _on_gst_message(bus, message): function _on_gst_eos (line 67) | def _on_gst_eos(obj, *largs): class VideoPyGst (line 74) | class VideoPyGst(VideoBase): method __init__ (line 76) | def __init__(self, **kwargs): method _gst_init (line 83) | def _gst_init(self): method _update_texture (line 109) | def _update_texture(self, buf): method _update (line 125) | def _update(self, dt): method unload (line 134) | def unload(self): method load (line 139) | def load(self): method stop (line 145) | def stop(self): method pause (line 150) | def pause(self): method play (line 155) | def play(self): method seek (line 159) | def seek(self, percent): method _get_uri (line 170) | def _get_uri(self): method _get_position (line 178) | def _get_position(self): method _get_duration (line 185) | def _get_duration(self): method _get_volume (line 191) | def _get_volume(self): method _set_volume (line 195) | def _set_volume(self, volume): FILE: tickeys/kivy_32/kivy/core/window/__init__.py class Keyboard (line 36) | class Keyboard(EventDispatcher): method __init__ (line 118) | def __init__(self, **kwargs): method on_key_down (line 133) | def on_key_down(self, keycode, text, modifiers): method on_key_up (line 136) | def on_key_up(self, keycode): method on_textinput (line 139) | def on_textinput(self, text): method release (line 142) | def release(self): method _on_window_textinput (line 149) | def _on_window_textinput(self, instance, text): method _on_window_key_down (line 152) | def _on_window_key_down(self, instance, keycode, scancode, text, method _on_window_key_up (line 160) | def _on_window_key_up(self, instance, keycode, *largs): method _on_vkeyboard_key_down (line 164) | def _on_vkeyboard_key_down(self, instance, keycode, text, modifiers): method _on_vkeyboard_key_up (line 170) | def _on_vkeyboard_key_up(self, instance, keycode, text, modifiers): method _on_vkeyboard_textinput (line 176) | def _on_vkeyboard_textinput(self, instance, text): method string_to_keycode (line 179) | def string_to_keycode(self, value): method keycode_to_string (line 186) | def keycode_to_string(self, value): class WindowBase (line 197) | class WindowBase(EventDispatcher): method _get_modifiers (line 300) | def _get_modifiers(self): method _get_size (line 307) | def _get_size(self): method _set_size (line 318) | def _set_size(self, size): method _get_clearcolor (line 336) | def _get_clearcolor(self): method _set_clearcolor (line 339) | def _set_clearcolor(self, value): method _get_width (line 367) | def _get_width(self): method _get_height (line 382) | def _get_height(self): method _get_center (line 399) | def _get_center(self): method _get_rotation (line 408) | def _get_rotation(self): method _set_rotation (line 411) | def _set_rotation(self, x): method _upd_kbd_height (line 450) | def _upd_kbd_height(self, *kargs): method _get_ios_kheight (line 453) | def _get_ios_kheight(self): method _get_android_kheight (line 456) | def _get_android_kheight(self): method _get_kheight (line 462) | def _get_kheight(self): method _set_system_size (line 479) | def _set_system_size(self, size): method _get_system_size (line 482) | def _get_system_size(self): method __self__ (line 521) | def __self__(self): method __new__ (line 539) | def __new__(cls, **kwargs): method __init__ (line 544) | def __init__(self, **kwargs): method _bind_create_window (line 633) | def _bind_create_window(self): method _unbind_create_window (line 639) | def _unbind_create_window(self): method toggle_fullscreen (line 645) | def toggle_fullscreen(self): method maximize (line 653) | def maximize(self): method minimize (line 669) | def minimize(self): method restore (line 685) | def restore(self): method hide (line 701) | def hide(self): method show (line 717) | def show(self): method close (line 733) | def close(self): method create_window (line 737) | def create_window(self, *largs): method on_flip (line 791) | def on_flip(self): method flip (line 795) | def flip(self): method _update_childsize (line 799) | def _update_childsize(self, instance, value): method add_widget (line 802) | def add_widget(self, widget, canvas=None): method remove_widget (line 816) | def remove_widget(self, widget): method clear (line 835) | def clear(self): method set_title (line 846) | def set_title(self, title): method set_icon (line 853) | def set_icon(self, filename): method to_widget (line 860) | def to_widget(self, x, y, initial=True, relative=False): method to_window (line 863) | def to_window(self, x, y, initial=True, relative=False): method _apply_transform (line 866) | def _apply_transform(self, m): method get_window_matrix (line 869) | def get_window_matrix(self, x=0, y=0): method get_root_window (line 874) | def get_root_window(self): method get_parent_window (line 877) | def get_parent_window(self): method get_parent_layout (line 880) | def get_parent_layout(self): method on_draw (line 883) | def on_draw(self): method on_motion (line 887) | def on_motion(self, etype, me): method on_touch_down (line 911) | def on_touch_down(self, touch): method on_touch_move (line 923) | def on_touch_move(self, touch): method on_touch_up (line 935) | def on_touch_up(self, touch): method on_resize (line 947) | def on_resize(self, width, height): method update_viewport (line 951) | def update_viewport(self): method update_childsize (line 996) | def update_childsize(self, childs=None): method screenshot (line 1022) | def screenshot(self, name='screenshot{:04d}.png'): method on_rotate (line 1037) | def on_rotate(self, rotation): method on_close (line 1042) | def on_close(self, *largs): method on_request_close (line 1047) | def on_request_close(self, *largs, **kwargs): method on_mouse_down (line 1060) | def on_mouse_down(self, x, y, button, modifiers): method on_mouse_move (line 1064) | def on_mouse_move(self, x, y, modifiers): method on_mouse_up (line 1068) | def on_mouse_up(self, x, y, button, modifiers): method on_joy_axis (line 1072) | def on_joy_axis(self, stickid, axisid, value): method on_joy_hat (line 1078) | def on_joy_hat(self, stickid, hatid, value): method on_joy_ball (line 1084) | def on_joy_ball(self, stickid, ballid, value): method on_joy_button_down (line 1090) | def on_joy_button_down(self, stickid, buttonid): method on_joy_button_up (line 1096) | def on_joy_button_up(self, stickid, buttonid): method on_keyboard (line 1102) | def on_keyboard(self, key, scancode=None, codepoint=None, method __exit (line 1128) | def __exit(section, name, value): method on_key_down (line 1134) | def on_key_down(self, key, scancode=None, codepoint=None, method on_key_up (line 1143) | def on_key_up(self, key, scancode=None, codepoint=None, method on_textinput (line 1153) | def on_textinput(self, text): method on_dropfile (line 1163) | def on_dropfile(self, filename): method dpi (line 1178) | def dpi(self): method configure_keyboards (line 1189) | def configure_keyboards(self): method set_vkeyboard_class (line 1250) | def set_vkeyboard_class(self, cls): method release_all_keyboards (line 1258) | def release_all_keyboards(self): method request_keyboard (line 1269) | def request_keyboard(self, callback, target, input_type='text'): method release_keyboard (line 1374) | def release_keyboard(self, target=None): FILE: tickeys/kivy_32/kivy/core/window/window_egl_rpi.py class WindowEglRpi (line 15) | class WindowEglRpi(WindowBase): method create_window (line 17) | def create_window(self): method _create_window (line 28) | def _create_window(self, w, h): method _create_egl_context (line 37) | def _create_egl_context(self, win, flags): method close (line 65) | def close(self): method flip (line 68) | def flip(self): method _mainloop (line 71) | def _mainloop(self): method mainloop (line 74) | def mainloop(self): FILE: tickeys/kivy_32/kivy/core/window/window_pygame.py class WindowPygame (line 35) | class WindowPygame(WindowBase): method create_window (line 37) | def create_window(self, *largs): method close (line 191) | def close(self): method on_title (line 195) | def on_title(self, instance, value): method set_icon (line 199) | def set_icon(self, filename): method _set_icon_standard (line 218) | def _set_icon_standard(self, filename): method _set_icon_win (line 230) | def _set_icon_win(self, filename): method screenshot (line 253) | def screenshot(self, *largs, **kwargs): method flip (line 272) | def flip(self): method toggle_fullscreen (line 277) | def toggle_fullscreen(self): method _mainloop (line 284) | def _mainloop(self): method mainloop (line 395) | def mainloop(self): method _pygame_set_mode (line 413) | def _pygame_set_mode(self, size=None): method _pygame_update_modifiers (line 421) | def _pygame_update_modifiers(self, mods=None): method request_keyboard (line 438) | def request_keyboard(self, callback, target, input_type='text'): method release_keyboard (line 445) | def release_keyboard(self, *largs): FILE: tickeys/kivy_32/kivy/core/window/window_sdl2.py class SDL2MotionEvent (line 78) | class SDL2MotionEvent(MotionEvent): method depack (line 79) | def depack(self, args): class SDL2MotionEventProvider (line 87) | class SDL2MotionEventProvider(MotionEventProvider): method update (line 92) | def update(self, dispatch_fn): class WindowSDL (line 117) | class WindowSDL(WindowBase): method __init__ (line 119) | def __init__(self, **kwargs): method create_window (line 143) | def create_window(self, *largs): method close (line 215) | def close(self): method maximize (line 219) | def maximize(self): method minimize (line 225) | def minimize(self): method restore (line 231) | def restore(self): method hide (line 237) | def hide(self): method show (line 243) | def show(self): method toggle_fullscreen (line 250) | def toggle_fullscreen(self): method set_title (line 256) | def set_title(self, title): method set_icon (line 259) | def set_icon(self, filename): method screenshot (line 262) | def screenshot(self, *largs, **kwargs): method flip (line 274) | def flip(self): method _fix_mouse_pos (line 278) | def _fix_mouse_pos(self, x, y): method _mainloop (line 289) | def _mainloop(self): method _do_resize (line 480) | def _do_resize(self, dt): method do_pause (line 485) | def do_pause(self): method mainloop (line 518) | def mainloop(self): method _update_modifiers (line 538) | def _update_modifiers(self, mods=None, key=None): method request_keyboard (line 570) | def request_keyboard(self, callback, target, input_type='text'): method release_keyboard (line 577) | def release_keyboard(self, *largs): method _check_keyboard_shown (line 583) | def _check_keyboard_shown(self, dt): FILE: tickeys/kivy_32/kivy/effects/dampedscroll.py class DampedScrollEffect (line 21) | class DampedScrollEffect(ScrollEffect): method update_velocity (line 58) | def update_velocity(self, dt): method on_value (line 93) | def on_value(self, *args): method on_overscroll (line 106) | def on_overscroll(self, *args): method apply_distance (line 109) | def apply_distance(self, distance): FILE: tickeys/kivy_32/kivy/effects/kinetic.py class KineticEffect (line 48) | class KineticEffect(EventDispatcher): method __init__ (line 106) | def __init__(self, **kwargs): method apply_distance (line 112) | def apply_distance(self, distance): method start (line 117) | def start(self, val, t=None): method update (line 132) | def update(self, val, t=None): method stop (line 144) | def stop(self, val, t=None): method cancel (line 164) | def cancel(self): method update_velocity (line 172) | def update_velocity(self, dt): FILE: tickeys/kivy_32/kivy/effects/opacityscroll.py class OpacityScrollEffect (line 16) | class OpacityScrollEffect(DampedScrollEffect): method on_overscroll (line 22) | def on_overscroll(self, *args): FILE: tickeys/kivy_32/kivy/effects/scroll.py class ScrollEffect (line 27) | class ScrollEffect(KineticEffect): method reset (line 86) | def reset(self, pos): method on_value (line 96) | def on_value(self, *args): method start (line 110) | def start(self, val, t=None): method update (line 115) | def update(self, val, t=None): method stop (line 119) | def stop(self, val, t=None): FILE: tickeys/kivy_32/kivy/ext/__init__.py function load (line 70) | def load(extname, version): function _is_valid_ext_name (line 150) | def _is_valid_ext_name(name): function unzip_extensions (line 161) | def unzip_extensions(): FILE: tickeys/kivy_32/kivy/extras/highlight.py class KivyLexer (line 11) | class KivyLexer(RegexLexer): FILE: tickeys/kivy_32/kivy/factory.py class FactoryException (line 46) | class FactoryException(Exception): class FactoryBase (line 50) | class FactoryBase(object): method __init__ (line 52) | def __init__(self): method is_template (line 56) | def is_template(self, classname): method register (line 67) | def register(self, classname, cls=None, module=None, is_template=False, method unregister (line 102) | def unregister(self, *classnames): method unregister_from_filename (line 113) | def unregister_from_filename(self, filename): method __getattr__ (line 124) | def __getattr__(self, name): FILE: tickeys/kivy_32/kivy/garden/__init__.py class GardenImporter (line 83) | class GardenImporter(object): method find_module (line 85) | def find_module(self, fullname, path): method load_module (line 89) | def load_module(self, fullname): method _load_module (line 102) | def _load_module(self, fullname, moddir): FILE: tickeys/kivy_32/kivy/geometry.py function circumcircle (line 13) | def circumcircle(a, b, c): function minimum_bounding_circle (line 51) | def minimum_bounding_circle(points): FILE: tickeys/kivy_32/kivy/gesture.py class GestureDatabase (line 46) | class GestureDatabase(object): method __init__ (line 49) | def __init__(self): method add_gesture (line 52) | def add_gesture(self, gesture): method find (line 56) | def find(self, gesture, minscore=0.9, rotation_invariant=True): method gesture_to_str (line 73) | def gesture_to_str(self, gesture): method str_to_gesture (line 81) | def str_to_gesture(self, data): class GesturePoint (line 89) | class GesturePoint: method __init__ (line 91) | def __init__(self, x, y): method scale (line 96) | def scale(self, factor): method __repr__ (line 102) | def __repr__(self): class GestureStroke (line 106) | class GestureStroke: method __init__ (line 109) | def __init__(self): method max_x (line 116) | def max_x(self): method min_x (line 122) | def min_x(self): method max_y (line 128) | def max_y(self): method min_y (line 134) | def min_y(self): method add_point (line 139) | def add_point(self, x, y): method scale_stroke (line 147) | def scale_stroke(self, scale_factor): method points_distance (line 154) | def points_distance(self, point1, point2): method stroke_length (line 163) | def stroke_length(self, point_list=None): method normalize_stroke (line 177) | def normalize_stroke(self, sample_points=32): method center_stroke (line 223) | def center_stroke(self, offset_x, offset_y): class Gesture (line 230) | class Gesture: method __init__ (line 241) | def __init__(self, tolerance=None): method _scale_gesture (line 255) | def _scale_gesture(self): method _center_gesture (line 275) | def _center_gesture(self): method add_stroke (line 298) | def add_stroke(self, point_list=None): method normalize (line 320) | def normalize(self, stroke_samples=32): method get_rigid_rotation (line 331) | def get_rigid_rotation(self, dstpts): method dot_product (line 347) | def dot_product(self, comparison_gesture): method rotate (line 363) | def rotate(self, angle): method get_score (line 374) | def get_score(self, comparison_gesture, rotation_invariant=True): method __eq__ (line 393) | def __eq__(self, comparison_gesture): method __ne__ (line 407) | def __ne__(self, comparison_gesture): method __lt__ (line 414) | def __lt__(self, comparison_gesture): method __gt__ (line 417) | def __gt__(self, comparison_gesture): method __le__ (line 420) | def __le__(self, comparison_gesture): method __ge__ (line 423) | def __ge__(self, comparison_gesture): FILE: tickeys/kivy_32/kivy/input/factory.py class MotionEventFactory (line 11) | class MotionEventFactory: method register (line 22) | def register(name, classname): method list (line 27) | def list(): method get (line 32) | def get(name): FILE: tickeys/kivy_32/kivy/input/motionevent.py class EnhancedDictionary (line 95) | class EnhancedDictionary(dict): method __getattr__ (line 97) | def __getattr__(self, attr): method __setattr__ (line 103) | def __setattr__(self, attr, value): class MotionEventMetaclass (line 107) | class MotionEventMetaclass(type): method __new__ (line 109) | def __new__(mcs, name, bases, attrs): class MotionEvent (line 124) | class MotionEvent(MotionEventBase): method __init__ (line 159) | def __init__(self, device, id, args): method depack (line 288) | def depack(self, args): method grab (line 300) | def grab(self, class_instance, exclusive=False): method ungrab (line 331) | def ungrab(self, class_instance): method move (line 340) | def move(self, args): method scale_for_screen (line 352) | def scale_for_screen(self, w, h, p=None, rotation=0, method push (line 395) | def push(self, attrs=None): method pop (line 403) | def pop(self): method apply_transform_2d (line 410) | def apply_transform_2d(self, transform): method copy_to (line 420) | def copy_to(self, to): method distance (line 425) | def distance(self, other_touch): method update_time_end (line 430) | def update_time_end(self): method dpos (line 435) | def dpos(self): method opos (line 441) | def opos(self): method ppos (line 447) | def ppos(self): method spos (line 453) | def spos(self): method __str__ (line 458) | def __str__(self): method __repr__ (line 463) | def __repr__(self): method is_mouse_scrolling (line 477) | def is_mouse_scrolling(self, *args): FILE: tickeys/kivy_32/kivy/input/postproc/calibration.py class InputPostprocCalibration (line 37) | class InputPostprocCalibration(object): method __init__ (line 57) | def __init__(self): method process (line 77) | def process(self, events): FILE: tickeys/kivy_32/kivy/input/postproc/dejitter.py class InputPostprocDejitter (line 20) | class InputPostprocDejitter(object): method __init__ (line 38) | def __init__(self): method taxicab_distance (line 44) | def taxicab_distance(self, p, q): method process (line 48) | def process(self, events): FILE: tickeys/kivy_32/kivy/input/postproc/doubletap.py class InputPostprocDoubleTap (line 15) | class InputPostprocDoubleTap(object): method __init__ (line 28) | def __init__(self): method find_double_tap (line 35) | def find_double_tap(self, ref): method process (line 69) | def process(self, events): FILE: tickeys/kivy_32/kivy/input/postproc/ignorelist.py class InputPostprocIgnoreList (line 14) | class InputPostprocIgnoreList(object): method __init__ (line 26) | def __init__(self): method collide_ignore (line 29) | def collide_ignore(self, touch): method process (line 36) | def process(self, events): FILE: tickeys/kivy_32/kivy/input/postproc/retaintouch.py class InputPostprocRetainTouch (line 15) | class InputPostprocRetainTouch(object): method __init__ (line 30) | def __init__(self): method process (line 36) | def process(self, events): FILE: tickeys/kivy_32/kivy/input/postproc/tripletap.py class InputPostprocTripleTap (line 18) | class InputPostprocTripleTap(object): method __init__ (line 31) | def __init__(self): method find_triple_tap (line 38) | def find_triple_tap(self, ref): method process (line 74) | def process(self, events): FILE: tickeys/kivy_32/kivy/input/provider.py class MotionEventProvider (line 15) | class MotionEventProvider(object): method __init__ (line 19) | def __init__(self, device, args): method start (line 24) | def start(self): method stop (line 31) | def stop(self): method update (line 36) | def update(self, dispatch_fn): FILE: tickeys/kivy_32/kivy/input/providers/androidjoystick.py class AndroidMotionEvent (line 30) | class AndroidMotionEvent(MotionEvent): method depack (line 32) | def depack(self, args): class AndroidMotionEventProvider (line 42) | class AndroidMotionEventProvider(MotionEventProvider): method __init__ (line 44) | def __init__(self, device, args): method create_joystick (line 51) | def create_joystick(self, index): method start (line 61) | def start(self): method stop (line 67) | def stop(self): method update (line 70) | def update(self, dispatch_fn): FILE: tickeys/kivy_32/kivy/input/providers/hidinput.py class HIDMotionEvent (line 56) | class HIDMotionEvent(MotionEvent): method depack (line 58) | def depack(self, args): method __str__ (line 73) | def __str__(self): class HIDInputMotionEventProvider (line 310) | class HIDInputMotionEventProvider(MotionEventProvider): method __init__ (line 317) | def __init__(self, device, args): method start (line 378) | def start(self): method _thread_run (line 393) | def _thread_run(self, **kwargs): method update (line 703) | def update(self, dispatch_fn): FILE: tickeys/kivy_32/kivy/input/providers/leapfinger.py function normalize (line 20) | def normalize(value, a, b): class LeapFingerEvent (line 24) | class LeapFingerEvent(MotionEvent): method depack (line 26) | def depack(self, args): class LeapFingerEventProvider (line 39) | class LeapFingerEventProvider(MotionEventProvider): method start (line 43) | def start(self): method update (line 73) | def update(self, dispatch_fn): method process_frame (line 83) | def process_frame(self, frame): FILE: tickeys/kivy_32/kivy/input/providers/linuxwacom.py class LinuxWacomMotionEvent (line 35) | class LinuxWacomMotionEvent(MotionEvent): method depack (line 37) | def depack(self, args): method __str__ (line 52) | def __str__(self): class LinuxWacomMotionEventProvider (line 131) | class LinuxWacomMotionEventProvider(MotionEventProvider): method __init__ (line 138) | def __init__(self, device, args): method start (line 191) | def start(self): method _thread_run (line 206) | def _thread_run(self, **kwargs): method update (line 382) | def update(self, dispatch_fn): FILE: tickeys/kivy_32/kivy/input/providers/mactouch.py class MTPoint (line 38) | class MTPoint(ctypes.Structure): class MTVector (line 42) | class MTVector(ctypes.Structure): class MTData (line 46) | class MTData(ctypes.Structure): class MacMotionEvent (line 91) | class MacMotionEvent(MotionEvent): method depack (line 96) | def depack(self, args): method __str__ (line 105) | def __str__(self): class MacMotionEventProvider (line 112) | class MacMotionEventProvider(MotionEventProvider): method __init__ (line 114) | def __init__(self, *largs, **kwargs): method start (line 121) | def start(self): method update (line 143) | def update(self, dispatch_fn): method stop (line 152) | def stop(self): method _mts_callback (line 157) | def _mts_callback(device, data_ptr, n_fingers, timestamp, frame): FILE: tickeys/kivy_32/kivy/input/providers/mouse.py class MouseMotionEvent (line 76) | class MouseMotionEvent(MotionEvent): method depack (line 78) | def depack(self, args): method update_graphics (line 95) | def update_graphics(self, win, create=False): method clear_graphics (line 115) | def clear_graphics(self, win): class MouseMotionEventProvider (line 122) | class MouseMotionEventProvider(MotionEventProvider): method __init__ (line 125) | def __init__(self, device, args): method start (line 151) | def start(self): method stop (line 160) | def stop(self): method test_activity (line 169) | def test_activity(self): method find_touch (line 184) | def find_touch(self, x, y): method create_touch (line 191) | def create_touch(self, rx, ry, is_double_tap, do_graphics, button): method remove_touch (line 206) | def remove_touch(self, cur): method on_mouse_motion (line 214) | def on_mouse_motion(self, win, x, y, modifiers): method on_mouse_press (line 229) | def on_mouse_press(self, win, x, y, button, modifiers): method on_mouse_release (line 248) | def on_mouse_release(self, win, x, y, button, modifiers): method update (line 267) | def update(self, dispatch_fn): FILE: tickeys/kivy_32/kivy/input/providers/mtdev.py class MTDMotionEvent (line 45) | class MTDMotionEvent(MotionEvent): method depack (line 47) | def depack(self, args): method __str__ (line 62) | def __str__(self): class MTDMotionEventProvider (line 85) | class MTDMotionEventProvider(MotionEventProvider): method __init__ (line 94) | def __init__(self, device, args): method start (line 141) | def start(self): method _thread_run (line 156) | def _thread_run(self, **kwargs): method update (line 305) | def update(self, dispatch_fn): FILE: tickeys/kivy_32/kivy/input/providers/probesysfs.py class Input (line 62) | class Input(object): method __init__ (line 64) | def __init__(self, path): method device (line 68) | def device(self): method name (line 73) | def name(self): method get_capabilities (line 77) | def get_capabilities(self): method has_capability (line 90) | def has_capability(self, capability): function getconf (line 94) | def getconf(var): function get_inputs (line 98) | def get_inputs(path): function read_line (line 105) | def read_line(path): class ProbeSysfsHardwareProbe (line 112) | class ProbeSysfsHardwareProbe(MotionEventProvider): method __new__ (line 114) | def __new__(self, device, args): method __init__ (line 120) | def __init__(self, device, args): method probe (line 157) | def probe(self): FILE: tickeys/kivy_32/kivy/input/providers/tuio.py class TuioMotionEventProvider (line 51) | class TuioMotionEventProvider(MotionEventProvider): method __init__ (line 91) | def __init__(self, device, args): method register (line 115) | def register(oscpath, classname): method unregister (line 120) | def unregister(oscpath, classname): method create (line 126) | def create(oscpath, **kwargs): method start (line 132) | def start(self): method stop (line 139) | def stop(self): method update (line 143) | def update(self, dispatch_fn): method _osc_tuio_cb (line 158) | def _osc_tuio_cb(self, *incoming): method _update (line 163) | def _update(self, dispatch_fn, value): class TuioMotionEvent (line 202) | class TuioMotionEvent(MotionEvent): method __init__ (line 219) | def __init__(self, device, id, args): class Tuio2dCurMotionEvent (line 242) | class Tuio2dCurMotionEvent(TuioMotionEvent): method __init__ (line 245) | def __init__(self, device, id, args): method depack (line 248) | def depack(self, args): class Tuio2dObjMotionEvent (line 271) | class Tuio2dObjMotionEvent(TuioMotionEvent): method __init__ (line 275) | def __init__(self, device, id, args): method depack (line 278) | def depack(self, args): class Tuio2dBlbMotionEvent (line 303) | class Tuio2dBlbMotionEvent(TuioMotionEvent): method __init__ (line 310) | def __init__(self, device, id, args): method depack (line 313) | def depack(self, args): FILE: tickeys/kivy_32/kivy/input/providers/wm_pen.py class WM_Pen (line 17) | class WM_Pen(MotionEvent): method depack (line 20) | def depack(self, args): method __str__ (line 25) | def __str__(self): class RECT (line 44) | class RECT(Structure): class WM_PenProvider (line 76) | class WM_PenProvider(MotionEventProvider): method _is_pen_message (line 78) | def _is_pen_message(self, msg): method _pen_handler (line 85) | def _pen_handler(self, msg, wParam, lParam): method _pen_wndProc (line 105) | def _pen_wndProc(self, hwnd, msg, wParam, lParam): method start (line 115) | def start(self): method update (line 129) | def update(self, dispatch_fn): method stop (line 147) | def stop(self): FILE: tickeys/kivy_32/kivy/input/providers/wm_touch.py class WM_MotionEvent (line 19) | class WM_MotionEvent(MotionEvent): method depack (line 25) | def depack(self, args): method __str__ (line 36) | def __str__(self): class TOUCHINPUT (line 60) | class TOUCHINPUT(Structure): method size (line 73) | def size(self): method screen_x (line 76) | def screen_x(self): method screen_y (line 79) | def screen_y(self): method _event_type (line 82) | def _event_type(self): class RECT (line 91) | class RECT(Structure): class WM_MotionEventProvider (line 133) | class WM_MotionEventProvider(MotionEventProvider): method start (line 135) | def start(self): method update (line 152) | def update(self, dispatch_fn): method stop (line 186) | def stop(self): method _touch_wndProc (line 193) | def _touch_wndProc(self, hwnd, msg, wParam, lParam): method _touch_handler (line 211) | def _touch_handler(self, msg, wParam, lParam): method _mouse_handler (line 223) | def _mouse_handler(self, msg, wparam, lParam): FILE: tickeys/kivy_32/kivy/input/recorder.py class RecorderMotionEvent (line 105) | class RecorderMotionEvent(MotionEvent): method depack (line 107) | def depack(self, args): class Recorder (line 113) | class Recorder(EventDispatcher): method __init__ (line 171) | def __init__(self, **kwargs): method on_motion (line 183) | def on_motion(self, window, etype, motionevent): method on_keyboard (line 196) | def on_keyboard(self, etype, window, key, *args, **kwargs): method release (line 208) | def release(self): method on_record (line 214) | def on_record(self, instance, value): method stop (line 228) | def stop(self): method start (line 231) | def start(self): method on_play (line 234) | def on_play(self, instance, value): method update (line 265) | def update(self, dispatch_fn): function start (line 316) | def start(win, ctx): function stop (line 320) | def stop(win, ctx): FILE: tickeys/kivy_32/kivy/input/shape.py class Shape (line 11) | class Shape(object): class ShapeRect (line 16) | class ShapeRect(Shape): method __init__ (line 20) | def __init__(self): FILE: tickeys/kivy_32/kivy/interactive.py function safeWait (line 165) | def safeWait(dt): function unwrap (line 171) | def unwrap(ob): class SafeMembrane (line 177) | class SafeMembrane(object): method __init__ (line 190) | def __init__(self, ob, *args, **kwargs): method safeIn (line 195) | def safeIn(self): method safeOut (line 201) | def safeOut(self): method isMethod (line 205) | def isMethod(self, fn): method __repr__ (line 213) | def __repr__(self): method __call__ (line 216) | def __call__(self, *args, **kw): method __getattribute__ (line 226) | def __getattribute__(self, attr, oga=object.__getattribute__): method __getattr__ (line 234) | def __getattr__(self, attr, oga=object.__getattribute__): method __setattr__ (line 238) | def __setattr__(self, attr, val, osa=object.__setattr__): method __delattr__ (line 248) | def __delattr__(self, attr, oda=object.__delattr__): method __bool__ (line 253) | def __bool__(self): method __getitem__ (line 256) | def __getitem__(self, arg): method __setitem__ (line 259) | def __setitem__(self, arg, val): method __delitem__ (line 265) | def __delitem__(self, arg): method __getslice__ (line 270) | def __getslice__(self, i, j): method __setslice__ (line 273) | def __setslice__(self, i, j, val): method __delslice__ (line 279) | def __delslice__(self, i, j): method __enter__ (line 284) | def __enter__(self, *args, **kwargs): method __exit__ (line 288) | def __exit__(self, *args, **kwargs): class InteractiveLauncher (line 293) | class InteractiveLauncher(SafeMembrane): method __init__ (line 301) | def __init__(self, app=None, *args, **kwargs): method run (line 316) | def run(self): method stop (line 322) | def stop(self): method __repr__ (line 327) | def __repr__(self): FILE: tickeys/kivy_32/kivy/lang.py class ProxyApp (line 835) | class ProxyApp(object): method __init__ (line 841) | def __init__(self): method _ensure_app (line 845) | def _ensure_app(self): method __getattribute__ (line 856) | def __getattribute__(self, name): method __delattr__ (line 860) | def __delattr__(self, name): method __setattr__ (line 864) | def __setattr__(self, name, value): method __bool__ (line 868) | def __bool__(self): method __str__ (line 872) | def __str__(self): method __repr__ (line 876) | def __repr__(self): class ParserException (line 897) | class ParserException(Exception): method __init__ (line 901) | def __init__(self, context, line, message, cause=None): class BuilderException (line 924) | class BuilderException(ParserException): class ParserRuleProperty (line 930) | class ParserRuleProperty(object): method __init__ (line 937) | def __init__(self, ctx, line, name, value): method precompile (line 956) | def precompile(self): method __repr__ (line 998) | def __repr__(self): class ParserRule (line 1005) | class ParserRule(object): method __init__ (line 1013) | def __init__(self, ctx, line, name, level): method precompile (line 1047) | def precompile(self): method create_missing (line 1061) | def create_missing(self, widget): method _forbid_selectors (line 1075) | def _forbid_selectors(self): method _detect_selectors (line 1082) | def _detect_selectors(self): method _build_rule (line 1095) | def _build_rule(self): method _build_template (line 1141) | def _build_template(self): method __repr__ (line 1155) | def __repr__(self): class Parser (line 1159) | class Parser(object): method __init__ (line 1173) | def __init__(self, **kwargs): method execute_directives (line 1187) | def execute_directives(self): method parse (line 1265) | def parse(self, content): method strip_comments (line 1299) | def strip_comments(self, lines): method parse_level (line 1314) | def parse_level(self, level, lines, spaces=0): function get_proxy (line 1456) | def get_proxy(widget): function custom_callback (line 1463) | def custom_callback(__kvlang__, idmap, *largs, **kwargs): function call_fn (line 1468) | def call_fn(args, instance, v): function delayed_call_fn (line 1480) | def delayed_call_fn(args, instance, v): function update_intermediates (line 1494) | def update_intermediates(base, keys, bound, s, fn, args, instance, value): function create_handler (line 1585) | def create_handler(iself, element, key, value, rule, idmap, delayed=False): class ParserSelector (line 1657) | class ParserSelector(object): method __init__ (line 1659) | def __init__(self, key): method match (line 1662) | def match(self, widget): method __repr__ (line 1665) | def __repr__(self): class ParserSelectorId (line 1669) | class ParserSelectorId(ParserSelector): method match (line 1671) | def match(self, widget): class ParserSelectorClass (line 1676) | class ParserSelectorClass(ParserSelector): method match (line 1678) | def match(self, widget): class ParserSelectorName (line 1682) | class ParserSelectorName(ParserSelector): method get_bases (line 1686) | def get_bases(self, cls): method match (line 1696) | def match(self, widget): class BuilderBase (line 1706) | class BuilderBase(object): method __init__ (line 1716) | def __init__(self): method load_file (line 1724) | def load_file(self, filename, **kwargs): method unload_file (line 1751) | def unload_file(self, filename): method load_string (line 1776) | def load_string(self, string, **kwargs): method template (line 1833) | def template(self, *args, **ctx): method apply (line 1863) | def apply(self, widget): method _clear_matchcache (line 1874) | def _clear_matchcache(self): method _apply_rule (line 1877) | def _apply_rule(self, widget, rule, rootrule, template_ctx=None): method match (line 2051) | def match(self, widget): method sync (line 2067) | def sync(self): method unbind_widget (line 2090) | def unbind_widget(self, uid): method _build_canvas (line 2111) | def _build_canvas(self, canvas, widget, rule, rootrule): function match_rule (line 2149) | def match_rule(fn, index, rule): function dump_builder_stats (line 2169) | def dump_builder_stats(): FILE: tickeys/kivy_32/kivy/loader.py class ProxyImage (line 56) | class ProxyImage(Image): method __init__ (line 70) | def __init__(self, arg, **kwargs): method on_load (line 75) | def on_load(self): class LoaderBase (line 79) | class LoaderBase(object): method __init__ (line 87) | def __init__(self): method __del__ (line 102) | def __del__(self): method _set_num_workers (line 108) | def _set_num_workers(self, num): method _get_num_workers (line 113) | def _get_num_workers(self): method _set_max_upload_per_frame (line 133) | def _set_max_upload_per_frame(self, num): method _get_max_upload_per_frame (line 138) | def _get_max_upload_per_frame(self): method _get_loading_image (line 160) | def _get_loading_image(self): method _set_loading_image (line 166) | def _set_loading_image(self, image): method _get_error_image (line 182) | def _get_error_image(self): method _set_error_image (line 189) | def _set_error_image(self, image): method start (line 205) | def start(self): method run (line 209) | def run(self, *largs): method stop (line 213) | def stop(self): method pause (line 217) | def pause(self): method resume (line 224) | def resume(self): method _wait_for_resume (line 234) | def _wait_for_resume(self): method _load (line 240) | def _load(self, kwargs): method _load_local (line 273) | def _load_local(self, filename, kwargs): method _load_urllib (line 279) | def _load_urllib(self, filename, kwargs): method _update (line 365) | def _update(self, *largs): method image (line 401) | def image(self, filename, load_callback=None, post_callback=None, class _Worker (line 470) | class _Worker(Thread): method __init__ (line 473) | def __init__(self, pool, tasks): method run (line 480) | def run(self): class _ThreadPool (line 489) | class _ThreadPool(object): method __init__ (line 492) | def __init__(self, num_threads): method add_task (line 499) | def add_task(self, func, *args, **kargs): method stop (line 504) | def stop(self): class LoaderThreadPool (line 508) | class LoaderThreadPool(LoaderBase): method __init__ (line 509) | def __init__(self): method start (line 513) | def start(self): method stop (line 518) | def stop(self): method run (line 523) | def run(self, *largs): FILE: tickeys/kivy_32/kivy/logger.py function formatter_message (line 78) | def formatter_message(message, use_color=True): class FileHandler (line 104) | class FileHandler(logging.Handler): method purge_logs (line 109) | def purge_logs(self, directory): method _configure (line 143) | def _configure(self, *largs, **kwargs): method _write_message (line 179) | def _write_message(self, record): method emit (line 192) | def emit(self, message): class LoggerHistory (line 221) | class LoggerHistory(logging.Handler): method emit (line 225) | def emit(self, message): class ColoredFormatter (line 229) | class ColoredFormatter(logging.Formatter): method __init__ (line 231) | def __init__(self, msg, use_color=True): method format (line 235) | def format(self, record): class ConsoleHandler (line 253) | class ConsoleHandler(logging.StreamHandler): method filter (line 255) | def filter(self, record): class LogFile (line 267) | class LogFile(object): method __init__ (line 269) | def __init__(self, channel, func): method write (line 275) | def write(self, s): method flush (line 285) | def flush(self): function logger_config_update (line 289) | def logger_config_update(section, key, value): FILE: tickeys/kivy_32/kivy/metrics.py function pt (line 109) | def pt(value): function inch (line 115) | def inch(value): function cm (line 121) | def cm(value): function mm (line 127) | def mm(value): function dp (line 133) | def dp(value): function sp (line 139) | def sp(value): class MetricsBase (line 145) | class MetricsBase(object): method dpi (line 151) | def dpi(self): method dpi_rounded (line 173) | def dpi_rounded(self): method density (line 187) | def density(self): method fontscale (line 211) | def fontscale(self): FILE: tickeys/kivy_32/kivy/modules/__init__.py class ModuleContext (line 102) | class ModuleContext: method __init__ (line 108) | def __init__(self): method __repr__ (line 111) | def __repr__(self): class ModuleBase (line 115) | class ModuleBase: method __init__ (line 119) | def __init__(self, **kwargs): method add_path (line 123) | def add_path(self, path): method list (line 140) | def list(self): method import_module (line 144) | def import_module(self, name): method activate_module (line 167) | def activate_module(self, name, win): method deactivate_module (line 188) | def deactivate_module(self, name, win): method register_window (line 201) | def register_window(self, win): method unregister_window (line 207) | def unregister_window(self, win): method update (line 213) | def update(self): method configure (line 228) | def configure(self): method _configure_module (line 238) | def _configure_module(self, name): method usage_list (line 266) | def usage_list(self): FILE: tickeys/kivy_32/kivy/modules/_webdebugger.py class MissingOrderedDict (line 20) | class MissingOrderedDict(OrderedDict): method __missing__ (line 22) | def __missing__(self, key): function index (line 32) | def index(): function metrics_json (line 37) | def metrics_json(): function getfile (line 44) | def getfile(name): class FlaskThread (line 55) | class FlaskThread(threading.Thread): method run (line 57) | def run(self): method dump_metrics (line 61) | def dump_metrics(self, dt): function start (line 76) | def start(win, ctx): function stop (line 82) | def stop(win, ctx): FILE: tickeys/kivy_32/kivy/modules/inspector.py class TreeViewProperty (line 177) | class TreeViewProperty(BoxLayout, TreeViewNode): method _get_widget (line 181) | def _get_widget(self): class Inspector (line 199) | class Inspector(FloatLayout): method __init__ (line 217) | def __init__(self, **kwargs): method on_touch_down (line 231) | def on_touch_down(self, touch): method on_touch_move (line 242) | def on_touch_move(self, touch): method on_touch_up (line 249) | def on_touch_up(self, touch): method on_window_children (line 255) | def on_window_children(self, win, children): method highlight_at (line 263) | def highlight_at(self, x, y): method highlight_widget (line 280) | def highlight_widget(self, widget, info=True, *largs): method update_widget_graphics (line 288) | def update_widget_graphics(self, *l): method toggle_position (line 320) | def toggle_position(self, button): method pick (line 347) | def pick(self, widget, x, y): method on_activated (line 360) | def on_activated(self, instance, activated): method animation_close (line 380) | def animation_close(self, instance, value): method show_widget_info (line 391) | def show_widget_info(self): method update_node_content (line 429) | def update_node_content(self, node, *l): method keyboard_shortcut (line 436) | def keyboard_shortcut(self, win, scancode, *largs): method show_property (line 451) | def show_property(self, instance, value, key=None, index=-1, *l): method save_property_numeric (line 536) | def save_property_numeric(self, widget, key, index, instance, value): method save_property_text (line 545) | def save_property_text(self, widget, key, index, instance, value): method save_property_boolean (line 554) | def save_property_boolean(self, widget, key, index, instance, ): method save_property_option (line 564) | def save_property_option(self, widget, key, instance, *l): function create_inspector (line 571) | def create_inspector(win, ctx, *l): function start (line 590) | def start(win, ctx): function stop (line 594) | def stop(win, ctx): FILE: tickeys/kivy_32/kivy/modules/keybinding.py function _on_keyboard_handler (line 46) | def _on_keyboard_handler(instance, key, scancode, codepoint, modifiers): function start (line 59) | def start(win, ctx): function stop (line 63) | def stop(win, ctx): FILE: tickeys/kivy_32/kivy/modules/monitor.py function update_fps (line 29) | def update_fps(ctx, *largs): function update_stats (line 35) | def update_stats(ctx, *largs): class StatsInput (line 44) | class StatsInput(object): method process (line 46) | def process(self, events): function start (line 54) | def start(win, ctx): function stop (line 79) | def stop(win, ctx): FILE: tickeys/kivy_32/kivy/modules/recorder.py function replay (line 46) | def replay(recorder, *args): function on_recorder_key (line 53) | def on_recorder_key(recorder, window, key, *largs): function start (line 72) | def start(win, ctx): function stop (line 95) | def stop(win, ctx): FILE: tickeys/kivy_32/kivy/modules/screen.py function start (line 59) | def start(win, ctx): function stop (line 63) | def stop(win, ctx): function apply_device (line 67) | def apply_device(device, scale, orientation): function usage (line 89) | def usage(device=None): function configure (line 112) | def configure(ctx): FILE: tickeys/kivy_32/kivy/modules/touchring.py function _touch_down (line 57) | def _touch_down(win, touch): function _touch_move (line 75) | def _touch_move(win, touch): function _touch_up (line 82) | def _touch_up(win, touch): function _mouse_move (line 93) | def _mouse_move(win, pos, *args): function start (line 112) | def start(win, ctx): function stop (line 141) | def stop(win, ctx): FILE: tickeys/kivy_32/kivy/multistroke.py class MultistrokeError (line 149) | class MultistrokeError(Exception): class Recognizer (line 157) | class Recognizer(EventDispatcher): method __init__ (line 180) | def __init__(self, **kwargs): method filter (line 185) | def filter(self, **kwargs): method add_gesture (line 350) | def add_gesture(self, name, strokes, **kwargs): method parse_gesture (line 364) | def parse_gesture(self, data): method export_gesture (line 382) | def export_gesture(self, filename=None, **kwargs): method import_gesture (line 420) | def import_gesture(self, data=None, filename=None, **kwargs): method transfer_gesture (line 437) | def transfer_gesture(self, tgt, **kwargs): method prepare_templates (line 450) | def prepare_templates(self, **kwargs): method recognize (line 468) | def recognize(self, strokes, goodscore=None, timeout=0, delay=0, **kwa... method _candidate (line 611) | def _candidate(self, strokes, **kwargs): method on_search_start (line 634) | def on_search_start(self, result): method on_search_complete (line 637) | def on_search_complete(self, result): class ProgressTracker (line 645) | class ProgressTracker(EventDispatcher): method __init__ (line 708) | def __init__(self, candidate, tasks, **kwargs): method progress (line 727) | def progress(self): method best (line 735) | def best(self): method stop (line 750) | def stop(self): method _add_result (line 755) | def _add_result(self, gesture, dist, tpl, res): method on_complete (line 781) | def on_complete(self): method on_progress (line 784) | def on_progress(self): method on_result (line 787) | def on_result(self, result): class MultistrokeGesture (line 795) | class MultistrokeGesture(object): method __init__ (line 853) | def __init__(self, name, strokes=None, **kwargs): method angle_similarity_threshold (line 872) | def angle_similarity_threshold(self): method add_stroke (line 875) | def add_stroke(self, stroke, permute=False): method get_distance (line 882) | def get_distance(self, cand, tpl, numpoints=None): method match_candidate (line 920) | def match_candidate(self, cand, **kwargs): method permute (line 987) | def permute(self): method _heap_permute (line 1029) | def _heap_permute(self, n): method _make_unistrokes (line 1047) | def _make_unistrokes(self): class UnistrokeTemplate (line 1073) | class UnistrokeTemplate(object): method __init__ (line 1098) | def __init__(self, name, points=None, **kwargs): method add_point (line 1109) | def add_point(self, p): method _get_db_key (line 1117) | def _get_db_key(self, key, numpoints=None): method get_start_unit_vector (line 1123) | def get_start_unit_vector(self, numpoints=None): method get_vector (line 1126) | def get_vector(self, numpoints=None): method get_points (line 1129) | def get_points(self, numpoints=None): method prepare (line 1132) | def prepare(self, numpoints=None): class Candidate (line 1169) | class Candidate(object): method __init__ (line 1192) | def __init__(self, strokes=None, numpoints=16, **kwargs): method add_stroke (line 1203) | def add_stroke(self, stroke): method _get_db_key (line 1210) | def _get_db_key(self, key, numpoints, orientation_sens): method get_start_unit_vector (line 1218) | def get_start_unit_vector(self, numpoints, orientation_sens): method get_protractor_vector (line 1226) | def get_protractor_vector(self, numpoints, orientation_sens): method get_angle_similarity (line 1231) | def get_angle_similarity(self, tpl, **kwargs): method prepare (line 1250) | def prepare(self, numpoints=None): function resample (line 1288) | def resample(points, n): function indicative_angle (line 1329) | def indicative_angle(points): function rotate_by (line 1334) | def rotate_by(points, radians): function scale_dim (line 1350) | def scale_dim(points, size, oneDratio): function translate_to (line 1377) | def translate_to(points, pt): function vectorize (line 1389) | def vectorize(points, use_bounded_rotation_invariance): function centroid (line 1420) | def centroid(points): function bounding_box (line 1435) | def bounding_box(points): function path_length (line 1454) | def path_length(points): function distance (line 1461) | def distance(p1, p2): function start_unit_vector (line 1467) | def start_unit_vector(points, index): FILE: tickeys/kivy_32/kivy/network/urlrequest.py class UrlRequest (line 93) | class UrlRequest(Thread): method __init__ (line 152) | def __init__(self, url, on_success=None, on_redirect=None, method run (line 193) | def run(self): method _fetch_url (line 220) | def _fetch_url(self, url, body, headers, q): method get_connection_for_scheme (line 329) | def get_connection_for_scheme(self, scheme): method decode_result (line 343) | def decode_result(self, result, resp): method _dispatch_result (line 360) | def _dispatch_result(self, dt): method is_finished (line 436) | def is_finished(self): method result (line 443) | def result(self): method resp_headers (line 450) | def resp_headers(self): method resp_status (line 457) | def resp_status(self): method error (line 464) | def error(self): method chunk_size (line 471) | def chunk_size(self): method wait (line 477) | def wait(self, delay=0.5): function on_success (line 497) | def on_success(req, result): function on_error (line 501) | def on_error(req, error): FILE: tickeys/kivy_32/kivy/parser.py class ColorException (line 17) | class ColorException(Exception): function parse_filename (line 21) | def parse_filename(filename): function color_error (line 32) | def color_error(text): function parse_color (line 38) | def parse_color(text): function parse_bool (line 91) | def parse_bool(text): function parse_string (line 101) | def parse_string(text): function parse_int2 (line 108) | def parse_int2(text): function parse_float4 (line 126) | def parse_float4(text): FILE: tickeys/kivy_32/kivy/resources.py function resource_find (line 25) | def resource_find(filename): function resource_add_path (line 42) | def resource_add_path(path): function resource_remove_path (line 51) | def resource_remove_path(path): FILE: tickeys/kivy_32/kivy/storage/__init__.py class AbstractStore (line 127) | class AbstractStore(EventDispatcher): method __init__ (line 131) | def __init__(self, **kwargs): method exists (line 135) | def exists(self, key): method async_exists (line 140) | def async_exists(self, callback, key): method get (line 154) | def get(self, key): method async_get (line 160) | def async_get(self, callback, key): method put (line 173) | def put(self, key, **values): method async_put (line 182) | def async_put(self, callback, key, **values): method delete (line 197) | def delete(self, key): method async_delete (line 205) | def async_delete(self, callback, key): method find (line 220) | def find(self, **filters): method async_find (line 238) | def async_find(self, callback, **filters): method keys (line 256) | def keys(self): method async_keys (line 261) | def async_keys(self, callback): method count (line 266) | def count(self): method async_count (line 271) | def async_count(self, callback): method clear (line 276) | def clear(self): method async_clear (line 281) | def async_clear(self, callback): method __setitem__ (line 290) | def __setitem__(self, key, values): method __getitem__ (line 295) | def __getitem__(self, key): method __delitem__ (line 298) | def __delitem__(self, key): method __contains__ (line 301) | def __contains__(self, key): method __len__ (line 304) | def __len__(self): method __iter__ (line 307) | def __iter__(self): method store_load (line 315) | def store_load(self): method store_sync (line 318) | def store_sync(self): method store_get (line 321) | def store_get(self, key): method store_put (line 324) | def store_put(self, key, value): method store_exists (line 327) | def store_exists(self, key): method store_delete (line 330) | def store_delete(self, key): method store_find (line 333) | def store_find(self, filters): method store_keys (line 336) | def store_keys(self): method store_count (line 339) | def store_count(self): method store_clear (line 342) | def store_clear(self): method store_get_async (line 346) | def store_get_async(self, key, callback): method store_put_async (line 353) | def store_put_async(self, key, value, callback): method store_exists_async (line 360) | def store_exists_async(self, key, callback): method store_delete_async (line 367) | def store_delete_async(self, key, callback): method store_find_async (line 374) | def store_find_async(self, filters, callback): method store_count_async (line 379) | def store_count_async(self, callback): method store_keys_async (line 386) | def store_keys_async(self, callback): method store_clear_async (line 393) | def store_clear_async(self, callback): method _schedule (line 401) | def _schedule(self, cb, **kwargs): FILE: tickeys/kivy_32/kivy/storage/dictstore.py class DictStore (line 20) | class DictStore(AbstractStore): method __init__ (line 24) | def __init__(self, filename, data=None, **kwargs): method store_load (line 35) | def store_load(self): method store_sync (line 45) | def store_sync(self): method store_exists (line 56) | def store_exists(self, key): method store_get (line 59) | def store_get(self, key): method store_put (line 62) | def store_put(self, key, value): method store_delete (line 67) | def store_delete(self, key): method store_find (line 72) | def store_find(self, filters): method store_count (line 85) | def store_count(self): method store_keys (line 88) | def store_keys(self): FILE: tickeys/kivy_32/kivy/storage/jsonstore.py class JsonStore (line 17) | class JsonStore(AbstractStore): method __init__ (line 21) | def __init__(self, filename, **kwargs): method store_load (line 27) | def store_load(self): method store_sync (line 36) | def store_sync(self): method store_exists (line 43) | def store_exists(self, key): method store_get (line 46) | def store_get(self, key): method store_put (line 49) | def store_put(self, key, value): method store_delete (line 54) | def store_delete(self, key): method store_find (line 59) | def store_find(self, filters): method store_count (line 72) | def store_count(self): method store_keys (line 75) | def store_keys(self): FILE: tickeys/kivy_32/kivy/storage/redisstore.py class RedisStore (line 40) | class RedisStore(AbstractStore): method __init__ (line 47) | def __init__(self, redis_params, **kwargs): method store_load (line 52) | def store_load(self): method store_sync (line 55) | def store_sync(self): method store_exists (line 58) | def store_exists(self, key): method store_get (line 63) | def store_get(self, key): method store_put (line 72) | def store_put(self, key, values): method store_delete (line 81) | def store_delete(self, key): method store_keys (line 87) | def store_keys(self): method store_find (line 91) | def store_find(self, filters): FILE: tickeys/kivy_32/kivy/support.py function install_gobject_iteration (line 13) | def install_gobject_iteration(): function _android_ask_redraw (line 53) | def _android_ask_redraw(*largs): function install_android (line 64) | def install_android(): function install_twisted_reactor (line 144) | def install_twisted_reactor(**kwargs): function uninstall_twisted_reactor (line 241) | def uninstall_twisted_reactor(): FILE: tickeys/kivy_32/kivy/tools/benchmark.py class FakeMotionEvent (line 36) | class FakeMotionEvent(MotionEvent): class bench_widget_creation (line 40) | class bench_widget_creation: method run (line 43) | def run(self): class bench_widget_creation_with_root (line 49) | class bench_widget_creation_with_root: method run (line 52) | def run(self): class bench_widget_draw (line 58) | class bench_widget_draw: method __init__ (line 61) | def __init__(self): method run (line 68) | def run(self): class bench_widget_dispatch (line 72) | class bench_widget_dispatch: method __init__ (line 75) | def __init__(self): method run (line 84) | def run(self): class bench_label_creation (line 91) | class bench_label_creation: method __init__ (line 94) | def __init__(self): method run (line 101) | def run(self): class bench_button_creation (line 107) | class bench_button_creation: method __init__ (line 110) | def __init__(self): method run (line 117) | def run(self): class bench_label_creation_with_tick (line 123) | class bench_label_creation_with_tick: method __init__ (line 126) | def __init__(self): method run (line 133) | def run(self): class bench_button_creation_with_tick (line 141) | class bench_button_creation_with_tick: method __init__ (line 144) | def __init__(self): method run (line 151) | def run(self): function log (line 164) | def log(s, newline=True): FILE: tickeys/kivy_32/kivy/tools/extensions/make-kivyext.py function prompt (line 119) | def prompt(name, default=None): function prompt_bool (line 130) | def prompt_bool(name, default=False): function prompt_choices (line 141) | def prompt_choices(name, choices): function guess_package (line 154) | def guess_package(name): class Extension (line 160) | class Extension(object): method __init__ (line 162) | def __init__(self, name, shortname, author, email, output_folder): method make_folder (line 169) | def make_folder(self): method create_files (line 174) | def create_files(self): function main (line 195) | def main(): FILE: tickeys/kivy_32/kivy/tools/generate-icons.py class Converter (line 17) | class Converter(object): method run (line 56) | def run(self): method convert_to (line 90) | def convert_to(self, source, icon_fn, size): method ensure_quality (line 94) | def ensure_quality(self, image, force=False): method iterate (line 111) | def iterate(self): FILE: tickeys/kivy_32/kivy/tools/packaging/factory.py class FactoryBuild (line 22) | class FactoryBuild(Command): method initialize_options (line 26) | def initialize_options(self): method finalize_options (line 29) | def finalize_options(self): method run (line 32) | def run(self): FILE: tickeys/kivy_32/kivy/tools/packaging/pyinstaller_hooks/__init__.py function install_hooks (line 7) | def install_hooks(sym, hookspath=None): FILE: tickeys/kivy_32/kivy/tools/packaging/pyinstaller_hooks/hook-kivy.py function get_modules (line 18) | def get_modules(): FILE: tickeys/kivy_32/kivy/tools/packaging/pyinstaller_hooks/rt-hook-kivy.py function getResource (line 38) | def getResource(identifier, *args, **kwargs): FILE: tickeys/kivy_32/kivy/tools/report.py function title (line 23) | def title(t): function send_report (line 34) | def send_report(dict_report): function testimport (line 131) | def testimport(libname): FILE: tickeys/kivy_32/kivy/tools/stub-gl-debug.py function replace (line 146) | def replace(s): FILE: tickeys/kivy_32/kivy/tools/texturecompress.py class Tool (line 41) | class Tool(object): method __init__ (line 42) | def __init__(self, options): method tex_fn (line 49) | def tex_fn(self): method compress (line 53) | def compress(self): method nearest_pow2 (line 56) | def nearest_pow2(self, v): method runcmd (line 66) | def runcmd(self, cmd): method write_tex (line 70) | def write_tex(self, data, fmt, image_size, texture_size, mipmap=False, method run (line 92) | def run(): class Etc1Tool (line 114) | class Etc1Tool(Tool): method __init__ (line 115) | def __init__(self, options): method locate_etc1tool (line 120) | def locate_etc1tool(self): method compress (line 139) | def compress(self): class PvrtcTool (line 166) | class PvrtcTool(Tool): method __init__ (line 167) | def __init__(self, options): method locate_texturetool (line 172) | def locate_texturetool(self): method compress (line 192) | def compress(self): FILE: tickeys/kivy_32/kivy/uix/abstractview.py class AbstractView (line 25) | class AbstractView(FloatLayout): FILE: tickeys/kivy_32/kivy/uix/accordion.py class AccordionException (line 97) | class AccordionException(Exception): class AccordionItem (line 103) | class AccordionItem(FloatLayout): method __init__ (line 256) | def __init__(self, **kwargs): method add_widget (line 265) | def add_widget(self, widget): method remove_widget (line 270) | def remove_widget(self, widget): method on_collapse (line 275) | def on_collapse(self, instance, value): method on_collapse_alpha (line 291) | def on_collapse_alpha(self, instance, value): method on_touch_down (line 294) | def on_touch_down(self, touch): method _update_title (line 305) | def _update_title(self, dt): class Accordion (line 318) | class Accordion(Widget): method __init__ (line 358) | def __init__(self, **kwargs): method add_widget (line 368) | def add_widget(self, widget, *largs): method select (line 376) | def select(self, instance): method _do_layout (line 384) | def _do_layout(self, dt): function toggle_layout (line 453) | def toggle_layout(*l): function select_2nd_item (line 459) | def select_2nd_item(*l): function update_min_space (line 467) | def update_min_space(instance, value): FILE: tickeys/kivy_32/kivy/uix/actionbar.py class ActionBarException (line 54) | class ActionBarException(Exception): class ActionItem (line 60) | class ActionItem(object): class ActionButton (line 115) | class ActionButton(Button, ActionItem): class ActionPrevious (line 139) | class ActionPrevious(ActionButton): method __init__ (line 191) | def __init__(self, **kwargs): class ActionToggleButton (line 197) | class ActionToggleButton(ActionItem, ToggleButton): class ActionCheck (line 207) | class ActionCheck(ActionItem, CheckBox): class ActionSeparator (line 213) | class ActionSeparator(ActionItem, Widget): class ActionDropDown (line 226) | class ActionDropDown(DropDown): class ActionGroup (line 232) | class ActionGroup(ActionItem, Spinner): method __init__ (line 268) | def __init__(self, **kwargs): method add_widget (line 274) | def add_widget(self, item): method show_group (line 284) | def show_group(self): method _build_dropdown (line 290) | def _build_dropdown(self, *largs): method _update_dropdown (line 298) | def _update_dropdown(self, *largs): method _toggle_dropdown (line 301) | def _toggle_dropdown(self, *largs): method clear_widgets (line 318) | def clear_widgets(self): class ActionOverflow (line 322) | class ActionOverflow(ActionGroup): method add_widget (line 334) | def add_widget(self, action_item, index=0): method show_default_items (line 350) | def show_default_items(self, parent): class ActionView (line 358) | class ActionView(BoxLayout): method __init__ (line 398) | def __init__(self, **kwargs): method on_action_previous (line 407) | def on_action_previous(self, instance, value): method add_widget (line 410) | def add_widget(self, action_item, index=0): method on_use_separator (line 435) | def on_use_separator(self, instance, value): method _clear_all (line 440) | def _clear_all(self): method _layout_all (line 448) | def _layout_all(self): method _layout_group (line 472) | def _layout_group(self): method _layout_random (line 489) | def _layout_random(self): method on_width (line 556) | def on_width(self, width, *args): class ContextualActionView (line 587) | class ContextualActionView(ActionView): class ActionBar (line 594) | class ActionBar(BoxLayout): method __init__ (line 631) | def __init__(self, **kwargs): method add_widget (line 636) | def add_widget(self, view): method on_previous (line 653) | def on_previous(self, *args): method _pop_contextual_action_view (line 656) | def _pop_contextual_action_view(self): class MainWindow (line 710) | class MainWindow(FloatLayout): FILE: tickeys/kivy_32/kivy/uix/anchorlayout.py class AnchorLayout (line 34) | class AnchorLayout(Layout): method __init__ (line 67) | def __init__(self, **kwargs): method do_layout (line 78) | def do_layout(self, *largs): FILE: tickeys/kivy_32/kivy/uix/behaviors.py class ButtonBehavior (line 55) | class ButtonBehavior(object): method __init__ (line 102) | def __init__(self, **kwargs): method _do_press (line 110) | def _do_press(self): method _do_release (line 113) | def _do_release(self, *args): method cancel_event (line 116) | def cancel_event(self, *args): method on_touch_down (line 121) | def on_touch_down(self, touch): method on_touch_move (line 138) | def on_touch_move(self, touch): method on_touch_up (line 145) | def on_touch_up(self, touch): method on_press (line 166) | def on_press(self): method on_release (line 169) | def on_release(self): method trigger_action (line 172) | def trigger_action(self, duration=0.1): class ToggleButtonBehavior (line 195) | class ToggleButtonBehavior(ButtonBehavior): method __init__ (line 222) | def __init__(self, **kwargs): method on_group (line 226) | def on_group(self, *largs): method _release_group (line 240) | def _release_group(self, current): method _do_press (line 252) | def _do_press(self): method _do_release (line 259) | def _do_release(self, *args): method _clear_groups (line 263) | def _clear_groups(wk): method get_widgets (line 272) | def get_widgets(groupname): class DragBehavior (line 297) | class DragBehavior(object): method __init__ (line 381) | def __init__(self, **kwargs): method _get_uid (line 385) | def _get_uid(self, prefix='sv'): method on_touch_down (line 388) | def on_touch_down(self, touch): method on_touch_move (line 411) | def on_touch_move(self, touch): method on_touch_up (line 435) | def on_touch_up(self, touch): method _do_touch_up (line 451) | def _do_touch_up(self, touch, *largs): method _change_touch_mode (line 463) | def _change_touch_mode(self, *largs): class FocusBehavior (line 477) | class FocusBehavior(object): method _set_keyboard (line 541) | def _set_keyboard(self, value): method _get_keyboard (line 554) | def _get_keyboard(self): method _set_on_focus_next (line 644) | def _set_on_focus_next(self, instance, value): method _set_on_focus_previous (line 690) | def _set_on_focus_previous(self, instance, value): method __init__ (line 768) | def __init__(self, **kwargs): method _on_focusable (line 779) | def _on_focusable(self, instance, value): method _on_focus (line 783) | def _on_focus(self, instance, value, *largs): method _ensure_keyboard (line 790) | def _ensure_keyboard(self): method _bind_keyboard (line 800) | def _bind_keyboard(self): method _unbind_keyboard (line 817) | def _unbind_keyboard(self): method keyboard_on_textinput (line 831) | def keyboard_on_textinput(self, window, text): method _keyboard_released (line 834) | def _keyboard_released(self): method on_touch_down (line 837) | def on_touch_down(self, touch): method _handle_post_on_touch_up (line 848) | def _handle_post_on_touch_up(touch): method _get_focus_next (line 860) | def _get_focus_next(self, focus_dir): method keyboard_on_key_down (line 889) | def keyboard_on_key_down(self, window, keycode, text, modifiers): method keyboard_on_key_up (line 917) | def keyboard_on_key_up(self, window, keycode): method show_keyboard (line 936) | def show_keyboard(self): method hide_keyboard (line 943) | def hide_keyboard(self): class CompoundSelectionBehavior (line 951) | class CompoundSelectionBehavior(object): method __init__ (line 1105) | def __init__(self, **kwargs): method select_with_touch (line 1116) | def select_with_touch(self, node, touch=None): method select_with_key_down (line 1168) | def select_with_key_down(self, keyboard, scancode, codepoint, modifiers, method select_with_key_up (line 1223) | def select_with_key_up(self, keyboard, scancode, **kwargs): method _update_counts (line 1246) | def _update_counts(self, *largs): method _reslove_last_node (line 1256) | def _reslove_last_node(self): method _select_range (line 1278) | def _select_range(self, multiselect, keep_anchor, node, idx): method clear_selection (line 1324) | def clear_selection(self): method get_selectable_nodes (line 1335) | def get_selectable_nodes(self): method goto_node (line 1370) | def goto_node(self, key, last_node, last_node_idx): method select_node (line 1424) | def select_node(self, node): method deselect_node (line 1453) | def deselect_node(self, node): FILE: tickeys/kivy_32/kivy/uix/boxlayout.py class BoxLayout (line 68) | class BoxLayout(Layout): method __init__ (line 101) | def __init__(self, **kwargs): method do_layout (line 112) | def do_layout(self, *largs): method add_widget (line 209) | def add_widget(self, widget, index=0): method remove_widget (line 214) | def remove_widget(self, widget): FILE: tickeys/kivy_32/kivy/uix/bubble.py class BubbleButton (line 75) | class BubbleButton(Button): class BubbleContent (line 86) | class BubbleContent(GridLayout): class Bubble (line 90) | class Bubble(GridLayout): method __init__ (line 175) | def __init__(self, **kwargs): method add_widget (line 191) | def add_widget(self, *l): method remove_widget (line 201) | def remove_widget(self, *l): method clear_widgets (line 211) | def clear_widgets(self, **kwargs): method on_show_arrow (line 220) | def on_show_arrow(self, instance, value): method on_parent (line 223) | def on_parent(self, instance, value): method on_pos (line 226) | def on_pos(self, instance, pos): method on_background_image (line 245) | def on_background_image(self, *l): method on_background_color (line 248) | def on_background_color(self, *l): method on_orientation (line 253) | def on_orientation(self, *l): method on_arrow_image (line 264) | def on_arrow_image(self, *l): method on_arrow_pos (line 267) | def on_arrow_pos(self, *l): method _update_arrow (line 371) | def _update_arrow(self, *dt): FILE: tickeys/kivy_32/kivy/uix/button.py class Button (line 43) | class Button(ButtonBehavior, Label): FILE: tickeys/kivy_32/kivy/uix/camera.py class Camera (line 36) | class Camera(Image): method __init__ (line 82) | def __init__(self, **kwargs): method on_tex (line 91) | def on_tex(self, *l): method _on_index (line 94) | def _on_index(self, *largs): method _camera_loaded (line 107) | def _camera_loaded(self, *largs): method on_play (line 111) | def on_play(self, instance, value): FILE: tickeys/kivy_32/kivy/uix/carousel.py class Carousel (line 52) | class Carousel(StencilView): method _get_slides_container (line 64) | def _get_slides_container(self): method _get_index (line 118) | def _get_index(self): method _set_index (line 123) | def _set_index(self, value): method _prev_slide (line 135) | def _prev_slide(self): method _curr_slide (line 164) | def _curr_slide(self): method _next_slide (line 177) | def _next_slide(self): method __init__ (line 240) | def __init__(self, **kwargs): method load_slide (line 246) | def load_slide(self, slide): method load_previous (line 264) | def load_previous(self): method load_next (line 271) | def load_next(self, mode='next'): method get_slide_container (line 289) | def get_slide_container(self, slide): method _insert_visible_slides (line 292) | def _insert_visible_slides(self, _next_slide=None, _prev_slide=None): method _position_visible_slides (line 324) | def _position_visible_slides(self, *args): method on_size (line 384) | def on_size(self, *args): method on_pos (line 390) | def on_pos(self, *args): method on_index (line 393) | def on_index(self, *args): method on_slides (line 398) | def on_slides(self, *args): method on__offset (line 404) | def on__offset(self, *args): method _start_animation (line 437) | def _start_animation(self, *args, **kwargs): method _get_uid (line 482) | def _get_uid(self, prefix='sv'): method on_touch_down (line 485) | def on_touch_down(self, touch): method on_touch_move (line 504) | def on_touch_move(self, touch): method on_touch_up (line 529) | def on_touch_up(self, touch): method _do_touch_up (line 548) | def _do_touch_up(self, touch, *largs): method _change_touch_mode (line 560) | def _change_touch_mode(self, *largs): method add_widget (line 573) | def add_widget(self, widget, index=0): method remove_widget (line 582) | def remove_widget(self, widget, *args, **kwargs): method clear_widgets (line 593) | def clear_widgets(self): class Example1 (line 602) | class Example1(App): method build (line 604) | def build(self): FILE: tickeys/kivy_32/kivy/uix/checkbox.py class CheckBox (line 38) | class CheckBox(ToggleButtonBehavior, Widget): method on_state (line 145) | def on_state(self, instance, value): method _toggle_active (line 151) | def _toggle_active(self): method on_active (line 154) | def on_active(self, instance, value): FILE: tickeys/kivy_32/kivy/uix/codeinput.py class CodeInput (line 54) | class CodeInput(TextInput): method __init__ (line 87) | def __init__(self, **kwargs): method on_style_name (line 112) | def on_style_name(self, *args): method on_style (line 115) | def on_style(self, *args): method _create_line_label (line 119) | def _create_line_label(self, text, hint=False): method _get_line_options (line 147) | def _get_line_options(self): method _get_text_width (line 154) | def _get_text_width(self, text, tab_width, _label_cached): method _get_bbcode (line 166) | def _get_bbcode(self, ntext): method _cursor_offset (line 184) | def _cursor_offset(self): method on_lexer (line 198) | def on_lexer(self, instance, value): method on_foreground_color (line 201) | def on_foreground_color(self, instance, text_color): class CodeInputTest (line 215) | class CodeInputTest(App): method build (line 216) | def build(self): FILE: tickeys/kivy_32/kivy/uix/colorpicker.py function distance (line 49) | def distance(pt1, pt2): function polar_to_rect (line 53) | def polar_to_rect(origin, r, theta): function rect_to_polar (line 57) | def rect_to_polar(origin, x, y): class ColorWheel (line 75) | class ColorWheel(Widget): method __init__ (line 134) | def __init__(self, **kwargs): method on__origin (line 141) | def on__origin(self, instance, value): method on__radius (line 144) | def on__radius(self, instance, value): method init_wheel (line 147) | def init_wheel(self, dt): method recolor_wheel (line 171) | def recolor_wheel(self): method change_alpha (line 177) | def change_alpha(self, val): method inertial_incr_sv_idx (line 181) | def inertial_incr_sv_idx(self, dt): method inertial_decr_sv_idx (line 194) | def inertial_decr_sv_idx(self, dt): method on_touch_down (line 206) | def on_touch_down(self, touch): method on_touch_move (line 224) | def on_touch_move(self, touch): method on_touch_up (line 242) | def on_touch_up(self, touch): method on__hsv (line 282) | def on__hsv(self, instance, value): method _get_touch_r (line 290) | def _get_touch_r(self, pos): class _ColorArc (line 294) | class _ColorArc(InstructionGroup): method __init__ (line 295) | def __init__(self, r_min, r_max, theta_min, theta_max, method __str__ (line 309) | def __str__(self): method get_mesh (line 314) | def get_mesh(self): method change_color (line 350) | def change_color(self, color=None, color_delta=None, sv=None, a=None): class ColorPicker (line 364) | class ColorPicker(RelativeLayout): method _get_hex (line 389) | def _get_hex(self): method _set_hex (line 392) | def _set_hex(self, value): method on_color (line 412) | def on_color(self, instance, value): method on_hsv (line 418) | def on_hsv(self, instance, value): method _trigger_update_clr (line 424) | def _trigger_update_clr(self, mode, clr_idx, text): method _update_clr (line 429) | def _update_clr(self, dt): method _update_hex (line 440) | def _update_hex(self, dt): method _trigger_update_hex (line 445) | def _trigger_update_hex(self, text): method __init__ (line 450) | def __init__(self, **kwargs): class ColorPickerApp (line 458) | class ColorPickerApp(App): method build (line 459) | def build(self): FILE: tickeys/kivy_32/kivy/uix/dropdown.py class DropDownException (line 105) | class DropDownException(Exception): class DropDown (line 111) | class DropDown(ScrollView): method __init__ (line 174) | def __init__(self, **kwargs): method on_key_down (line 191) | def on_key_down(self, instance, key, scancode, codepoint, modifiers): method on_container (line 196) | def on_container(self, instance, value): method open (line 200) | def open(self, widget): method dismiss (line 224) | def dismiss(self, *largs): method on_dismiss (line 235) | def on_dismiss(self): method select (line 238) | def select(self, data): method on_select (line 246) | def on_select(self, data): method _container_minimum_size (line 249) | def _container_minimum_size(self, instance, size): method add_widget (line 257) | def add_widget(self, *largs): method remove_widget (line 262) | def remove_widget(self, *largs): method clear_widgets (line 267) | def clear_widgets(self): method on_touch_down (line 272) | def on_touch_down(self, touch): method on_touch_up (line 282) | def on_touch_up(self, touch): method _reposition (line 290) | def _reposition(self, *largs): function show_dropdown (line 337) | def show_dropdown(button, *largs): function touch_move (line 346) | def touch_move(instance, touch): FILE: tickeys/kivy_32/kivy/uix/effectwidget.py class EffectBase (line 347) | class EffectBase(EventDispatcher): method __init__ (line 379) | def __init__(self, *args, **kwargs): method set_fbo_shader (line 385) | def set_fbo_shader(self, *args): method _load_from_source (line 397) | def _load_from_source(self, *args): class AdvancedEffectBase (line 410) | class AdvancedEffectBase(EffectBase): method __init__ (line 435) | def __init__(self, *args, **kwargs): method _update_uniforms (line 439) | def _update_uniforms(self, *args): method set_fbo_shader (line 445) | def set_fbo_shader(self, *args): class MonochromeEffect (line 450) | class MonochromeEffect(EffectBase): method __init__ (line 452) | def __init__(self, *args, **kwargs): class InvertEffect (line 457) | class InvertEffect(EffectBase): method __init__ (line 459) | def __init__(self, *args, **kwargs): class ScanlinesEffect (line 464) | class ScanlinesEffect(EffectBase): method __init__ (line 466) | def __init__(self, *args, **kwargs): class ChannelMixEffect (line 471) | class ChannelMixEffect(EffectBase): method __init__ (line 482) | def __init__(self, *args, **kwargs): method on_order (line 486) | def on_order(self, *args): method do_glsl (line 489) | def do_glsl(self): class PixelateEffect (line 494) | class PixelateEffect(EffectBase): method __init__ (line 507) | def __init__(self, *args, **kwargs): method on_pixel_size (line 511) | def on_pixel_size(self, *args): method do_glsl (line 514) | def do_glsl(self): class HorizontalBlurEffect (line 518) | class HorizontalBlurEffect(EffectBase): method __init__ (line 529) | def __init__(self, *args, **kwargs): method on_size (line 533) | def on_size(self, *args): method do_glsl (line 536) | def do_glsl(self): class VerticalBlurEffect (line 540) | class VerticalBlurEffect(EffectBase): method __init__ (line 551) | def __init__(self, *args, **kwargs): method on_size (line 555) | def on_size(self, *args): method do_glsl (line 558) | def do_glsl(self): class FXAAEffect (line 562) | class FXAAEffect(EffectBase): method __init__ (line 564) | def __init__(self, *args, **kwargs): class EffectFbo (line 569) | class EffectFbo(Fbo): method __init__ (line 573) | def __init__(self, *args, **kwargs): method set_fs (line 577) | def set_fs(self, value): class EffectWidget (line 590) | class EffectWidget(RelativeLayout): method __init__ (line 635) | def __init__(self, **kwargs): method _refresh_background_color (line 666) | def _refresh_background_color(self, *args): method _update_glsl (line 669) | def _update_glsl(self, *largs): method refresh_fbo_setup (line 681) | def refresh_fbo_setup(self, *args): method add_widget (line 731) | def add_widget(self, widget): method remove_widget (line 738) | def remove_widget(self, widget): method clear_widgets (line 745) | def clear_widgets(self, children=None): FILE: tickeys/kivy_32/kivy/uix/filechooser.py function alphanumeric_folders_first (line 75) | def alphanumeric_folders_first(files, filesystem): class FileSystemAbstract (line 80) | class FileSystemAbstract(object): method listdir (line 87) | def listdir(self, fn): method getsize (line 92) | def getsize(self, fn): method is_hidden (line 97) | def is_hidden(self, fn): method is_dir (line 102) | def is_dir(self, fn): class FileSystemLocal (line 108) | class FileSystemLocal(FileSystemAbstract): method listdir (line 114) | def listdir(self, fn): method getsize (line 117) | def getsize(self, fn): method is_hidden (line 120) | def is_hidden(self, fn): method is_dir (line 135) | def is_dir(self, fn): class FileChooserProgressBase (line 139) | class FileChooserProgressBase(FloatLayout): method cancel (line 158) | def cancel(self, *largs): method on_touch_down (line 164) | def on_touch_down(self, touch): method on_touch_move (line 169) | def on_touch_move(self, touch): method on_touch_up (line 174) | def on_touch_up(self, touch): class FileChooserProgress (line 180) | class FileChooserProgress(FileChooserProgressBase): class FileChooserLayout (line 184) | class FileChooserLayout(FloatLayout): method on_entry_added (line 202) | def on_entry_added(self, node, parent=None): method on_entries_cleared (line 205) | def on_entries_cleared(self): method on_subentry_to_entry (line 208) | def on_subentry_to_entry(self, subentry, entry): method on_remove_subentry (line 211) | def on_remove_subentry(self, subentry, entry): method on_submit (line 214) | def on_submit(self, selected, touch=None): class FileChooserListLayout (line 218) | class FileChooserListLayout(FileChooserLayout): method __init__ (line 226) | def __init__(self, **kwargs): method scroll_to_top (line 230) | def scroll_to_top(self, *args): class FileChooserIconLayout (line 234) | class FileChooserIconLayout(FileChooserLayout): method __init__ (line 243) | def __init__(self, **kwargs): method scroll_to_top (line 247) | def scroll_to_top(self, *args): class FileChooserController (line 251) | class FileChooserController(FloatLayout): method __init__ (line 453) | def __init__(self, **kwargs): method on_touch_down (line 467) | def on_touch_down(self, touch): method on_touch_up (line 475) | def on_touch_up(self, touch): method _update_item_selection (line 483) | def _update_item_selection(self, *args): method _save_previous_path (line 487) | def _save_previous_path(self, instance, value): method _trigger_update (line 491) | def _trigger_update(self, *args): method on_entry_added (line 495) | def on_entry_added(self, node, parent=None): method on_entries_cleared (line 499) | def on_entries_cleared(self): method on_subentry_to_entry (line 503) | def on_subentry_to_entry(self, subentry, entry): method on_remove_subentry (line 507) | def on_remove_subentry(self, subentry, entry): method on_submit (line 511) | def on_submit(self, selected, touch=None): method entry_touched (line 515) | def entry_touched(self, entry, touch): method entry_released (line 545) | def entry_released(self, entry, touch): method open_entry (line 564) | def open_entry(self, entry): method _apply_filters (line 579) | def _apply_filters(self, files): method get_nice_size (line 593) | def get_nice_size(self, fn): method _update_files (line 609) | def _update_files(self, *args, **kwargs): method _get_file_paths (line 629) | def _get_file_paths(self, items): method _create_files_entries (line 632) | def _create_files_entries(self, *args): method cancel (line 679) | def cancel(self, *largs): method _show_progress (line 694) | def _show_progress(self): method _hide_progress (line 704) | def _hide_progress(self): method _generate_file_entries (line 709) | def _generate_file_entries(self, *args, **kwargs): method _create_entry_widget (line 750) | def _create_entry_widget(self, ctx): method _add_files (line 755) | def _add_files(self, path, parent=None): method entry_subselect (line 794) | def entry_subselect(self, entry): method close_subselection (line 799) | def close_subselection(self, entry): class FileChooserListView (line 804) | class FileChooserListView(FileChooserController): class FileChooserIconView (line 812) | class FileChooserIconView(FileChooserController): class FileChooser (line 820) | class FileChooser(FileChooserController): method get_view_list (line 836) | def get_view_list(self): method get_view_mode (line 848) | def get_view_mode(self): method set_view_mode (line 851) | def set_view_mode(self, mode): method _views (line 865) | def _views(self): method __init__ (line 868) | def __init__(self, **kwargs): method add_widget (line 878) | def add_widget(self, widget, **kwargs): method rebuild_views (line 894) | def rebuild_views(self): method update_view (line 902) | def update_view(self, *args): method _create_entry_widget (line 918) | def _create_entry_widget(self, ctx): method _get_file_paths (line 922) | def _get_file_paths(self, items): method _update_item_selection (line 927) | def _update_item_selection(self, *args): method on_entry_added (line 933) | def on_entry_added(self, node, parent=None): method on_entries_cleared (line 939) | def on_entries_cleared(self): method on_subentry_to_entry (line 943) | def on_subentry_to_entry(self, subentry, entry): method on_remove_subentry (line 947) | def on_remove_subentry(self, subentry, entry): method on_submit (line 951) | def on_submit(self, selected, touch=None): class FileChooserApp (line 988) | class FileChooserApp(App): method build (line 990) | def build(self): FILE: tickeys/kivy_32/kivy/uix/floatlayout.py class FloatLayout (line 60) | class FloatLayout(Layout): method __init__ (line 64) | def __init__(self, **kwargs): method do_layout (line 74) | def do_layout(self, *largs, **kwargs): method add_widget (line 110) | def add_widget(self, widget, index=0): method remove_widget (line 118) | def remove_widget(self, widget): FILE: tickeys/kivy_32/kivy/uix/gesturesurface.py class GestureContainer (line 32) | class GestureContainer(EventDispatcher): method __init__ (line 100) | def __init__(self, touch, **kwargs): method get_vectors (line 129) | def get_vectors(self, **kwargs): method handles (line 149) | def handles(self, touch): method accept_stroke (line 155) | def accept_stroke(self, count=1): method update_bbox (line 161) | def update_bbox(self, touch): method add_stroke (line 177) | def add_stroke(self, touch, line): method complete_stroke (line 185) | def complete_stroke(self): method single_points_test (line 192) | def single_points_test(self): class GestureSurface (line 201) | class GestureSurface(FloatLayout): method __init__ (line 321) | def __init__(self, **kwargs): method on_touch_down (line 335) | def on_touch_down(self, touch): method on_touch_move (line 363) | def on_touch_move(self, touch): method on_touch_up (line 395) | def on_touch_up(self, touch): method init_gesture (line 414) | def init_gesture(self, touch): method init_stroke (line 440) | def init_stroke(self, g, touch): method get_gesture (line 464) | def get_gesture(self, touch): method find_colliding_gesture (line 471) | def find_colliding_gesture(self, touch): method merge_gestures (line 488) | def merge_gestures(self, g, other): method _update_canvas_bbox (line 535) | def _update_canvas_bbox(self, g): method _complete_dispatcher (line 549) | def _complete_dispatcher(self, dt): method _cleanup (line 594) | def _cleanup(self, dt): method on_gesture_start (line 608) | def on_gesture_start(self, *l): method on_gesture_extend (line 611) | def on_gesture_extend(self, *l): method on_gesture_merge (line 614) | def on_gesture_merge(self, *l): method on_gesture_complete (line 617) | def on_gesture_complete(self, *l): method on_gesture_discard (line 620) | def on_gesture_discard(self, *l): method on_gesture_cleanup (line 623) | def on_gesture_cleanup(self, *l): FILE: tickeys/kivy_32/kivy/uix/gridlayout.py function nmax (line 99) | def nmax(*args): class GridLayoutException (line 107) | class GridLayoutException(Exception): class GridLayout (line 113) | class GridLayout(Layout): method __init__ (line 246) | def __init__(self, **kwargs): method get_max_widgets (line 264) | def get_max_widgets(self): method on_children (line 273) | def on_children(self, instance, value): method update_minimum_size (line 281) | def update_minimum_size(self, *largs): method do_layout (line 364) | def do_layout(self, *largs): FILE: tickeys/kivy_32/kivy/uix/image.py class Image (line 64) | class Image(Widget): method get_image_ratio (line 96) | def get_image_ratio(self): method get_norm_image_size (line 193) | def get_norm_image_size(self): method __init__ (line 231) | def __init__(self, **kwargs): method texture_update (line 240) | def texture_update(self, *largs): method on_anim_delay (line 264) | def on_anim_delay(self, instance, value): method on_texture (line 272) | def on_texture(self, instance, value): method _on_tex_change (line 276) | def _on_tex_change(self, *largs): method reload (line 286) | def reload(self): method on_nocache (line 305) | def on_nocache(self, *args): class AsyncImage (line 311) | class AsyncImage(Image): method __init__ (line 323) | def __init__(self, **kwargs): method _load_source (line 333) | def _load_source(self, *args): method _on_source_load (line 350) | def _on_source_load(self, value): method is_uri (line 356) | def is_uri(self, filename): method _on_tex_change (line 360) | def _on_tex_change(self, *largs): method texture_update (line 364) | def texture_update(self, *largs): FILE: tickeys/kivy_32/kivy/uix/label.py class Label (line 168) | class Label(Widget): method __init__ (line 185) | def __init__(self, **kwargs): method _create_label (line 202) | def _create_label(self): method _trigger_texture_update (line 219) | def _trigger_texture_update(self, name=None, source=None, value=None): method texture_update (line 234) | def texture_update(self, *largs): method on_touch_down (line 273) | def on_touch_down(self, touch): method on_ref_press (line 290) | def on_ref_press(self, ref): FILE: tickeys/kivy_32/kivy/uix/layout.py class Layout (line 57) | class Layout(Widget): method __init__ (line 62) | def __init__(self, **kwargs): method do_layout (line 68) | def do_layout(self, *largs): method add_widget (line 77) | def add_widget(self, widget, index=0): method remove_widget (line 83) | def remove_widget(self, widget): FILE: tickeys/kivy_32/kivy/uix/listview.py class SelectableView (line 548) | class SelectableView(object): method __init__ (line 573) | def __init__(self, **kwargs): method select (line 576) | def select(self, *args): method deselect (line 582) | def deselect(self, *args): class ListItemReprMixin (line 589) | class ListItemReprMixin(Label): method __repr__ (line 591) | def __repr__(self): method __repr__ (line 596) | def __repr__(self): class ListItemButton (line 600) | class ListItemButton(ListItemReprMixin, SelectableView, Button): method __init__ (line 619) | def __init__(self, **kwargs): method select (line 625) | def select(self, *args): method deselect (line 630) | def deselect(self, *args): method select_from_composite (line 635) | def select_from_composite(self, *args): method deselect_from_composite (line 638) | def deselect_from_composite(self, *args): class ListItemLabel (line 645) | class ListItemLabel(ListItemReprMixin, SelectableView, Label): method __init__ (line 652) | def __init__(self, **kwargs): method select (line 655) | def select(self, *args): method deselect (line 660) | def deselect(self, *args): method select_from_composite (line 665) | def select_from_composite(self, *args): method deselect_from_composite (line 668) | def deselect_from_composite(self, *args): class CompositeListItem (line 672) | class CompositeListItem(SelectableView, BoxLayout): method __init__ (line 707) | def __init__(self, **kwargs): method select (line 749) | def select(self, *args): method deselect (line 752) | def deselect(self, *args): method select_from_child (line 755) | def select_from_child(self, child, *args): method deselect_from_child (line 760) | def deselect_from_child(self, child, *args): method __repr__ (line 765) | def __repr__(self): class ListView (line 787) | class ListView(AbstractView, EventDispatcher): method __init__ (line 871) | def __init__(self, **kwargs): method item_strings_changed (line 917) | def item_strings_changed(self, *args): method _scroll (line 920) | def _scroll(self, scroll_y): method _spopulate (line 947) | def _spopulate(self, *args): method _reset_spopulate (line 950) | def _reset_spopulate(self, *args): method populate (line 959) | def populate(self, istart=None, iend=None): method scroll_to (line 1016) | def scroll_to(self, index=0): method on_scroll_complete (line 1023) | def on_scroll_complete(self, *args): FILE: tickeys/kivy_32/kivy/uix/modalview.py class ModalView (line 84) | class ModalView(AnchorLayout): method __init__ (line 150) | def __init__(self, **kwargs): method _search_window (line 154) | def _search_window(self): method open (line 166) | def open(self, *largs): method _update_center (line 191) | def _update_center(self, *args): method dismiss (line 199) | def dismiss(self, *largs, **kwargs): method on_size (line 226) | def on_size(self, instance, value): method _align_center (line 229) | def _align_center(self, *l): method on_touch_down (line 237) | def on_touch_down(self, touch): method on_touch_move (line 245) | def on_touch_move(self, touch): method on_touch_up (line 249) | def on_touch_up(self, touch): method on__anim_alpha (line 253) | def on__anim_alpha(self, instance, value): method _real_remove_widget (line 257) | def _real_remove_widget(self): method on_open (line 266) | def on_open(self): method on_dismiss (line 269) | def on_dismiss(self): method _handle_keyboard (line 272) | def _handle_keyboard(self, window, key, *largs): function open_view (line 292) | def open_view(btn): FILE: tickeys/kivy_32/kivy/uix/pagelayout.py class PageLayout (line 39) | class PageLayout(Layout): method __init__ (line 66) | def __init__(self, **kwargs): method do_layout (line 77) | def do_layout(self, *largs): method on_touch_down (line 114) | def on_touch_down(self, touch): method on_touch_move (line 130) | def on_touch_move(self, touch): method on_touch_up (line 184) | def on_touch_up(self, touch): FILE: tickeys/kivy_32/kivy/uix/popup.py class PopupException (line 86) | class PopupException(Exception): class Popup (line 94) | class Popup(ModalView): method add_widget (line 178) | def add_widget(self, widget): method on_content (line 187) | def on_content(self, instance, value): method on__container (line 192) | def on__container(self, instance, value): method on_touch_down (line 198) | def on_touch_down(self, touch): FILE: tickeys/kivy_32/kivy/uix/progressbar.py class ProgressBar (line 32) | class ProgressBar(Widget): method __init__ (line 38) | def __init__(self, **kwargs): method _get_value (line 42) | def _get_value(self): method _set_value (line 45) | def _set_value(self, value): method get_norm_value (line 62) | def get_norm_value(self): method set_norm_value (line 68) | def set_norm_value(self, value): FILE: tickeys/kivy_32/kivy/uix/relativelayout.py class RelativeLayout (line 250) | class RelativeLayout(FloatLayout): method __init__ (line 254) | def __init__(self, **kw): method do_layout (line 259) | def do_layout(self, *args): method to_parent (line 262) | def to_parent(self, x, y, **k): method to_local (line 265) | def to_local(self, x, y, **k): method _apply_transform (line 268) | def _apply_transform(self, m): method on_touch_down (line 272) | def on_touch_down(self, touch): method on_touch_move (line 280) | def on_touch_move(self, touch): method on_touch_up (line 288) | def on_touch_up(self, touch): FILE: tickeys/kivy_32/kivy/uix/rst.py class role_doc (line 89) | class role_doc(nodes.Inline, nodes.TextElement): class role_video (line 92) | class role_video(nodes.General, nodes.TextElement): class VideoDirective (line 95) | class VideoDirective(Directive): method run (line 103) | def run(self): class RstVideoPlayer (line 389) | class RstVideoPlayer(VideoPlayer): class RstDocument (line 393) | class RstDocument(ScrollView): method _get_bgc (line 456) | def _get_bgc(self): method _set_bgc (line 459) | def _set_bgc(self, value): method __init__ (line 521) | def __init__(self, **kwargs): method on_source (line 528) | def on_source(self, instance, value): method on_text (line 537) | def on_text(self, instance, value): method render (line 540) | def render(self): method resolve_path (line 545) | def resolve_path(self, filename): method preload (line 553) | def preload(self, filename, encoding='utf-8', errors='strict'): method _load_from_source (line 571) | def _load_from_source(self): method _load_from_text (line 577) | def _load_from_text(self, *largs): method on_ref_press (line 599) | def on_ref_press(self, node, ref): method goto (line 602) | def goto(self, ref, *largs): method add_anchors (line 669) | def add_anchors(self, node): class RstTitle (line 673) | class RstTitle(Label): class RstParagraph (line 680) | class RstParagraph(Label): class RstTerm (line 689) | class RstTerm(AnchorLayout): class RstBlockQuote (line 696) | class RstBlockQuote(GridLayout): class RstLiteralBlock (line 700) | class RstLiteralBlock(GridLayout): class RstList (line 704) | class RstList(GridLayout): class RstListItem (line 708) | class RstListItem(GridLayout): class RstListBullet (line 712) | class RstListBullet(Label): class RstSystemMessage (line 717) | class RstSystemMessage(GridLayout): class RstWarning (line 721) | class RstWarning(GridLayout): class RstNote (line 725) | class RstNote(GridLayout): class RstImage (line 729) | class RstImage(Image): class RstAsyncImage (line 733) | class RstAsyncImage(AsyncImage): class RstDefinitionList (line 737) | class RstDefinitionList(GridLayout): class RstDefinition (line 742) | class RstDefinition(GridLayout): class RstFieldList (line 747) | class RstFieldList(GridLayout): class RstFieldName (line 751) | class RstFieldName(Label): class RstFieldBody (line 756) | class RstFieldBody(GridLayout): class RstGridLayout (line 760) | class RstGridLayout(GridLayout): class RstTable (line 764) | class RstTable(GridLayout): class RstEntry (line 768) | class RstEntry(GridLayout): class RstTransition (line 772) | class RstTransition(Widget): class RstEmptySpace (line 776) | class RstEmptySpace(Widget): class RstDefinitionSpace (line 780) | class RstDefinitionSpace(Widget): class _ToctreeVisitor (line 785) | class _ToctreeVisitor(nodes.NodeVisitor): method __init__ (line 787) | def __init__(self, *largs): method push (line 793) | def push(self, tree): method pop (line 797) | def pop(self): method dispatch_visit (line 800) | def dispatch_visit(self, node): method dispatch_departure (line 818) | def dispatch_departure(self, node): class _Visitor (line 826) | class _Visitor(nodes.NodeVisitor): method __init__ (line 828) | def __init__(self, root, *largs): method push (line 840) | def push(self, widget): method pop (line 844) | def pop(self): method dispatch_visit (line 847) | def dispatch_visit(self, node): method dispatch_departure (line 1032) | def dispatch_departure(self, node): method set_text (line 1166) | def set_text(self, node, parent): method colorize (line 1178) | def colorize(self, text, name): FILE: tickeys/kivy_32/kivy/uix/sandbox.py function sandbox (line 36) | def sandbox(f): class SandboxExceptionManager (line 45) | class SandboxExceptionManager(ExceptionManagerBase): method __init__ (line 47) | def __init__(self, sandbox): method handle_exception (line 51) | def handle_exception(self, e): class SandboxContent (line 57) | class SandboxContent(RelativeLayout): class Sandbox (line 61) | class Sandbox(FloatLayout): method __init__ (line 66) | def __init__(self, **kwargs): method __enter__ (line 83) | def __enter__(self): method __exit__ (line 86) | def __exit__(self, _type, value, traceback): method on_context_created (line 91) | def on_context_created(self): method on_exception (line 97) | def on_exception(self, exception, _traceback=None): method add_widget (line 113) | def add_widget(self, *args, **kwargs): method remove_widget (line 117) | def remove_widget(self, *args, **kwargs): method clear_widgets (line 121) | def clear_widgets(self, *args, **kwargs): method on_size (line 125) | def on_size(self, *args): method on_pos (line 130) | def on_pos(self, *args): method _clock_sandbox (line 135) | def _clock_sandbox(self, dt): method _clock_sandbox_draw (line 141) | def _clock_sandbox_draw(self, dt): method _call_draw (line 146) | def _call_draw(self, dt): class TestButton (line 153) | class TestButton(Button): method on_touch_up (line 155) | def on_touch_up(self, touch): method on_touch_down (line 159) | def on_touch_down(self, touch): FILE: tickeys/kivy_32/kivy/uix/scatter.py class Scatter (line 101) | class Scatter(Widget): method _get_do_translation (line 142) | def _get_do_translation(self): method _set_do_translation (line 145) | def _set_do_translation(self, value): method _get_bbox (line 228) | def _get_bbox(self): method _get_rotation (line 251) | def _get_rotation(self): method _set_rotation (line 257) | def _set_rotation(self, rotation): method _get_scale (line 270) | def _get_scale(self): method _set_scale (line 287) | def _set_scale(self, scale): method _get_center (line 299) | def _get_center(self): method _set_center (line 303) | def _set_center(self, center): method _get_pos (line 311) | def _get_pos(self): method _set_pos (line 314) | def _set_pos(self, pos): method _get_x (line 323) | def _get_x(self): method _set_x (line 326) | def _set_x(self, x): method _get_y (line 333) | def _get_y(self): method _set_y (line 336) | def _set_y(self, y): method get_right (line 343) | def get_right(self): method set_right (line 346) | def set_right(self, value): method get_top (line 351) | def get_top(self): method set_top (line 354) | def set_top(self, value): method get_center_x (line 359) | def get_center_x(self): method set_center_x (line 362) | def set_center_x(self, value): method get_center_y (line 366) | def get_center_y(self): method set_center_y (line 369) | def set_center_y(self, value): method __init__ (line 373) | def __init__(self, **kwargs): method on_transform (line 378) | def on_transform(self, instance, value): method collide_point (line 381) | def collide_point(self, x, y): method to_parent (line 385) | def to_parent(self, x, y, **k): method to_local (line 389) | def to_local(self, x, y, **k): method _apply_transform (line 393) | def _apply_transform(self, m): method apply_transform (line 397) | def apply_transform(self, trans, post_multiply=False, anchor=(0, 0)): method transform_with_touch (line 429) | def transform_with_touch(self, touch): method _bring_to_front (line 486) | def _bring_to_front(self, touch): method on_touch_down (line 496) | def on_touch_down(self, touch): method on_touch_move (line 538) | def on_touch_move(self, touch): method on_transform_with_touch (line 559) | def on_transform_with_touch(self, touch): method on_bring_to_front (line 573) | def on_bring_to_front(self, touch): method on_touch_up (line 585) | def on_touch_up(self, touch): class ScatterPlane (line 607) | class ScatterPlane(Scatter): method __init__ (line 612) | def __init__(self, **kwargs): method collide_point (line 616) | def collide_point(self, x, y): FILE: tickeys/kivy_32/kivy/uix/scatterlayout.py class ScatterLayout (line 56) | class ScatterLayout(Scatter): method __init__ (line 62) | def __init__(self, **kw): method update_size (line 70) | def update_size(self, instance, size): method add_widget (line 73) | def add_widget(self, *l): method remove_widget (line 76) | def remove_widget(self, *l): method clear_widgets (line 79) | def clear_widgets(self): class ScatterPlaneLayout (line 83) | class ScatterPlaneLayout(ScatterPlane): method __init__ (line 92) | def __init__(self, **kwargs): method collide_point (line 96) | def collide_point(self, x, y): FILE: tickeys/kivy_32/kivy/uix/screenmanager.py class ScreenManagerException (line 203) | class ScreenManagerException(Exception): class Screen (line 209) | class Screen(RelativeLayout): method on_pre_enter (line 277) | def on_pre_enter(self, *args): method on_enter (line 280) | def on_enter(self, *args): method on_pre_leave (line 283) | def on_pre_leave(self, *args): method on_leave (line 286) | def on_leave(self, *args): method __repr__ (line 289) | def __repr__(self): class TransitionBase (line 293) | class TransitionBase(EventDispatcher): method start (line 355) | def start(self, manager): method stop (line 378) | def stop(self): method add_screen (line 388) | def add_screen(self, screen): method remove_screen (line 393) | def remove_screen(self, screen): method on_complete (line 398) | def on_complete(self): method on_progress (line 401) | def on_progress(self, progression): method _on_progress (line 404) | def _on_progress(self, *l): method _on_complete (line 410) | def _on_complete(self, *l): class ShaderTransition (line 418) | class ShaderTransition(TransitionBase): method make_screen_fbo (line 465) | def make_screen_fbo(self, screen): method on_progress (line 478) | def on_progress(self, progress): method on_complete (line 481) | def on_complete(self): method _remove_out_canvas (line 485) | def _remove_out_canvas(self, *args): method add_screen (line 491) | def add_screen(self, screen): method remove_screen (line 521) | def remove_screen(self, screen): method stop (line 528) | def stop(self): class NoTransition (line 533) | class NoTransition(TransitionBase): method on_complete (line 542) | def on_complete(self): class SlideTransition (line 548) | class SlideTransition(TransitionBase): method on_progress (line 560) | def on_progress(self, progression): method on_complete (line 586) | def on_complete(self): class SwapTransition (line 592) | class SwapTransition(TransitionBase): method add_screen (line 597) | def add_screen(self, screen): method on_complete (line 600) | def on_complete(self): method on_progress (line 607) | def on_progress(self, progression): class WipeTransition (line 635) | class WipeTransition(ShaderTransition): class FadeTransition (line 654) | class FadeTransition(ShaderTransition): class FallOutTransition (line 673) | class FallOutTransition(ShaderTransition): class RiseInTransition (line 730) | class RiseInTransition(ShaderTransition): class ScreenManager (line 785) | class ScreenManager(FloatLayout): method _get_screen_names (line 848) | def _get_screen_names(self): method __init__ (line 861) | def __init__(self, **kwargs): method _screen_name_changed (line 865) | def _screen_name_changed(self, screen, name): method add_widget (line 870) | def add_widget(self, screen): method remove_widget (line 888) | def remove_widget(self, *l): method real_add_widget (line 905) | def real_add_widget(self, *l): method real_remove_widget (line 911) | def real_remove_widget(self, *l): method on_current (line 914) | def on_current(self, instance, value): method get_screen (line 936) | def get_screen(self, name): method has_screen (line 948) | def has_screen(self, name): method __next__ (line 955) | def __next__(self): method next (line 968) | def next(self): method previous (line 972) | def previous(self): method switch_to (line 985) | def switch_to(self, screen, **options): method _generate_screen_name (line 1050) | def _generate_screen_name(self): method _update_pos (line 1058) | def _update_pos(self, instance, value): method on_touch_down (line 1066) | def on_touch_down(self, touch): method on_touch_move (line 1071) | def on_touch_move(self, touch): method on_touch_up (line 1076) | def on_touch_up(self, touch): class TestApp (line 1104) | class TestApp(App): method change_view (line 1106) | def change_view(self, *l): method remove_screen (line 1112) | def remove_screen(self, *l): method build (line 1115) | def build(self): FILE: tickeys/kivy_32/kivy/uix/scrollview.py class ScrollView (line 135) | class ScrollView(StencilView): method _get_do_scroll (line 230) | def _get_do_scroll(self): method _set_do_scroll (line 233) | def _set_do_scroll(self, value): method _get_vbar (line 246) | def _get_vbar(self): method _get_hbar (line 273) | def _get_hbar(self): method _set_viewport_size (line 423) | def _set_viewport_size(self, instance, value): method on__viewport (line 426) | def on__viewport(self, instance, value): method __init__ (line 433) | def __init__(self, **kwargs): method on_effect_x (line 477) | def on_effect_x(self, instance, value): method on_effect_y (line 482) | def on_effect_y(self, instance, value): method on_effect_cls (line 487) | def on_effect_cls(self, instance, cls): method _update_effect_widget (line 495) | def _update_effect_widget(self, *args): method _update_effect_x_bounds (line 501) | def _update_effect_x_bounds(self, *args): method _update_effect_y_bounds (line 508) | def _update_effect_y_bounds(self, *args): method _update_effect_bounds (line 515) | def _update_effect_bounds(self, *args): method _update_effect_x (line 523) | def _update_effect_x(self, *args): method _update_effect_y (line 534) | def _update_effect_y(self, *args): method to_local (line 545) | def to_local(self, x, y, **k): method to_parent (line 549) | def to_parent(self, x, y, **k): method _apply_transform (line 553) | def _apply_transform(self, m): method simulate_touch_down (line 558) | def simulate_touch_down(self, touch): method on_touch_down (line 566) | def on_touch_down(self, touch): method on_scroll_start (line 572) | def on_scroll_start(self, touch, check_children=True): method on_touch_move (line 675) | def on_touch_move(self, touch): method on_scroll_move (line 693) | def on_scroll_move(self, touch): method on_touch_up (line 776) | def on_touch_up(self, touch): method on_scroll_stop (line 790) | def on_scroll_stop(self, touch, check_children=True): method convert_distance_to_scroll (line 832) | def convert_distance_to_scroll(self, dx, dy): method update_from_scroll (line 854) | def update_from_scroll(self, *largs): method _bind_inactive_bar_color (line 898) | def _bind_inactive_bar_color(self, *l): method _change_bar_color (line 904) | def _change_bar_color(self, inst, value): method add_widget (line 910) | def add_widget(self, widget, index=0): method remove_widget (line 921) | def remove_widget(self, widget): method _get_uid (line 929) | def _get_uid(self, prefix='sv'): method _change_touch_mode (line 932) | def _change_touch_mode(self, *largs): method _do_touch_up (line 973) | def _do_touch_up(self, touch, *largs): class ScrollViewApp (line 1000) | class ScrollViewApp(App): method build (line 1002) | def build(self): FILE: tickeys/kivy_32/kivy/uix/selectableview.py class SelectableView (line 4) | class SelectableView(object): method __init__ (line 22) | def __init__(self, **kwargs): method select (line 25) | def select(self, *args): method deselect (line 31) | def deselect(self, *args): FILE: tickeys/kivy_32/kivy/uix/settings.py class SettingSpacer (line 188) | class SettingSpacer(Widget): class SettingItem (line 193) | class SettingItem(FloatLayout): method __init__ (line 282) | def __init__(self, **kwargs): method add_widget (line 286) | def add_widget(self, *largs): method on_touch_down (line 291) | def on_touch_down(self, touch): method on_touch_up (line 300) | def on_touch_up(self, touch): method on_release (line 308) | def on_release(self): method on_value (line 311) | def on_value(self, instance, value): class SettingBoolean (line 321) | class SettingBoolean(SettingItem): class SettingString (line 343) | class SettingString(SettingItem): method on_panel (line 366) | def on_panel(self, instance, value): method _dismiss (line 371) | def _dismiss(self, *largs): method _validate (line 378) | def _validate(self, instance): method _create_popup (line 383) | def _create_popup(self, instance): class SettingPath (line 418) | class SettingPath(SettingItem): method on_panel (line 443) | def on_panel(self, instance, value): method _dismiss (line 448) | def _dismiss(self, *largs): method _validate (line 455) | def _validate(self, instance): method _create_popup (line 464) | def _create_popup(self, instance): class SettingNumeric (line 496) | class SettingNumeric(SettingString): method _validate (line 504) | def _validate(self, instance): class SettingOptions (line 518) | class SettingOptions(SettingItem): method on_panel (line 540) | def on_panel(self, instance, value): method _set_option (line 545) | def _set_option(self, instance): method _create_popup (line 549) | def _create_popup(self, instance): class SettingTitle (line 577) | class SettingTitle(Label): class SettingsPanel (line 584) | class SettingsPanel(GridLayout): method __init__ (line 604) | def __init__(self, **kwargs): method on_config (line 608) | def on_config(self, instance, value): method get_value (line 615) | def get_value(self, section, key): method set_value (line 628) | def set_value(self, section, key, value): class InterfaceWithSidebar (line 642) | class InterfaceWithSidebar(BoxLayout): method __init__ (line 676) | def __init__(self, *args, **kwargs): method add_panel (line 681) | def add_panel(self, panel, name, uid): method on_close (line 700) | def on_close(self, *args): class InterfaceWithSpinner (line 704) | class InterfaceWithSpinner(BoxLayout): method __init__ (line 732) | def __init__(self, *args, **kwargs): method add_panel (line 737) | def add_panel(self, panel, name, uid): method on_close (line 757) | def on_close(self, *args): class ContentPanel (line 761) | class ContentPanel(ScrollView): method add_panel (line 802) | def add_panel(self, panel, name, uid): method on_current_uid (line 821) | def on_current_uid(self, *args): method add_widget (line 839) | def add_widget(self, widget): method remove_widget (line 845) | def remove_widget(self, widget): class Settings (line 849) | class Settings(BoxLayout): method __init__ (line 893) | def __init__(self, *args, **kargs): method on_touch_down (line 904) | def on_touch_down(self, touch): method register_type (line 909) | def register_type(self, tp, cls): method on_close (line 914) | def on_close(self, *args): method add_interface (line 917) | def add_interface(self): method on_config_change (line 931) | def on_config_change(self, config, section, key, value): method add_json_panel (line 934) | def add_json_panel(self, title, config, filename=None, data=None): method create_json_panel (line 946) | def create_json_panel(self, title, config, filename=None, data=None): method add_kivy_panel (line 988) | def add_kivy_panel(self): class SettingsWithSidebar (line 1004) | class SettingsWithSidebar(Settings): class SettingsWithSpinner (line 1012) | class SettingsWithSpinner(Settings): method __init__ (line 1017) | def __init__(self, *args, **kwargs): class SettingsWithTabbedPanel (line 1022) | class SettingsWithTabbedPanel(Settings): method __init__ (line 1029) | def __init__(self, *args, **kwargs): method on_close (line 1033) | def on_close(self, *args): class SettingsWithNoMenu (line 1037) | class SettingsWithNoMenu(Settings): method __init__ (line 1052) | def __init__(self, *args, **kwargs): class InterfaceWithNoMenu (line 1057) | class InterfaceWithNoMenu(ContentPanel): method add_widget (line 1066) | def add_widget(self, widget): class InterfaceWithTabbedPanel (line 1073) | class InterfaceWithTabbedPanel(FloatLayout): method __init__ (line 1087) | def __init__(self, *args, **kwargs): method add_panel (line 1091) | def add_panel(self, panel, name, uid): method on_close (line 1101) | def on_close(self, *args): class MenuSpinner (line 1105) | class MenuSpinner(BoxLayout): method add_item (line 1121) | def add_item(self, name, uid): method on_spinner_text (line 1133) | def on_spinner_text(self, *args): class MenuSidebar (line 1138) | class MenuSidebar(FloatLayout): method add_item (line 1172) | def add_item(self, name, uid): method on_selected_uid (line 1190) | def on_selected_uid(self, *args): class SettingSidebarLabel (line 1200) | class SettingSidebarLabel(Label): method on_touch_down (line 1206) | def on_touch_down(self, touch): class SettingsApp (line 1216) | class SettingsApp(App): method build (line 1218) | def build(self): FILE: tickeys/kivy_32/kivy/uix/slider.py class Slider (line 29) | class Slider(Widget): method on_min (line 105) | def on_min(self, *largs): method on_max (line 108) | def on_max(self, *largs): method get_norm_value (line 111) | def get_norm_value(self): method set_norm_value (line 118) | def set_norm_value(self, value): method get_value_pos (line 157) | def get_value_pos(self): method set_value_pos (line 167) | def set_value_pos(self, pos): method on_touch_down (line 191) | def on_touch_down(self, touch): method on_touch_move (line 214) | def on_touch_move(self, touch): method on_touch_up (line 219) | def on_touch_up(self, touch): class SliderApp (line 227) | class SliderApp(App): method build (line 228) | def build(self): FILE: tickeys/kivy_32/kivy/uix/spinner.py class SpinnerOption (line 48) | class SpinnerOption(Button): class Spinner (line 55) | class Spinner(Button): method __init__ (line 106) | def __init__(self, **kwargs): method _build_dropdown (line 116) | def _build_dropdown(self, *largs): method _update_dropdown (line 130) | def _update_dropdown(self, *largs): method _toggle_dropdown (line 141) | def _toggle_dropdown(self, *largs): method _close_dropdown (line 144) | def _close_dropdown(self, *largs): method _on_dropdown_select (line 147) | def _on_dropdown_select(self, instance, data, *largs): method on_is_open (line 151) | def on_is_open(self, instance, value): FILE: tickeys/kivy_32/kivy/uix/splitter.py class SplitterStrip (line 54) | class SplitterStrip(Button): class Splitter (line 61) | class Splitter(BoxLayout): method __init__ (line 176) | def __init__(self, **kwargs): method on_sizable_from (line 184) | def on_sizable_from(self, instance, sizable_from): method add_widget (line 229) | def add_widget(self, widget, index=0): method remove_widget (line 245) | def remove_widget(self, widget, *largs): method clear_widgets (line 250) | def clear_widgets(self): method strip_down (line 253) | def strip_down(self, instance, touch): method on_press (line 259) | def on_press(self): method _rebind_parent (line 262) | def _rebind_parent(self, instance, new_parent): method rescale_parent_proportion (line 270) | def rescale_parent_proportion(self, *args): method _do_size (line 280) | def _do_size(self, instance, value): method strip_move (line 286) | def strip_move(self, instance, touch): method strip_up (line 335) | def strip_up(self, instance, touch): method on_release (line 362) | def on_release(self): class SplitterApp (line 371) | class SplitterApp(App): method build (line 373) | def build(self): FILE: tickeys/kivy_32/kivy/uix/stacklayout.py class StackLayout (line 39) | class StackLayout(Layout): method __init__ (line 126) | def __init__(self, **kwargs): method do_layout (line 136) | def do_layout(self, *largs): FILE: tickeys/kivy_32/kivy/uix/stencilview.py class StencilView (line 34) | class StencilView(Widget): FILE: tickeys/kivy_32/kivy/uix/switch.py class Switch (line 45) | class Switch(Widget): method on_touch_down (line 79) | def on_touch_down(self, touch): method on_touch_move (line 89) | def on_touch_move(self, touch): method on_touch_up (line 95) | def on_touch_up(self, touch): FILE: tickeys/kivy_32/kivy/uix/tabbedpanel.py class TabbedPanelException (line 140) | class TabbedPanelException(Exception): class TabbedPanelHeader (line 146) | class TabbedPanelHeader(ToggleButton): method on_touch_down (line 162) | def on_touch_down(self, touch): method on_release (line 171) | def on_release(self, *largs): class TabbedPanelItem (line 182) | class TabbedPanelItem(TabbedPanelHeader): method add_widget (line 199) | def add_widget(self, widget, index=0): method remove_widget (line 207) | def remove_widget(self, widget): class TabbedPanelStrip (line 216) | class TabbedPanelStrip(GridLayout): class StripLayout (line 229) | class StripLayout(GridLayout): class TabbedPanelContent (line 254) | class TabbedPanelContent(FloatLayout): class TabbedPanel (line 260) | class TabbedPanel(GridLayout): method get_current_tab (line 322) | def get_current_tab(self): method get_tab_list (line 394) | def get_tab_list(self): method get_def_tab (line 417) | def get_def_tab(self): method set_def_tab (line 420) | def set_def_tab(self, new_tab): method get_def_tab_content (line 446) | def get_def_tab_content(self): method set_def_tab_content (line 449) | def set_def_tab_content(self, *l): method __init__ (line 459) | def __init__(self, **kwargs): method switch_to (line 484) | def switch_to(self, header): method clear_tabs (line 500) | def clear_tabs(self, *l): method add_widget (line 509) | def add_widget(self, widget, index=0): method remove_widget (line 529) | def remove_widget(self, widget): method clear_widgets (line 551) | def clear_widgets(self, **kwargs): method on_strip_image (line 560) | def on_strip_image(self, instance, value): method on_strip_border (line 565) | def on_strip_border(self, instance, value): method on_do_default_tab (line 570) | def on_do_default_tab(self, instance, value): method on_default_tab_text (line 581) | def on_default_tab_text(self, *args): method on_tab_width (line 584) | def on_tab_width(self, *l): method on_tab_height (line 588) | def on_tab_height(self, *l): method on_tab_pos (line 592) | def on_tab_pos(self, *l): method _setup_default_tab (line 596) | def _setup_default_tab(self): method _switch_to_first_tab (line 635) | def _switch_to_first_tab(self, *l): method _load_default_tab_content (line 642) | def _load_default_tab_content(self, dt): method _reposition_tabs (line 646) | def _reposition_tabs(self, *l): method _update_tabs (line 650) | def _update_tabs(self, *l): method _update_tab_width (line 779) | def _update_tab_width(self, *l): method _update_top (line 799) | def _update_top(self, *args): method _updt_top (line 805) | def _updt_top(self, sctr, top, scrl_v_width, *args): method _update_scrollview (line 811) | def _update_scrollview(self, scrl_v, *l): FILE: tickeys/kivy_32/kivy/uix/textinput.py function _textinput_clear_cache (line 201) | def _textinput_clear_cache(*l): class Selector (line 216) | class Selector(ButtonBehavior, Image): method __init__ (line 223) | def __init__(self, **kwargs): method update_transform (line 236) | def update_transform(self, cb): method transform_touch (line 243) | def transform_touch(self, touch): method on_window_touch_down (line 248) | def on_window_touch_down(self, win, touch): class TextInputCutCopyPaste (line 263) | class TextInputCutCopyPaste(Bubble): method __init__ (line 278) | def __init__(self, **kwargs): method update_transform (line 292) | def update_transform(self, cb): method transform_touch (line 299) | def transform_touch(self, touch): method on_touch_down (line 304) | def on_touch_down(self, touch): method on_textinput (line 314) | def on_textinput(self, instance, value): method _check_parent (line 319) | def _check_parent(self, dt): method on_parent (line 332) | def on_parent(self, instance, value): method do (line 354) | def do(self, action): method hide (line 374) | def hide(self): class TextInput (line 384) | class TextInput(FocusBehavior, Widget): method __init__ (line 441) | def __init__(self, **kwargs): method on_text_validate (line 517) | def on_text_validate(self): method cursor_index (line 520) | def cursor_index(self, cursor=None): method cursor_offset (line 543) | def cursor_offset(self): method get_cursor_from_index (line 556) | def get_cursor_from_index(self, index): method select_text (line 575) | def select_text(self, start, end): method select_all (line 596) | def select_all(self): method _auto_indent (line 605) | def _auto_indent(self, substring): method insert_text (line 616) | def insert_text(self, substring, from_undo=False): method _get_line_from_cursor (line 679) | def _get_line_from_cursor(self, start, new_text): method _set_unredo_insert (line 697) | def _set_unredo_insert(self, ci, sci, substring, from_undo): method reset_undo (line 706) | def reset_undo(self): method do_redo (line 714) | def do_redo(self): method do_undo (line 748) | def do_undo(self): method do_backspace (line 780) | def do_backspace(self, from_undo=False, mode='bkspc'): method _set_undo_redo_bkspc (line 828) | def _set_undo_redo_bkspc(self, ol_index, new_index, substring, from_un... method do_cursor_movement (line 838) | def do_cursor_movement(self, action): method get_cursor_from_xy (line 887) | def get_cursor_from_xy(self, x, y): method cancel_selection (line 916) | def cancel_selection(self): method delete_selection (line 925) | def delete_selection(self, from_undo=False): method _set_unredo_delsel (line 958) | def _set_unredo_delsel(self, a, b, substring, from_undo): method _update_selection (line 969) | def _update_selection(self, finished=False): method long_touch (line 996) | def long_touch(self, dt): method on_double_tap (line 1002) | def on_double_tap(self): method on_triple_tap (line 1018) | def on_triple_tap(self): method on_quad_touch (line 1032) | def on_quad_touch(self): method on_touch_down (line 1040) | def on_touch_down(self, touch): method on_touch_move (line 1096) | def on_touch_move(self, touch): method on_touch_up (line 1110) | def on_touch_up(self, touch): method _handle_pressed (line 1147) | def _handle_pressed(self, instance): method _handle_released (line 1153) | def _handle_released(self, instance): method _handle_move (line 1164) | def _handle_move(self, instance, touch): method _position_handles (line 1201) | def _position_handles(self, *args, **kwargs): method _hide_handles (line 1238) | def _hide_handles(self, win=None): method _show_handles (line 1246) | def _show_handles(self, dt): method _show_cut_copy_paste (line 1289) | def _show_cut_copy_paste(self, pos, win, parent_changed=False, method _hide_cut_copy_paste (line 1360) | def _hide_cut_copy_paste(self, win=None): method _reload_remove_observer (line 1372) | def _reload_remove_observer(wr): method _on_textinput_focused (line 1377) | def _on_textinput_focused(self, instance, value, *largs): method _ensure_clipboard (line 1395) | def _ensure_clipboard(self): method cut (line 1400) | def cut(self): method _cut (line 1408) | def _cut(self, data): method copy (line 1413) | def copy(self, data=''): method paste (line 1427) | def paste(self): method _get_text_width (line 1440) | def _get_text_width(self, text, tab_width, _label_cached): method _do_blink_cursor (line 1462) | def _do_blink_cursor(self, dt): method on_cursor (line 1468) | def on_cursor(self, instance, value): method _delete_line (line 1474) | def _delete_line(self, idx): method _set_line_text (line 1482) | def _set_line_text(self, line_num, text): method _trigger_refresh_line_options (line 1487) | def _trigger_refresh_line_options(self, *largs): method _refresh_line_options (line 1491) | def _refresh_line_options(self, *largs): method _trigger_refresh_text (line 1498) | def _trigger_refresh_text(self, *largs): method _update_text_options (line 1505) | def _update_text_options(self, *largs): method _refresh_text_from_trigger (line 1509) | def _refresh_text_from_trigger(self, dt, *largs): method _refresh_text_from_property (line 1512) | def _refresh_text_from_property(self, *largs): method _refresh_text (line 1515) | def _refresh_text(self, text, *largs): method _insert_lines (line 1569) | def _insert_lines(self, start, finish, len_lines, _lines_flags, method _trigger_update_graphics (line 1605) | def _trigger_update_graphics(self, *largs): method _update_graphics (line 1609) | def _update_graphics(self, *largs): method _update_graphics_selection (line 1710) | def _update_graphics_selection(self): method _draw_selection (line 1754) | def _draw_selection(self, *largs): method on_size (line 1784) | def on_size(self, instance, value): method _get_cursor_pos (line 1791) | def _get_cursor_pos(self): method _get_line_options (line 1809) | def _get_line_options(self): method _create_line_label (line 1823) | def _create_line_label(self, text, hint=False): method _tokenize (line 1871) | def _tokenize(self, text): method _split_smart (line 1886) | def _split_smart(self, text): method _key_down (line 1934) | def _key_down(self, key, repeat=False): method _key_up (line 1976) | def _key_up(self, key, repeat=False): method keyboard_on_key_down (line 1982) | def keyboard_on_key_down(self, window, keycode, text, modifiers): method keyboard_on_key_up (line 2099) | def keyboard_on_key_up(self, window, keycode): method keyboard_on_textinput (line 2106) | def keyboard_on_textinput(self, window, text): method on_hint_text (line 2111) | def on_hint_text(self, instance, value): method _refresh_hint_text (line 2114) | def _refresh_hint_text(self): method _get_cursor (line 2188) | def _get_cursor(self): method _set_cursor (line 2191) | def _set_cursor(self, pos): method _get_cursor_col (line 2243) | def _get_cursor_col(self): method _get_cursor_row (line 2253) | def _get_cursor_row(self): method on_padding_x (line 2316) | def on_padding_x(self, instance, value): method on_padding_y (line 2332) | def on_padding_y(self, instance, value): method on_suggestion_text (line 2494) | def on_suggestion_text(self, instance, value): method get_sel_from (line 2519) | def get_sel_from(self): method get_sel_to (line 2531) | def get_sel_to(self): method on_selection_text (line 2550) | def on_selection_text(self, instance, value): method _get_text (line 2554) | def _get_text(self, encode=True): method _set_text (line 2569) | def _set_text(self, text): method _get_min_height (line 2660) | def _get_min_height(self): method on_handle_image_middle (line 2711) | def on_handle_image_middle(self, instance, value): method on_handle_image_left (line 2725) | def on_handle_image_left(self, instance, value): method on_handle_image_right (line 2740) | def on_handle_image_right(self, instance, value): class TextInputApp (line 2761) | class TextInputApp(App): method build (line 2763) | def build(self): FILE: tickeys/kivy_32/kivy/uix/togglebutton.py class ToggleButton (line 30) | class ToggleButton(ToggleButtonBehavior, Button): FILE: tickeys/kivy_32/kivy/uix/treeview.py class TreeViewException (line 118) | class TreeViewException(Exception): class TreeViewNode (line 124) | class TreeViewNode(object): method __init__ (line 128) | def __init__(self, **kwargs): class TreeViewLabel (line 244) | class TreeViewLabel(Label, TreeViewNode): class TreeView (line 253) | class TreeView(Widget): method __init__ (line 265) | def __init__(self, **kwargs): method add_node (line 279) | def add_node(self, node, parent=None): method remove_node (line 308) | def remove_node(self, node): method on_node_expand (line 333) | def on_node_expand(self, node): method on_node_collapse (line 336) | def on_node_collapse(self, node): method select_node (line 339) | def select_node(self, node): method toggle_node (line 349) | def toggle_node(self, node): method get_node_at_pos (line 361) | def get_node_at_pos(self, pos): method iterate_open_nodes (line 370) | def iterate_open_nodes(self, node=None): method iterate_all_nodes (line 396) | def iterate_all_nodes(self, node=None): method on_load_func (line 412) | def on_load_func(self, instance, value): method _do_initial_load (line 416) | def _do_initial_load(self, *largs): method _do_node_load (line 421) | def _do_node_load(self, node): method on_root_options (line 430) | def on_root_options(self, instance, value): method _do_layout (line 436) | def _do_layout(self, *largs): method _do_open_node (line 453) | def _do_open_node(self, node): method _do_layout_node (line 465) | def _do_layout_node(self, node, level, y): method on_touch_down (line 481) | def on_touch_down(self, touch): method get_selected_node (line 562) | def get_selected_node(self): method get_root (line 573) | def get_root(self): class TestApp (line 622) | class TestApp(App): method build (line 624) | def build(self): FILE: tickeys/kivy_32/kivy/uix/video.py class Video (line 37) | class Video(Image): method __init__ (line 130) | def __init__(self, **kwargs): method seek (line 140) | def seek(self, percent): method _trigger_video_load (line 154) | def _trigger_video_load(self, *largs): method _do_video_load (line 158) | def _do_video_load(self, *largs): method on_play (line 181) | def on_play(self, instance, value): method on_state (line 185) | def on_state(self, instance, value): method _on_video_frame (line 202) | def _on_video_frame(self, *largs): method _on_eos (line 211) | def _on_eos(self, *largs): method _on_load (line 216) | def _on_load(self, *largs): method on_volume (line 220) | def on_volume(self, instance, value): method unload (line 224) | def unload(self): class VideoApp (line 242) | class VideoApp(App): method build (line 243) | def build(self): method replay (line 248) | def replay(self, *args): FILE: tickeys/kivy_32/kivy/uix/videoplayer.py class VideoPlayerVolume (line 98) | class VideoPlayerVolume(Image): method on_touch_down (line 101) | def on_touch_down(self, touch): method on_touch_move (line 109) | def on_touch_move(self, touch): method on_touch_up (line 120) | def on_touch_up(self, touch): class VideoPlayerPlayPause (line 132) | class VideoPlayerPlayPause(Image): method on_touch_down (line 135) | def on_touch_down(self, touch): class VideoPlayerStop (line 145) | class VideoPlayerStop(Image): method on_touch_down (line 148) | def on_touch_down(self, touch): class VideoPlayerProgressBar (line 155) | class VideoPlayerProgressBar(ProgressBar): method __init__ (line 160) | def __init__(self, **kwargs): method on_video (line 170) | def on_video(self, instance, value): method on_touch_down (line 174) | def on_touch_down(self, touch): method on_touch_move (line 182) | def on_touch_move(self, touch): method on_touch_up (line 188) | def on_touch_up(self, touch): method _update_seek (line 198) | def _update_seek(self, x): method _show_bubble (line 204) | def _show_bubble(self): method _hide_bubble (line 208) | def _hide_bubble(self): method on_alpha (line 212) | def on_alpha(self, instance, value): method _update_bubble (line 216) | def _update_bubble(self, *l): method _showhide_bubble (line 232) | def _showhide_bubble(self, instance, value): class VideoPlayerPreview (line 239) | class VideoPlayerPreview(FloatLayout): method on_touch_down (line 244) | def on_touch_down(self, touch): class VideoPlayerAnnotation (line 251) | class VideoPlayerAnnotation(Label): method on_annotation (line 277) | def on_annotation(self, instance, ann): class VideoPlayer (line 282) | class VideoPlayer(GridLayout): method __init__ (line 480) | def __init__(self, **kwargs): method _trigger_video_load (line 492) | def _trigger_video_load(self, *largs): method on_source (line 496) | def on_source(self, instance, value): method on_image_overlay_play (line 506) | def on_image_overlay_play(self, instance, value): method on_image_loading (line 509) | def on_image_loading(self, instance, value): method _load_thumbnail (line 512) | def _load_thumbnail(self): method _load_annotations (line 524) | def _load_annotations(self): method on_state (line 540) | def on_state(self, instance, value): method _set_state (line 544) | def _set_state(self, instance, value): method _do_video_load (line 547) | def _do_video_load(self, *largs): method on_play (line 557) | def on_play(self, instance, value): method on_volume (line 561) | def on_volume(self, instance, value): method on_position (line 566) | def on_position(self, instance, value): method seek (line 579) | def seek(self, percent): method _play_started (line 591) | def _play_started(self, instance, value): method on_touch_down (line 595) | def on_touch_down(self, touch): method on_fullscreen (line 603) | def on_fullscreen(self, instance, value): FILE: tickeys/kivy_32/kivy/uix/vkeyboard.py class VKeyboard (line 135) | class VKeyboard(Scatter): method __init__ (line 328) | def __init__(self, **kwargs): method on_disabled (line 373) | def on_disabled(self, intance, value): method _update_layout_mode (line 376) | def _update_layout_mode(self, *l): method _load_layout (line 386) | def _load_layout(self, *largs): method _load_layouts (line 411) | def _load_layouts(self, *largs): method _load_layout_fn (line 419) | def _load_layout_fn(self, fn, name): method setup_mode (line 428) | def setup_mode(self, *largs): method setup_mode_dock (line 443) | def setup_mode_dock(self, *largs): method _update_dock_mode (line 463) | def _update_dock_mode(self, win, *largs): method setup_mode_free (line 468) | def setup_mode_free(self): method change_layout (line 515) | def change_layout(self): method refresh (line 519) | def refresh(self, force=False): method refresh_active_keys_layer (line 529) | def refresh_active_keys_layer(self): method refresh_keys_hint (line 544) | def refresh_keys_hint(self): method refresh_keys (line 582) | def refresh_keys(self): method draw_keys (line 614) | def draw_keys(self): method on_key_down (line 661) | def on_key_down(self, *largs): method on_key_up (line 664) | def on_key_up(self, *largs): method on_textinput (line 667) | def on_textinput(self, *largs): method get_key_at_pos (line 670) | def get_key_at_pos(self, x, y): method collide_margin (line 707) | def collide_margin(self, x, y): method process_key_on (line 719) | def process_key_on(self, touch): method process_key_up (line 763) | def process_key_up(self, touch): method _get_modifiers (line 790) | def _get_modifiers(self): method _start_repeat_key (line 798) | def _start_repeat_key(self, *kwargs): method _repeat_key (line 801) | def _repeat_key(self, *kwargs): method on_touch_down (line 804) | def on_touch_down(self, touch): method on_touch_up (line 824) | def on_touch_up(self, touch): FILE: tickeys/kivy_32/kivy/uix/widget.py function _widget_destructor (line 191) | def _widget_destructor(uid, r): class WidgetException (line 199) | class WidgetException(Exception): class WidgetMetaclass (line 205) | class WidgetMetaclass(type): method __init__ (line 212) | def __init__(mcs, name, bases, attrs): class Widget (line 221) | class Widget(WidgetBase): method __init__ (line 253) | def __init__(self, **kwargs): method proxy_ref (line 283) | def proxy_ref(self): method __hash__ (line 303) | def __hash__(self): method __self__ (line 307) | def __self__(self): method collide_point (line 313) | def collide_point(self, x, y): method collide_widget (line 333) | def collide_widget(self, wid): method on_touch_down (line 367) | def on_touch_down(self, touch): method on_touch_move (line 385) | def on_touch_move(self, touch): method on_touch_up (line 396) | def on_touch_up(self, touch): method on_disabled (line 407) | def on_disabled(self, instance, value): method add_widget (line 414) | def add_widget(self, widget, index=0, canvas=None): method remove_widget (line 485) | def remove_widget(self, widget): method clear_widgets (line 511) | def clear_widgets(self, children=None): method export_to_png (line 526) | def export_to_png(self, filename, *args): method get_root_window (line 570) | def get_root_window(self): method get_parent_window (line 581) | def get_parent_window(self): method _walk (line 592) | def _walk(self, restrict=False, loopback=False, index=None): method walk (line 622) | def walk(self, restrict=False, loopback=False): method _walk_reverse (line 676) | def _walk_reverse(self, loopback=False, go_up=False): method walk_reverse (line 709) | def walk_reverse(self, loopback=False): method to_widget (line 762) | def to_widget(self, x, y, relative=False): method to_window (line 771) | def to_window(self, x, y, initial=True, relative=False): method to_parent (line 782) | def to_parent(self, x, y, relative=False): method to_local (line 795) | def to_local(self, x, y, relative=False): method _apply_transform (line 808) | def _apply_transform(self, m): method get_window_matrix (line 811) | def get_window_matrix(self, x=0, y=0): method get_right (line 876) | def get_right(self): method set_right (line 879) | def set_right(self, value): method get_top (line 889) | def get_top(self): method set_top (line 892) | def set_top(self, value): method get_center_x (line 902) | def get_center_x(self): method set_center_x (line 905) | def set_center_x(self, value): method get_center_y (line 915) | def get_center_y(self): method set_center_y (line 918) | def set_center_y(self, value): method on_opacity (line 1115) | def on_opacity(self, instance, value): FILE: tickeys/kivy_32/kivy/utils.py function boundary (line 28) | def boundary(value, minvalue, maxvalue): function intersection (line 33) | def intersection(set1, set2): function difference (line 38) | def difference(set1, set2): function interpolate (line 43) | def interpolate(value_from, value_to, step=10): function strtotuple (line 66) | def strtotuple(s): function get_color_from_hex (line 90) | def get_color_from_hex(s): function get_hex_from_color (line 104) | def get_hex_from_color(color): function get_random_color (line 117) | def get_random_color(alpha=1.0): function is_color_transparent (line 131) | def is_color_transparent(c): function deprecated (line 143) | def deprecated(func): class SafeList (line 174) | class SafeList(list): method clear (line 181) | def clear(self): method iterate (line 185) | def iterate(self, reverse=False): class QueryDict (line 191) | class QueryDict(dict): method __getattr__ (line 205) | def __getattr__(self, attr): method __setattr__ (line 211) | def __setattr__(self, attr, value): function format_bytes_to_human (line 215) | def format_bytes_to_human(size, precision=2): class Platform (line 242) | class Platform(object): method __init__ (line 246) | def __init__(self): method __call__ (line 251) | def __call__(self): method __eq__ (line 254) | def __eq__(self, other): method __ne__ (line 257) | def __ne__(self, other): method __str__ (line 260) | def __str__(self): method __repr__ (line 263) | def __repr__(self): method __hash__ (line 269) | def __hash__(self): method _get_platform (line 272) | def _get_platform(self): function escape_markup (line 317) | def escape_markup(text): class reify (line 331) | class reify(object): method __init__ (line 353) | def __init__(self, func): method __get__ (line 357) | def __get__(self, inst, cls): FILE: tickeys/kivy_32/kivy/vector.py class Vector (line 88) | class Vector(list): method __init__ (line 92) | def __init__(self, *largs): method _get_x (line 100) | def _get_x(self): method _set_x (line 103) | def _set_x(self, x): method _get_y (line 116) | def _get_y(self): method _set_y (line 119) | def _set_y(self, y): method __getslice__ (line 133) | def __getslice__(self, i, j): method __add__ (line 141) | def __add__(self, val): method __iadd__ (line 144) | def __iadd__(self, val): method __neg__ (line 153) | def __neg__(self): method __sub__ (line 156) | def __sub__(self, val): method __isub__ (line 159) | def __isub__(self, val): method __mul__ (line 168) | def __mul__(self, val): method __imul__ (line 174) | def __imul__(self, val): method __rmul__ (line 183) | def __rmul__(self, val): method __truediv__ (line 186) | def __truediv__(self, val): method __div__ (line 192) | def __div__(self, val): method __rtruediv__ (line 198) | def __rtruediv__(self, val): method __rdiv__ (line 204) | def __rdiv__(self, val): method __idiv__ (line 210) | def __idiv__(self, val): method length (line 219) | def length(self): method length2 (line 231) | def length2(self): method distance (line 243) | def distance(self, to): method distance2 (line 256) | def distance2(self, to): method normalize (line 265) | def normalize(self): method dot (line 280) | def dot(self, a): method angle (line 289) | def angle(self, a): method rotate (line 304) | def rotate(self, angle): method line_intersection (line 319) | def line_intersection(v1, v2, v3, v4): method segment_intersection (line 353) | def segment_intersection(v1, v2, v3, v4): method in_bbox (line 396) | def in_bbox(point, a, b): FILE: tickeys/kivy_32/kivy/weakmethod.py class WeakMethod (line 20) | class WeakMethod: method __init__ (line 25) | def __init__(self, method): method __call__ (line 39) | def __call__(self): method is_dead (line 52) | def is_dead(self): method __repr__ (line 58) | def __repr__(self): method __init__ (line 72) | def __init__(self, method): method __call__ (line 88) | def __call__(self): method is_dead (line 102) | def is_dead(self): method __eq__ (line 108) | def __eq__(self, other): method __ne__ (line 114) | def __ne__(self, other): class WeakMethod (line 66) | class WeakMethod(object): method __init__ (line 25) | def __init__(self, method): method __call__ (line 39) | def __call__(self): method is_dead (line 52) | def is_dead(self): method __repr__ (line 58) | def __repr__(self): method __init__ (line 72) | def __init__(self, method): method __call__ (line 88) | def __call__(self): method is_dead (line 102) | def is_dead(self): method __eq__ (line 108) | def __eq__(self, other): method __ne__ (line 114) | def __ne__(self, other): FILE: tickeys/pyxhook.py class HookManager (line 50) | class HookManager(threading.Thread): method __init__ (line 57) | def __init__(self): method run (line 86) | def run(self): method cancel (line 116) | def cancel(self): method printevent (line 121) | def printevent(self, event): method HookKeyboard (line 124) | def HookKeyboard(self): method HookMouse (line 130) | def HookMouse(self): method processevents (line 139) | def processevents(self, reply): method keypressevent (line 172) | def keypressevent(self, event): method keyreleaseevent (line 194) | def keyreleaseevent(self, event): method buttonpressevent (line 207) | def buttonpressevent(self, event): method buttonreleaseevent (line 212) | def buttonreleaseevent(self, event): method mousemoveevent (line 226) | def mousemoveevent(self, event): method lookup_keysym (line 233) | def lookup_keysym(self, keysym): method asciivalue (line 239) | def asciivalue(self, keysym): method makekeyhookevent (line 246) | def makekeyhookevent(self, keysym, event): method makemousehookevent (line 254) | def makemousehookevent(self, event): method xwindowinfo (line 277) | def xwindowinfo(self): class pyxhookkeyevent (line 300) | class pyxhookkeyevent: method __init__ (line 314) | def __init__(self, Window, WindowName, WindowProcName, Key, Ascii, Key... method __str__ (line 324) | def __str__(self): class pyxhookmouseevent (line 327) | class pyxhookmouseevent: method __init__ (line 338) | def __init__(self, Window, WindowName, WindowProcName, Position, Messa... method __str__ (line 345) | def __str__(self): FILE: tickeys/run.py function run_GUI (line 11) | def run_GUI(): function check_root (line 22) | def check_root(): function check_system (line 31) | def check_system(): function main (line 48) | def main(): FILE: tickeys/run_with_CLI.py function run_GUI (line 12) | def run_GUI(): function run_CLI (line 23) | def run_CLI(): function check_root (line 30) | def check_root(): function check_system (line 39) | def check_system(): function print_help_msg (line 55) | def print_help_msg(): function main (line 61) | def main(): FILE: tickeys/soundPlayer.py class SoundPlayer (line 15) | class SoundPlayer(): method __init__ (line 17) | def __init__(self): method cache_sound_effect (line 34) | def cache_sound_effect(self): method save_config (line 48) | def save_config(func): method set_style (line 56) | def set_style(self, style): method set_volume (line 69) | def set_volume(self, volume): method set_pitch (line 73) | def set_pitch(self, pitch): method get_infor (line 76) | def get_infor(self): method play (line 83) | def play(self, key): FILE: tickeys/startupHandler.py function check_startup_file (line 17) | def check_startup_file(): function delete_startup_linux (line 21) | def delete_startup_linux(): function command_exist (line 37) | def command_exist(command='gksu'): function add_startup_linux (line 51) | def add_startup_linux(): FILE: tickeys/tickeys_tray.py class GtkTray (line 21) | class GtkTray(): method __init__ (line 22) | def __init__(self): method ubuntu_trayicon (line 30) | def ubuntu_trayicon(self, logo_filename): method gtk_trayicon (line 39) | def gtk_trayicon(self, logo_filename): method make_menu (line 60) | def make_menu(self): method on_show (line 73) | def on_show(self, widget=None, data=None): method on_quit (line 77) | def on_quit(self, widget, data=None): method show_github_page (line 82) | def show_github_page(self, widget=None, data=None): method serve_forever (line 85) | def serve_forever(self): function main (line 91) | def main(): FILE: tickeys/windowManager.py function save_terminal_window_id (line 13) | def save_terminal_window_id(): function read_terminal_window_id (line 25) | def read_terminal_window_id(): function hide_terminal (line 30) | def hide_terminal(): function save_GUI_window_id (line 43) | def save_GUI_window_id(): function read_GUI_window_id (line 55) | def read_GUI_window_id(): function hide_GUI (line 60) | def hide_GUI(): function show_GUI (line 68) | def show_GUI(): function check_tickeys_running_status (line 95) | def check_tickeys_running_status():