|
| berryObjectMacro (QtEditorPart, EditorPart) void CreatePartControl(QWidget *parent) override |
|
virtual void | DoSave () override=0 |
|
virtual void | DoSaveAs () override=0 |
|
IEditorInput::Pointer | GetEditorInput () const override |
|
IEditorSite::Pointer | GetEditorSite () const override |
|
QString | GetTitleToolTip () const override |
|
virtual void | Init (IEditorSite::Pointer site, IEditorInput::Pointer input) override=0 |
|
virtual bool | IsDirty () const override=0 |
|
virtual bool | IsSaveAsAllowed () const override=0 |
|
virtual bool | IsSaveOnCloseNeeded () const override |
|
| berryObjectMacro (WorkbenchPart, QObject, IWorkbenchPart, IExecutableExtension)~WorkbenchPart() |
|
void | AddPropertyListener (IPropertyChangeListener *l) override |
|
void | RemovePropertyListener (IPropertyChangeListener *l) override |
|
void | SetPartProperty (const QString &key, const QString &value) override |
|
QString | GetPartProperty (const QString &key) const override |
|
const QHash< QString, QString > & | GetPartProperties () const override |
|
void | SetInitializationData (const IConfigurationElement::Pointer &cfig, const QString &propertyName, const Object::Pointer &data) override |
|
virtual void | CreatePartControl (QWidget *parent) override=0 |
|
virtual void | SetFocus () override=0 |
|
IWorkbenchPartSite::Pointer | GetSite () const override |
|
QString | GetPartName () const override |
|
QString | GetContentDescription () const override |
|
QIcon | GetTitleImage () const override |
|
QString | GetTitleToolTip () const override |
|
| berryObjectMacro (berry::IWorkbenchPart, Object) virtual ~IWorkbenchPart() |
|
virtual QString | GetClassName () const |
|
virtual Reflection::TypeInfo | GetTypeInfo () const |
|
virtual QList< Reflection::TypeInfo > | GetSuperclasses () const |
|
virtual void | Delete () |
|
QDebug | Print (QDebug os, Indent Indent=0) const |
|
virtual QString | ToString () const |
|
virtual uint | HashCode () const |
|
virtual bool | operator< (const Object *) const |
|
void | Register () const |
|
void | UnRegister (bool del=true) const |
|
int | GetReferenceCount () const |
|
void | SetReferenceCount (int) |
|
void | AddDestroyListener (const MessageAbstractDelegate<> &delegate) const |
|
void | RemoveDestroyListener (const MessageAbstractDelegate<> &delegate) const |
|
virtual bool | operator== (const Object *) const |
|
virtual | ~IExecutableExtension () |
|
virtual void | SetInitializationData (const SmartPointer< IConfigurationElement > &config, const QString &propertyName, const Object::Pointer &data)=0 |
|
| berryObjectMacro (berry::IEditorPart, IWorkbenchPart, ISaveablePart) virtual ~IEditorPart() |
|
virtual void | Init (SmartPointer< IEditorSite > site, SmartPointer< IEditorInput > input)=0 |
|
| berryObjectMacro (berry::ISaveablePart) static const int PROP_DIRTY |
|
Definition at line 28 of file berryQtEditorPart.h.