Searched refs:mAction (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageUSB.cpp139 : mAction(USBDeviceFilterAction_Null)
152 USBDeviceFilterAction_T mAction; member in struct:USBFilterCmd::USBFilter
157 USBFilterCmd() : mAction(Invalid), mIndex(0), mGlobal(false) {}
159 Action mAction; member in struct:USBFilterCmd
178 cmd.mAction = USBFilterCmd::Invalid;
179 if (!strcmp(a->argv[0], "add")) cmd.mAction = USBFilterCmd::Add;
180 else if (!strcmp(a->argv[0], "modify")) cmd.mAction = USBFilterCmd::Modify;
181 else if (!strcmp(a->argv[0], "remove")) cmd.mAction = USBFilterCmd::Remove;
183 if (cmd.mAction == USBFilterCmd::Invalid)
190 switch (cmd.mAction)
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/settings/
H A DVBoxSettingsSelector.cpp364 , mAction (new QAction (aIcon, aText, aParent))
367 mAction->setCheckable (true);
370 QAction *action() const { return mAction; }
377 QAction *mAction; member in class:SelectorActionItem
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrFormPkg.h1195 EFI_IFR_ACTION *mAction; member in class:CIfrAction
1198 CIfrAction () : CIfrObj (EFI_IFR_ACTION_OP, (CHAR8 **)&mAction),
1199 CIfrOpHeader (EFI_IFR_ACTION_OP, &mAction->Header),
1200 CIfrQuestionHeader (&mAction->Question) {
1201 mAction->QuestionConfig = EFI_STRING_ID_INVALID;
1205 mAction->QuestionConfig = QuestionConfig;

Completed in 41 milliseconds