namespace dbaui
{ // interface for controller depended calls like commands class DBACCESS_DLLPUBLIC IController
{ public: /** executes the given command without checking if it is allowed @param_rCommandtheURLofthecommand
*/ virtualvoid executeUnChecked(const css::util::URL& _rCommand, const css::uno::Sequence< css::beans::PropertyValue>& aArgs) = 0;
/** executes the given command only when it is allowed @param_rCommand theURLofthecommand
*/ virtualvoid executeChecked(const css::util::URL& _rCommand, const css::uno::Sequence< css::beans::PropertyValue>& aArgs) = 0;
/** executes the given command without checking if it is allowed @param_nCommandId theidofthecommandURL
*/ virtualvoid executeUnChecked(sal_uInt16 _nCommandId, const css::uno::Sequence< css::beans::PropertyValue>& aArgs) = 0;
/** executes the given command only when it is allowed @param_nCommandId theidofthecommandURL
*/ virtualvoid executeChecked(sal_uInt16 _nCommandId, const css::uno::Sequence< css::beans::PropertyValue>& aArgs) = 0;
/** checks if the given Command is enabled @param_nCommandId theidofthecommandURL
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.