namespace com::sun::star { namespace frame { class XFrame; }
}
namespace dbaui
{
class IController;
//= ControllerFrame
struct ControllerFrame_Data; /** helper class to encapsulate the frame which a controller is plugged into, doingsomecommonactionsonit.
*/ class ControllerFrame
{ public:
ControllerFrame( IController& _rController );
~ControllerFrame();
/// attaches a new frame const css::uno::Reference< css::frame::XFrame >&
attachFrame( const css::uno::Reference< css::frame::XFrame >& _rxFrame
);
// retrieves the current frame const css::uno::Reference< css::frame::XFrame >&
getFrame() const;
/** determines whether the frame is currently active
*/ bool isActive() const;
/** notifies the instance that a certain frame action happened with our frame
*/ void frameAction( css::frame::FrameAction _eAction );
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.