![]() |
ICF 3.1.1.10
Technical documentation of ICF Libraries
|
New version of parameter set UI based on standard multi page UI concept. More...
#include <CExtComposedParamsSetGuiComp.h>
Public Member Functions | |
| void | UpdateEditor (const istd::IChangeable::ChangeSet &changeSet) override |
| Updates editor with model data. | |
| void | SetReadOnly (bool state) override |
| Set flag that the model data can be changed. | |
| void | OnGuiCreated () override |
| Called just after GUI is initialized. | |
| void | OnGuiDestroyed () override |
| Called just before GUI is released. | |
| void | AddItemsToScene (i2dgui::IViewProvider *providerPtr, int flags) override |
| Called when items should be added to specified scene. | |
| void | RemoveItemsFromScene (i2dgui::IViewProvider *providerPtr) override |
| Called when items should be removed from specified scene. | |
Public Member Functions inherited from istdgui::TGuiObserverWrap< istdgui::CComposedGuiComp, imod::TSingleModelObserverBase< iprm::IParamsSet > > | |
| TGuiObserverWrap () | |
| bool | OnModelAttached (imod::IModel *modelPtr, istd::IChangeable::ChangeSet &changeMask) override |
| bool | OnModelDetached (imod::IModel *modelPtr) override |
Public Member Functions inherited from istdgui::CComposedGuiComp | |
| int | GetPagesCount () const override |
| Get the number of the pages in the UI container. | |
| istdgui::IGuiObject * | GetPageGuiComponent (int pageIndex) const override |
| Get the UI component for a given page. | |
Public Member Functions inherited from istdgui::CMultiPageGuiCompBase | |
| CMultiPageGuiCompBase () | |
| iprm::ISelectionParam & | GetPageModelRef () |
Public Member Functions inherited from istdgui::CGuiComponentBase | |
| CGuiComponentBase () | |
| bool | IsGuiShown () const |
| bool | IsGuiCreated () const override |
| Inform if GUI was initilized. | |
| QWidget * | GetWidget () const override |
| Get access to internal QWidget object. | |
Public Member Functions inherited from ibase::TVisualChangesHandlerWrap< icomp::CComponentBase > | |
| TVisualChangesHandlerWrap (Args &&... args) | |
| virtual void | EnableVisualChangesHandler (bool enableLocalization=true) |
| If enabled, listen to the language change event from the application context. | |
Public Member Functions inherited from icomp::CComponentBase | |
| CComponentBase () | |
| Create component and assign it to specific context. | |
| CComponentBase (const CComponentBase &)=delete | |
| CComponentBase & | operator= (const CComponentBase &)=delete |
| virtual const ICompositeComponent * | GetParentComponent (bool ownerOnly=false) const |
| Get parent of this component. | |
| virtual void * | GetInterface (const istd::CClassInfo &interfaceType, const QByteArray &subId="") |
| Get access to specified component interface. | |
| virtual const IComponentContext * | GetComponentContext () const |
| Get access to component context describing all application-specified component information loaded from components registry. | |
| virtual void | SetComponentContext (const IComponentContext *contextPtr, const ICompositeComponent *parentPtr, bool isParentOwner) |
| Set component context of this component. | |
Public Member Functions inherited from icomp::IComponent | |
Public Member Functions inherited from istdgui::IGuiObject | |
Public Member Functions inherited from imod::TSingleModelObserverBase< iprm::IParamsSet > | |
| TSingleModelObserverBase () | |
| iprm::IParamsSet * | GetObservedObject () const |
| Get instance of observed object. | |
| iprm::IParamsSet * | GetObjectPtr () const |
| Get instance of observed object. | |
| bool | AttachOrSetObject (iprm::IParamsSet *objectPtr) |
| Attach to model of object or set object pointer, if no connection is possible. | |
| bool | OnModelAttached (imod::IModel *modelPtr, istd::IChangeable::ChangeSet &changeMask) override |
| This call back function will be called, if an observable object is about to be attached. | |
| bool | OnModelDetached (imod::IModel *modelPtr) override |
| This call back function will be called, if an observable object is about to be detached. | |
Public Member Functions inherited from imod::CSingleModelObserverBase | |
| CSingleModelObserverBase () | |
| virtual | ~CSingleModelObserverBase () |
| imod::IModel * | GetObservedModel () const |
| Get access to observed model. | |
| imod::IModel * | GetModelPtr () const |
| Get access to observed model. | |
| void | EnsureModelDetached () |
| Make sure this observer is detached. | |
| void | SetObservedIds (const istd::IChangeable::ChangeSet &changeMask) |
| Set list of ID's beeing observed. | |
| bool | IsModelAttached (const imod::IModel *modelPtr=nullptr) const override |
| Check if specified model is attached. | |
| void | BeforeModelChange (imod::IModel *modelPtr) override |
| This function will be called before update of the observer contents occures. | |
Public Member Functions inherited from imod::IObserver | |
Public Member Functions inherited from imod::IModelEditor | |
Public Member Functions inherited from i2dgui::IViewExtender | |
Protected Member Functions | |
| void | AttachToScene (i2dgui::IViewProvider *providerPtr, int flags) |
| void | DetachFromScene (i2dgui::IViewProvider *providerPtr) |
| void | CreatePages () override |
| Create all container pages. | |
| void | OnPageChanged (int widgetIndex) override |
| void | OnGuiModelAttached () override |
| Called when model is attached and GUI is created. | |
| void | OnGuiModelDetached () override |
| Called when model is detached or GUI is destroyed. | |
| void | UpdateModel () const override |
| Do update of the model to reflect the current contents of GUI. | |
Protected Member Functions inherited from istdgui::TGuiObserverWrap< istdgui::CComposedGuiComp, imod::TSingleModelObserverBase< iprm::IParamsSet > > | |
| virtual void | OnGuiModelShown () |
| Called when model is attached and GUI is shown. | |
| virtual void | OnGuiModelHidden () |
| Called when model is detached or GUI is hidden. | |
| bool | IsUpdateBlocked () const |
| Check if GUI updating is blocked. | |
| bool | DoUpdateModel () const |
| Secure update model. | |
| virtual void | UpdateGui (const istd::IChangeable::ChangeSet &changeSet) |
| Do update of the GUI to reflect the state of model. | |
| void | UpdateEditor (const istd::IChangeable::ChangeSet &changeSet) override |
| Updates editor with model data. | |
| void | UpdateModelFromEditor () const override |
| Updates model from editor. | |
| void | OnGuiShown () override |
| void | OnGuiHidden () override |
| void | OnGuiRetranslate () override |
| void | OnGuiCreated () override |
| void | OnGuiDestroyed () override |
| void | AfterModelChange (imod::IModel *modelPtr, const istd::IChangeable::ChangeSet &changeSet) override |
| bool | IsReadOnly () const override |
Returns true if the model data can be changed. | |
| void | SetReadOnly (bool state) override |
| Set flag that the model data can be changed. | |
| void | SetDisableUiIfReadOnly (bool state) |
| Control if GUI should be disaled for read-only editors. | |
Protected Member Functions inherited from istdgui::CComposedGuiComp | |
| QWidget * | GetPageContainerWidget () const |
| void | OnRestoreSettings (const QSettings &settings) override |
| void | OnSaveSettings (QSettings &settings) const override |
| int | GetDesignType () const override |
| Get the container UI mode. | |
Protected Member Functions inherited from istdgui::TRestorableGuiWrap< CMultiPageGuiCompBase > | |
| bool | CreateGui (QWidget *parentPtr) override |
| bool | DestroyGui () override |
Protected Member Functions inherited from istdgui::CMultiPageGuiCompBase | |
| virtual int | GetLogicalPageIndex (int physicalWidgetIndex) const |
| Get logical page index from a given widget index. | |
| virtual bool | CreatePage (int pageIndex) |
| Create a page in the page container widget. | |
| virtual void | RemovePage (int pageIndex) |
| Remove a page from the container widget. | |
| virtual void | SetCurrentPage (int pageIndex) |
| Set current page. | |
| virtual void | UpdateVisualElements () |
| Update visual status of the page elements. | |
| virtual void | ResetPages () |
| Clear all container pages. | |
| QWidget * | CreateQtWidget (QWidget *parentPtr) override |
| Create slave widget object. | |
| void | OnTryClose (bool *ignoredPtr=nullptr) override |
| Called on trying to close application. | |
| void | OnComponentCreated () override |
| void | OnComponentDestroyed () override |
| void | OnModelChanged (int modelId, const istd::IChangeable::ChangeSet &changeSet) override |
| Called when some model observed by dispatcher will be changed. | |
| bool | EnsurePageInitialized (int pageIndex) |
Protected Member Functions inherited from istdgui::CGuiComponentBase | |
| virtual bool | OnKeyPressed (QKeyEvent *event) |
| Called from widget event filter when key is pressed. | |
| virtual void | OnRetranslate () |
| Called when non-GUI elements (like commands) should be retranslated. | |
| void | SetStatusIcon (const QIcon &icon) |
| Set status icon;. | |
| void | SetStatusText (const QString &text) |
| Set status text;. | |
| void | OnLanguageChanged () override |
| void | OnDesignSchemaChanged () override |
| bool | eventFilter (QObject *sourcePtr, QEvent *eventPtr) override |
Protected Member Functions inherited from ibase::TVisualChangesHandlerWrap< icomp::CComponentBase > | |
Protected Member Functions inherited from icomp::CComponentBase | |
| bool | IsComponentActive () const |
| Check if component is active. | |
| virtual const IRealComponentStaticInfo & | GetComponentStaticInfo () const =0 |
| Get access to static info of this component. | |
Protected Member Functions inherited from imod::CMultiModelDispatcherBase | |
| bool | RegisterModel (IModel *modelPtr, int modelId=0, const istd::IChangeable::ChangeSet &relevantFlags=istd::IChangeable::GetAllChanges()) |
| Register the data model to be observed. | |
| void | UnregisterModel (int modelId=0) |
| Unregister the data model object. | |
| void | UnregisterAllModels () |
| Unregister all observed data objects. | |
| template<class Object > | |
| Object * | GetObjectAt (int modelId) const |
| Get concrete object instance of the obsered model. | |
Protected Member Functions inherited from imod::TSingleModelObserverBase< iprm::IParamsSet > | |
| virtual iprm::IParamsSet * | CastFromModel (imod::IModel *modelPtr) const |
Protected Member Functions inherited from imod::CSingleModelObserverBase | |
| void | SetModelPtr (imod::IModel *modelPtr) |
| Set internal model pointer to specified value. | |
| virtual void | OnUpdate (const istd::IChangeable::ChangeSet &changeSet) |
| Called on update of observed model. | |
Additional Inherited Members | |
Static Public Member Functions inherited from istdgui::CGuiComponentBase | |
| static void | MakeAutoSlotConnection (const QWidget &widget, QObject &object) |
Protected Slots inherited from istdgui::CMultiPageGuiCompBase | |
Static Protected Member Functions inherited from icomp::CComponentBase | |
| static const IRealComponentStaticInfo & | InitStaticInfo (IComponent *componentPtr) |
| static QByteArray | GetComponentId (const IComponentContext *componentContextPtr, const QByteArray &contextId=QByteArray()) |
Protected Attributes inherited from istdgui::TGuiObserverWrap< istdgui::CComposedGuiComp, imod::TSingleModelObserverBase< iprm::IParamsSet > > | |
| bool | m_isReadOnly |
Protected Attributes inherited from istdgui::CMultiPageGuiCompBase | |
| imod::TModelWrap< PageModel > | m_pageModel |
Protected Attributes inherited from istdgui::CGuiComponentBase | |
| istd::CMainThreadCaller | m_updateGuiCaller |
| imod::TModelWrap< VisualStatus > | m_visualStatus |
New version of parameter set UI based on standard multi page UI concept.
Definition at line 30 of file CExtComposedParamsSetGuiComp.h.
| istdgui::TGuiObserverWrap< istdgui::CComposedGuiComp, imod::TSingleModelObserverBase<iprm::IParamsSet> > iprmgui::CExtComposedParamsSetGuiComp::BaseClass |
Definition at line 37 of file CExtComposedParamsSetGuiComp.h.
|
overridevirtual |
Called when items should be added to specified scene.
Implements i2dgui::IViewExtender.
|
protected |
|
overrideprotectedvirtual |
Create all container pages.
Reimplemented from istdgui::CMultiPageGuiCompBase.
|
protected |
|
overridevirtual |
Called just after GUI is initialized.
Reimplemented from istdgui::CComposedGuiComp.
|
overridevirtual |
Called just before GUI is released.
Reimplemented from istdgui::CGuiComponentBase.
|
overrideprotectedvirtual |
Called when model is attached and GUI is created.
Reimplemented from istdgui::TGuiObserverWrap< istdgui::CComposedGuiComp, imod::TSingleModelObserverBase< iprm::IParamsSet > >.
|
overrideprotectedvirtual |
Called when model is detached or GUI is destroyed.
Reimplemented from istdgui::TGuiObserverWrap< istdgui::CComposedGuiComp, imod::TSingleModelObserverBase< iprm::IParamsSet > >.
|
overrideprotectedvirtual |
Reimplemented from istdgui::CMultiPageGuiCompBase.
|
overridevirtual |
Called when items should be removed from specified scene.
Implements i2dgui::IViewExtender.
|
overridevirtual |
Set flag that the model data can be changed.
Implements imod::IModelEditor.
|
overridevirtual |
Updates editor with model data.
This method will be called only if GUI is connected.
| changeSet | the same as changeSet in istd::IChangeable. |
Implements imod::IModelEditor.
|
overrideprotectedvirtual |
Do update of the model to reflect the current contents of GUI.
This method should be implmented by derived classes instead of imod::IModelEditor::UpdateModelFromEditor().
Reimplemented from istdgui::TGuiObserverWrap< istdgui::CComposedGuiComp, imod::TSingleModelObserverBase< iprm::IParamsSet > >.
© Witold Gantzke and Kirill Lepskiy