namespace com::sun::star { namespace frame { class XFrame; } namespace uno { class XComponentContext; }
}
namespace svt { class AcceleratorExecute;
}
namespace tools { class Rectangle; }
namespace dbaui
{ class IController; class UNLESS_MERGELIBS_MORE(DBACCESS_DLLPUBLIC) ODataView : public vcl::Window
{
css::uno::Reference< css::uno::XComponentContext > m_xContext; // the service factory to work with
protected:
rtl::Reference<IController> m_xController; // the controller where we reside in
::std::unique_ptr< ::svt::AcceleratorExecute> m_pAccel;
/// late construction virtualvoid Construct(); // initialize will be called when after the controller finished his initialize method virtualvoid initialize(){} // window overridables virtualbool PreNotify( NotifyEvent& rNEvt ) override; virtualvoid StateChanged( StateChangedType nStateChange ) override;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.