In file ../ui/kedit.h:

class KEdit : public QMultiLineEdit


Inheritance:


public members:

void setName ( const char *_name )
Set the name of the file
int doSave ( const char *_filename )
Save the data to the file named '_filename'
void toggleModified ( bool )
Set the modified flag

private members:

void setContextSens ()

Documentation

The base editor class. It inherits QMultiLineEdit and provides several additional features like its own fileselector box, a little context menu and a collection of methods for load, save, search and so on.

KEdit provides a number of creation-time options. You may use them to control the behaviour of the editor object

void setName ( const char *_name )
You may mention an URL here, but you need not.

void setContextSens ()
This method is used to set the menu-item sensitivities for KEdit's popup menu. The availability of certain menu entries depends on how the object has been created. For example: If KEdit::ALLOW_SAVE is NOT set, the menuentry Save will be grayed out.


this class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling