Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qiosmenu.mm File Reference

(9f618f120c5eb715ec9cbf9120bcb0daf5a97912)

#include <qglobal.h>
#include <qguiapplication.h>
#include <qpa/qplatformtheme.h>
#include "qiosglobal.h"
#include "qiosmenu.h"
#include "qioswindow.h"
#include "qiosinputcontext.h"
#include "qiosintegration.h"
#include "qiostextresponder.h"
#include <algorithm>
#include <iterator>
Include dependency graph for qiosmenu.mm:

Go to the source code of this file.

Classes

class  QUIMenuController
class  QUIPickerView

Variables

static NSString *const kSelectorPrefix = @"@"_qtMenuItem_"
QPointer< QObjectm_focusObjectWithPickerView
NSInteger m_selectedRow

Variable Documentation

◆ kSelectorPrefix

NSString *const kSelectorPrefix = @"@"_qtMenuItem_"
static

Definition at line 26 of file qiosmenu.mm.

◆ m_focusObjectWithPickerView

QPointer<QObject> m_focusObjectWithPickerView
Initial value:
{
QIOSMenuItemList m_visibleMenuItems
QList< QIOSMenuItem * > QIOSMenuItemList
Definition qiosmenu.h:50

Definition at line 117 of file qiosmenu.mm.

◆ m_selectedRow

NSInteger m_selectedRow

Definition at line 118 of file qiosmenu.mm.