Searched refs:model (Results 1 - 25 of 262) sorted by relevance

1234567891011

/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserHandlerKeyboard.cpp56 UIGChooserModel* UIGChooserHandlerKeyboard::model() const function in class:UIGChooserHandlerKeyboard
72 if (model()->isSlidingInProgress())
97 int iPosition = model()->navigationList().indexOf(model()->focusItem());
103 pPreviousItem = model()->navigationList().at(iPosition - 1);
105 pPreviousItem = model()->navigationList().first();
112 UIGChooserItem *pFirstItem = model()->currentItem();
113 int iFirstPosition = model()->navigationList().indexOf(pFirstItem);
114 int iPreviousPosition = model()->navigationList().indexOf(pPreviousItem);
119 items << model()
[all...]
H A DUIGChooserHandlerMouse.cpp53 UIGChooserModel* UIGChooserHandlerMouse::model() const function in class:UIGChooserHandlerMouse
62 if (QGraphicsItem *pItemUnderMouse = model()->itemAt(scenePos))
85 UIGChooserItem *pFirstItem = model()->currentItem();
86 int iFirstPosition = model()->navigationList().indexOf(pFirstItem);
87 int iClickedPosition = model()->navigationList().indexOf(pClickedItem);
92 items << model()->navigationList().at(i);
95 items << model()->navigationList().at(i);
97 model()->setCurrentItems(items);
99 model()->setFocusItem(pClickedItem);
105 if (model()
[all...]
H A DUIGChooserHandlerMouse.h52 UIGChooserModel* model() const;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Ddmxconfig.h51 extern void dmxConfigSetXkbModel(const char *model);
H A Dxkbrules.h34 char *model; member in struct:_XkbRMLVOSet
41 const char *model; member in struct:_XkbRF_VarDefs
51 const char *model; member in struct:_XkbRF_Rule
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Ddmxconfig.h51 extern void dmxConfigSetXkbModel(const char *model);
H A Dxkbrules.h34 char *model; member in struct:_XkbRMLVOSet
41 const char *model; member in struct:_XkbRF_VarDefs
51 const char *model; member in struct:_XkbRF_Rule
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Ddmxconfig.h51 extern void dmxConfigSetXkbModel(const char *model);
H A Dxkbrules.h34 char * model; member in struct:_XkbRMLVOSet
41 char * model; member in struct:_XkbRF_VarDefs
51 char * model; member in struct:_XkbRF_Rule
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Ddmxconfig.h51 extern void dmxConfigSetXkbModel(const char *model);
H A Dxkbrules.h34 char * model; member in struct:_XkbRMLVOSet
41 char * model; member in struct:_XkbRF_VarDefs
51 char * model; member in struct:_XkbRF_Rule
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Ddmxconfig.h51 extern void dmxConfigSetXkbModel(const char *model);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Ddmxconfig.h51 extern void dmxConfigSetXkbModel(const char *model);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Ddmxconfig.h51 extern void dmxConfigSetXkbModel(const char *model);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Ddmxconfig.h51 extern void dmxConfigSetXkbModel(const char *model);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Ddmxconfig.h51 extern void dmxConfigSetXkbModel(const char *model);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Ddmxconfig.h51 extern void dmxConfigSetXkbModel(const char *model);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Ddmxconfig.h55 extern void dmxConfigSetXkbModel(const char *model);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Ddmxconfig.h54 extern void dmxConfigSetXkbModel(const char *model);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Ddmxconfig.h54 extern void dmxConfigSetXkbModel(const char *model);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Ddmxconfig.h54 extern void dmxConfigSetXkbModel(const char *model);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Ddmxconfig.h54 extern void dmxConfigSetXkbModel(const char *model);
H A Dxkbrules.h34 char * model; member in struct:_XkbRMLVOSet
41 char * model; member in struct:_XkbRF_VarDefs
51 char * model; member in struct:_XkbRF_Rule
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Ddmxconfig.h55 extern void dmxConfigSetXkbModel(const char *model);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Ddmxconfig.h55 extern void dmxConfigSetXkbModel(const char *model);

Completed in 1149 milliseconds

1234567891011