• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • tdeutils
 

tdeutils

Classes | Enumerations
Find and Replace classes

Classes

class  KFind
 
class  KFindDialog
 
class  KReplace
 
class  KReplaceDialog
 

Enumerations

enum  KFind::Result { KFind::NoMatch, KFind::Match }
 
enum  KFindDialog::Options {
  KFindDialog::WholeWordsOnly = 1, KFindDialog::FromCursor = 2, KFindDialog::SelectedText = 4, KFindDialog::CaseSensitive = 8,
  KFindDialog::FindBackwards = 16, KFindDialog::RegularExpression = 32, KFindDialog::FindIncremental = 64, KFindDialog::MinimumUserOption = 65536
}
 
enum  KReplaceDialog::Options { KReplaceDialog::PromptOnReplace = 256, BackReference = 512 }
 

Detailed Description

These classes implement a generic find/replace function, along with extensible dialogs.

Enumeration Type Documentation

enum KReplaceDialog::Options

Options.

Enumerator
PromptOnReplace 

Should the user be prompted before the replace operation?

Definition at line 69 of file kreplacedialog.h.

enum KFindDialog::Options

Options for the search.

Enumerator
WholeWordsOnly 

Match whole words only.

FromCursor 

Start from current cursor position.

SelectedText 

Only search selected area.

CaseSensitive 

Consider case when matching.

FindBackwards 

Go backwards.

RegularExpression 

Interpret the pattern as a regular expression.

FindIncremental 

Find incremental.

MinimumUserOption 

The first flag which can be used by extensions.

Definition at line 87 of file kfinddialog.h.

enum KFind::Result

Result enum.

Holds information if the find was successful.

Enumerator
NoMatch 

No match was found.

Match 

A match was found.

Definition at line 140 of file kfind.h.

tdeutils

Skip menu "tdeutils"
  • Main Page
  • Modules
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members
  • Related Pages

tdeutils

Skip menu "tdeutils"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  •     tdecore
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  • tdeioslave
  •   http
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdeutils by doxygen 1.8.8
This website is maintained by Timothy Pearson.