Searched refs:m_pActionRefresh (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/medium/
H A DUIMediumManager.cpp670 , m_pActionRefresh(0)
740 if (m_pActionRefresh)
741 m_pActionRefresh->setEnabled(false);
800 if (m_pActionRefresh)
801 m_pActionRefresh->setEnabled(true);
1062 m_pActionRefresh = new QAction(this);
1063 AssertPtrReturnVoid(m_pActionRefresh);
1066 m_pActionRefresh->setShortcut(QKeySequence(QKeySequence::Refresh));
1067 connect(m_pActionRefresh, SIGNAL(triggered()), this, SLOT(sltRefreshAll()));
1090 m_pMenu->addAction(m_pActionRefresh);
[all...]
H A DUIMediumManager.h90 /** Handles UIMediumManager::m_pActionRefresh action triggering. */
293 QAction *m_pActionRefresh; member in class:UIMediumManager

Completed in 189 milliseconds