|
| berryObjectMacro (QtViewPart) |
|
void | CreatePartControl (QWidget *parent) override |
|
| berryObjectMacro (ViewPart, WorkbenchPart, IViewPart) |
|
void | Init (IViewSite::Pointer site, IMemento::Pointer memento=IMemento::Pointer(nullptr)) override |
|
void | SaveState (IMemento::Pointer memento) override |
|
IViewSite::Pointer | GetViewSite () override |
|
| berryObjectMacro (WorkbenchPart, QObject, IWorkbenchPart, IExecutableExtension) |
|
| ~WorkbenchPart () override |
|
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 |
|
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) |
|
| ~IWorkbenchPart () override |
|
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::IViewPart, IWorkbenchPart) |
|
| ~IViewPart () override |
|