Home
last modified time | relevance | path

Searched refs:m_start_button (Results 1 – 6 of 6) sorted by relevance

/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/states_screens/online/
H A Dnetworking_lobby.cpp83 m_start_button = NULL; in NetworkingLobby()
106 assert(m_start_button!= NULL); in loadedFromFile()
203 m_start_button->setVisible(false); in init()
316 m_start_button->setLabel(m_ready_text); in onUpdate()
321 m_start_button->setVisible(false); in onUpdate()
357 m_start_button->setVisible(false); in onUpdate()
520 m_start_button->setVisible(false); in onUpdate()
529 m_start_button->setVisible(false); in onUpdate()
546 m_start_button->setVisible(false); in onUpdate()
556 m_start_button->setVisible(true); in onUpdate()
[all …]
H A Dnetworking_lobby.hpp97 GUIEngine::IconButtonWidget* m_start_button; member in NetworkingLobby
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/TAS/
H A DGCTASInputWindow.cpp53 m_start_button = CreateButton(QStringLiteral("&START")); in GCTASInputWindow()
68 buttons_layout->addWidget(m_start_button, 1, 0); in GCTASInputWindow()
104 GetButton<u16>(m_start_button, pad->button, PAD_BUTTON_START); in GetValues()
H A DGCTASInputWindow.h29 TASCheckBox* m_start_button; variable
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/NetPlay/
H A DNetPlayDialog.cpp100 m_start_button = new QPushButton(tr("Start")); in CreateMainLayout()
194 options_widget->addWidget(m_start_button, 0, 0, Qt::AlignVCenter); in CreateMainLayout()
321 connect(m_start_button, &QPushButton::clicked, this, &NetPlayDialog::OnStart); in ConnectWidgets()
561 m_start_button->setHidden(!is_hosting); in show()
842 m_start_button->setEnabled(enabled); in SetOptionsEnabled()
H A DNetPlayDialog.h128 QPushButton* m_start_button; variable