Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qiosmenu.mm File Reference

(e51b2d70de65f2ac674afb9c7da2a10c7067f142)

#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 25 of file qiosmenu.mm.

◆ m_focusObjectWithPickerView

QPointer<QObject> m_focusObjectWithPickerView
Initial value:

Definition at line 116 of file qiosmenu.mm.

◆ m_selectedRow

NSInteger m_selectedRow

Definition at line 117 of file qiosmenu.mm.