src/hbcore/inputfw/hbinputeditorinterface_p.h
changeset 5 627c4a0fd0e7
parent 1 f7ac710697a9
child 6 c3690ec91ef8
equal deleted inserted replaced
3:11d3954df52a 5:627c4a0fd0e7
   101 private:
   101 private:
   102     HbEditorInterfacePrivateCache();
   102     HbEditorInterfacePrivateCache();
   103     ~HbEditorInterfacePrivateCache();
   103     ~HbEditorInterfacePrivateCache();
   104 
   104 
   105 public:
   105 public:
   106     HbEditorInterfacePrivate* attachEditor(QObject* editor, HbEditorInterface* interface);
   106     HbEditorInterfacePrivate *attachEditor(QObject *editor, HbEditorInterface *interface);
   107     bool isConnected(QObject* object);
   107     bool isConnected(QObject *object);
   108     void notifyValueChanged(QObject *editor);
   108     void notifyValueChanged(QObject *editor);
   109 
   109 
   110 public slots:
   110 public slots:
   111     void destroyed(QObject* object);
   111     void destroyed(QObject *object);
   112     void interfaceDestroyed(QObject* object);
   112     void interfaceDestroyed(QObject *object);
       
   113     void actionDestroyed(QObject *object);
   113 
   114 
   114 private:
   115 private:
   115     QVector<HbEditorInterfacePrivate*> mObjectCache;
   116     QVector<HbEditorInterfacePrivate*> mObjectCache;
   116 };
   117 };
   117 
   118