Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QDLEditClient class is used to add QDLLinks to rich-text documents. More...
#include <QDLEditClient>
Inherits QDLClient.
The QDLEditClient class is used to add QDLLinks to rich-text documents.
QDLEditClient is a subclass of QDLClient which manages the QDLLinks in collaboration with the rich-text in QTextEdit. This allows the anchor text for QDLLinks to updated as links are added, set, or removed from the client object.
See also QDLClient and QDLBrowserClient.
Constructs a QDLEditClient with edit as the parent widget. The QDLClient is identified by name, which should be unique within a group of QDLClients. name should only contain alpha-numeric characters, underscores and spaces.
See also isValid().
Destroys a QDL Edit Client.
Returns the hint used when requesting links.
See also QDLClient::setHint().
Returns true if the client object is valid; otherwise returns false. Calls to methods on an invalid client will fail.
Requests QDLLinks from a selected QDL source. The user selects the source from a list of available QDL sources. Returned links from the source are automatically added to the client using QDLEditClient::addLink().
See also addLink().
Adds an "Insert Link" action item to context which connects to QDLEditClient::requestLinks().
See also requestLinks().
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |