Table of Contents

Class: SearchDialog eric3/Helpviewer/SearchDialog.py

Module implementing the search dialog for the helpviewer.

Base Classes   
SearchForm
Methods   
__init__
enableFindButtons
handleFind
handleFindNext
showFind
  __init__ 
__init__ (
        self,
        browser,
        parent=None,
        name=None,
        modal=0,
        fl=0,
        )

Constructor

Arguments

browser
text browser to search in (QTextBrowser)
parent
parent widget of this dialog (QWidget)
name
name of this dialog (string or QString)
modal
flag indicating a modal dialog (boolean)
fl
window flags
  enableFindButtons 
enableFindButtons ( self )

Private slot to enable/disable the find buttons.

  handleFind 
handleFind ( self )

Private slot to find the entered text in the displayed page.

  handleFindNext 
handleFindNext ( self )

Public slot to find the next occurance of text.

  showFind 
showFind ( self )

Public method to display this dialog.


Table of Contents

This document was automatically generated by HappyDoc version 2.1