Searched refs:m_state (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUIDownloader.cpp42 m_state = UIDownloaderState_Acknowledging;
57 m_state = UIDownloaderState_Downloading;
68 : m_state(UIDownloaderState_Null)
97 switch (m_state)
H A DUIDownloader.h110 UIDownloaderState m_state; member in class:UIDownloader
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQIWidgetValidator.cpp33 , m_state(QValidator::Invalid)
49 if (m_state != state)
52 m_state = state;
55 emit sigValidityChange(m_state);
H A DQIWidgetValidator.h53 QValidator::State state() const { return m_state; }
68 QValidator::State m_state; member in class:QObjectValidator
/vbox/src/VBox/Frontends/VirtualBox/src/medium/
H A DUIMedium.cpp42 , m_state(KMediumState_NotCreated)
50 , m_state(KMediumState_NotCreated)
58 , m_state(state)
74 m_state = other.state();
117 m_state = m_medium.RefreshState();
124 m_state = KMediumState_Inaccessible;
203 if (m_state != KMediumState_Inaccessible && m_state != KMediumState_NotCreated)
236 if (m_state != KMediumState_Inaccessible && m_state !
[all...]
H A DUIMedium.h132 return fNoDiffs ? m_noDiffs.state : m_state;
302 KMediumState m_state; member in class:UIMedium
H A DUIMediumManager.cpp581 CheckIfSuitableByState(KMediumState state) : m_state(state) {}
585 bool isItSuitable(UIMediumItem *pItem) const { return pItem->state() == m_state; }
587 KMediumState m_state; member in class:CheckIfSuitableByState
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/graphics/
H A DUIGraphicsRotatorButton.cpp43 , m_state(fToggled ? UIGraphicsRotatorButtonState_Rotated : UIGraphicsRotatorButtonState_Default)
218 return m_state;
223 m_state = state;
224 switch (m_state)
H A DUIGraphicsRotatorButton.h93 UIGraphicsRotatorButtonState m_state; member in class:UIGraphicsRotatorButton
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddraganddrop.cpp424 State m_state; member in class:DragInstance
517 , m_state(Uninitialized)
534 m_state = Uninitialized;
560 m_state = Initialized;
651 m_state = Initialized;
665 LogFlowThisFunc(("m_mode=%d, m_state=%d\n", m_mode, m_state));
742 LogFlowThisFunc(("m_mode=%d, m_state=%d\n", m_mode, m_state));
750 if (m_state
[all...]

Completed in 83 milliseconds