Module qtjambi
Package io.qt.gui

Class QInputMethodEvent.Attribute

java.lang.Object
io.qt.QtObject
io.qt.gui.QInputMethodEvent.Attribute
All Implemented Interfaces:
QtObjectInterface, Cloneable
Enclosing class:
QInputMethodEvent

public static class QInputMethodEvent.Attribute extends QtObject implements Cloneable

QInputMethodEvent::Attribute class stores an input method attribute

Java wrapper for Qt class QInputMethodEvent::Attribute

  • Constructor Details

    • Attribute

      public Attribute(QInputMethodEvent.Attribute other)

      See QInputMethodEvent::Attribute::Attribute(QInputMethodEvent::Attribute)

      Parameters:
      other -
    • Attribute

      public Attribute(QInputMethodEvent.AttributeType typ, int s, int l)

      See QInputMethodEvent::Attribute::Attribute(QInputMethodEvent::AttributeType,int,int)

      Parameters:
      typ -
      s -
      l -
    • Attribute

      public Attribute(QInputMethodEvent.AttributeType typ, int s, int l, Object val)

      See QInputMethodEvent::Attribute::Attribute(QInputMethodEvent::AttributeType,int,int,QVariant)

      Parameters:
      typ -
      s -
      l -
      val -
  • Method Details