Table of Contents

Class: GotoDialog eric3/QScintilla/GotoDialog.py

Class implementing the Goto dialog.

Base Classes   
GotoForm
Methods   
__init__
getLinenumber
setMaxValue
  __init__ 
__init__ (
        self,
        parent,
        name=None,
        modal=0,
        fl=0,
        )

Constructor

Arguments

parent
parent widget of this dialog (QWidget)
name
name of this dialog (string or QString)
modal
flag indicating a modal dialog
fl
window flags
  getLinenumber 
getLinenumber ( self )

Public method to retrieve the linenumber.

Returns

line number (int)

  setMaxValue 
setMaxValue ( self,  lines )

Public method to set the highest selectable linenumber.

Arguments

lines
max. number of lines of the editor

Table of Contents

This document was automatically generated by HappyDoc version 2.1