Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/accessible/windows/ia2/   (Firefox Browser 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 in Prozent
C=68 H=100 G=85

¤ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet am  2026-06-06) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

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.