NINJA-IDE

Module: minimap.py API

No description.


Class: MiniMap(QPlainTextEdit)

class MiniMap(QPlainTextEdit):

No description.

Function: __calculate_max() [at ln:69]

def __calculate_max():

No description.


Function: __init__(parent) [at ln:42]

def __init__(parent):

No description.


Function: adjust_to_parent() [at ln:80]

def adjust_to_parent():

No description.


Function: enterEvent(event) [at ln:103]

def enterEvent(event):

No description.


Function: leaveEvent(event) [at ln:110]

def leaveEvent(event):

No description.


Function: mousePressEvent(event) [at ln:117]

def mousePressEvent(event):

No description.


Function: resizeEvent(event) [at ln:122]

def resizeEvent(event):

No description.


Function: scroll_area(pos_parent, pos_slider) [at ln:126]

def scroll_area(pos_parent, pos_slider):

No description.


Function: set_code(source) [at ln:76]

def set_code(source):

No description.


Function: update_visible_area() [at ln:93]

def update_visible_area():

No description.


Function: wheelEvent(event) [at ln:131]

def wheelEvent(event):

No description.


Class: SliderArea(QFrame)

class SliderArea(QFrame):

No description.

Function: __init__(parent) [at ln:138]

def __init__(parent):

No description.


Function: mouseMoveEvent(event) [at ln:189]

def mouseMoveEvent(event):

No description.


Function: mousePressEvent(event) [at ln:179]

def mousePressEvent(event):

No description.


Function: mouseReleaseEvent(event) [at ln:184]

def mouseReleaseEvent(event):

No description.


Function: move_slider(y) [at ln:176]

def move_slider(y):

No description.


Function: paintEvent(event) [at ln:156]

def paintEvent(event):
Paint over the widget to overlay its content.

Function: update_position() [at ln:169]

def update_position():

No description.

Contents © 2013 NINJA-IDE - Powered by Nikola and Documentor