CFindReplaceDialog is a find and replace dialog.  
 More...
#include <find-replace-dialog.hh>
List of all members.
Detailed Description
CFindReplaceDialog is a find and replace dialog. 
 
Member Function Documentation
  
  
      
        
          | bool CFindReplaceDialog::find  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
slot   | 
  
 
Finds the next occurrence in the editor's contents based upon the settings of the dialog. 
- See also:
 - replace, replaceAll 
 
 
 
      
        
          | int CFindReplaceDialog::historySize  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
      
        
          | void CFindReplaceDialog::readSettings  | 
          ( | 
           | ) | 
           | 
        
      
 
 
  
  
      
        
          | void CFindReplaceDialog::replace  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
slot   | 
  
 
Replace the current selection in the editor. 
- See also:
 - find, replaceAll 
 
 
 
  
  
      
        
          | void CFindReplaceDialog::replaceAll  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
slot   | 
  
 
Replace all occurences in the editor. 
- See also:
 - find, replace 
 
 
 
      
        
          | void CFindReplaceDialog::setHistorySize  | 
          ( | 
          int  | 
          value | ) | 
           | 
        
      
 
Sets the maximum size of history to value. 
- See also:
 - historySize 
 
 
 
      
        
          | void CFindReplaceDialog::setTextEditor  | 
          ( | 
          QPlainTextEdit *  | 
          editor | ) | 
           | 
        
      
 
Sets editor as the text editor upon which find and replace operations are applied. 
 
 
      
        
          | void CFindReplaceDialog::writeSettings  | 
          ( | 
           | ) | 
           | 
        
      
 
 
The documentation for this class was generated from the following files: