Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/accessible/windows/ia2/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 3 kB image not shown  

Quelle  ia2AccessibleAction.h   Sprache: C

 
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:expandtab:shiftwidth=2:tabstop=2:
 */

/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */


#ifndef _ACCESSIBLE_ACTION_H
#define _ACCESSIBLE_ACTION_H

#include "nsISupports.h"

#include "mozilla/a11y/Accessible.h"
#include "AccessibleAction.h"

namespace mozilla {
namespace a11y {

class ia2AccessibleAction : public IAccessibleAction {
 public:
  // IUnknown
  STDMETHODIMP QueryInterface(REFIID, void**);

  // IAccessibleAction
  virtual HRESULT STDMETHODCALLTYPE nActions(
      /* [retval][out] */ long* nActions);

  virtual HRESULT STDMETHODCALLTYPE doAction(
      /* [in] */ long actionIndex);

  virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_description(
      /* [in] */ long actionIndex,
      /* [retval][out] */ BSTR* description);

  virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_keyBinding(
      /* [in] */ long actionIndex,
      /* [in] */ long nMaxBinding,
      /* [length_is][length_is][size_is][size_is][out] */ BSTR** keyBinding,
      /* [retval][out] */ long* nBinding);

  virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_name(
      /* [in] */ long actionIndex,
      /* [retval][out] */ BSTR* name);

  virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_localizedName(
      /* [in] */ long actionIndex,
      /* [retval][out] */ BSTR* localizedName);

 private:
  Accessible* Acc();
};

}  // namespace a11y
}  // namespace mozilla

#define FORWARD_IACCESSIBLEACTION(Class)                                       \
  virtual HRESULT STDMETHODCALLTYPE nActions(long* nActions) {                 \
    return Class::nActions(nActions);                                          \
  }                                                                            \
                                                                               \
  virtual HRESULT STDMETHODCALLTYPE doAction(long actionIndex) {               \
    return Class::doAction(actionIndex);                                       \
  }                                                                            \
                                                                               \
  virtual HRESULT STDMETHODCALLTYPE get_description(long actionIndex,          \
                                                    BSTR* description) {       \
    return Class::get_description(actionIndex, description);                   \
  }                                                                            \
                                                                               \
  virtual HRESULT STDMETHODCALLTYPE get_keyBinding(                            \
      long actionIndex, long nMaxBinding, BSTR** keyBinding, long* nBinding) { \
    return Class::get_keyBinding(actionIndex, nMaxBinding, keyBinding,         \
                                 nBinding);                                    \
  }                                                                            \
                                                                               \
  virtual HRESULT STDMETHODCALLTYPE get_name(long actionIndex, BSTR* name) {   \
    return Class::get_name(actionIndex, name);                                 \
  }                                                                            \
                                                                               \
  virtual HRESULT STDMETHODCALLTYPE get_localizedName(long actionIndex,        \
                                                      BSTR* localizedName) {   \
    return Class::get_localizedName(actionIndex, localizedName);               \
  }

#endif

Messung V0.5
C=91 H=99 G=94

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

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.