![]() |
Qt 6.x
The Qt SDK
|
Classes | |
interface | OnClickListener |
Public Member Functions | |
void | onClick (View v) |
void | updateButtons (int buttonsLayout) |
EditContextView (Context context, OnClickListener onClickListener) | |
Static Public Attributes | |
static final int | CUT_BUTTON = 1 << 0 |
static final int | COPY_BUTTON = 1 << 1 |
static final int | PASTE_BUTTON = 1 << 2 |
static final int | SALL_BUTTON = 1 << 3 |
Definition at line 18 of file EditContextView.java.
|
inline |
Definition at line 77 of file EditContextView.java.
Definition at line 56 of file EditContextView.java.
References button, and org.qtproject.qt.android.EditContextView.OnClickListener.contextButtonClicked().
|
inline |
Definition at line 69 of file EditContextView.java.
References org.qtproject.qt.android.EditContextView.COPY_BUTTON, org.qtproject.qt.android.EditContextView.CUT_BUTTON, m_buttons, org.qtproject.qt.android.EditContextView.PASTE_BUTTON, R, and org.qtproject.qt.android.EditContextView.SALL_BUTTON.
Referenced by org.qtproject.qt.android.EditPopupMenu.setPosition().
|
static |
Definition at line 21 of file EditContextView.java.
Referenced by org.qtproject.qt.android.EditContextView.updateButtons().
|
static |
Definition at line 20 of file EditContextView.java.
Referenced by org.qtproject.qt.android.EditContextView.updateButtons().
|
static |
Definition at line 22 of file EditContextView.java.
Referenced by org.qtproject.qt.android.EditContextView.updateButtons(), and org.qtproject.qt.android.QtActivityDelegate.updateHandles().
|
static |
Definition at line 23 of file EditContextView.java.
Referenced by org.qtproject.qt.android.EditContextView.updateButtons().