#include <qtvisionpart.h>
Inheritance diagram for QtVisionPart::
Public Slots | |
virtual void | about () |
virtual void | help () |
virtual void | preferences () |
virtual void | reportBug () |
void | setAutoStart (bool enable) |
void | start () |
Public Methods | |
QtVisionPart (QWidget *wparent, const char *wname, QObject *parent, const char *name, const QStringList &args) | |
virtual | ~QtVisionPart () |
QString | filename () const |
virtual QtVisionWidget * | widget () const |
void | addContextMenu (bool xmlgui=true) |
KPopupMenu * | createContextMenu (bool xmlgui=true) |
KPopupMenu * | createContextMenu (const QString &name) |
Static Public Methods | |
KAboutData * | createAboutData () |
Protected Slots | |
void | maybeStart () |
Protected Methods | |
virtual bool | openFile () |
|
Returns the name of the file shown in the part.
|
|
Returns the QtVisionWidget of this part.
|
|
Adds the standard context menu.
|
|
Creates the standard screen context menu. If the menu cannot be loaded (or xmlgui is false) the default menu is created. |
|
Creates the named context menu using XMLGUI.
|