Home
last modified time | relevance | path

Searched refs:gControl (Results 1 – 17 of 17) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/saga2/
H A Dpanel.h259 class gControl; variable
263 friend class gControl; variable
323 friend class gControl; variable
412 class gControl : public gPanel {
417 gControl(gPanelList &, const Rect16 &, const char *, uint16, AppFunc *cmd = NULL);
418 gControl(gPanelList &, const Rect16 &, gPixelMap &, uint16, AppFunc *cmd = NULL);
420 gControl(gPanelList &, const StaticRect &, const char *, uint16, AppFunc *cmd = NULL);
421 ~gControl(); // destructor
437 class gGenericControl : public gControl {
H A Dpanel.cpp610 gControl::gControl(gPanelList &list, const Rect16 &box, const char *title_, uint16 ident, in gControl() function in Saga2::gControl
620 gControl::gControl(gPanelList &list, const Rect16 &box, gPixelMap &img, uint16 ident, in gControl() function in Saga2::gControl
630 gControl::~gControl() { in ~gControl()
634 gControl::gControl(gPanelList &list, const StaticRect &box, const char *title_, uint16 ident, in gControl() function in Saga2::gControl
644 void gControl::enable(bool abled) { in enable()
651 void gControl::select(uint16 sel) { in select()
658 void gControl::ghost(bool sel) { in ghost()
665 gPanel *gControl::keyTest(int16 key) { in keyTest()
673 void gControl::draw(void) { in draw()
688 : gControl(list, box, NULL, ident, cmd) { in gGenericControl()
H A Dfloating.h99 class DragBar : public gControl {
121 class gButton : public gControl {
125 gControl(list, box, title_, ident, cmd) {} in gControl() function
127 gControl(list, box, img, ident, cmd) {} in gControl() function
H A Dbutton.cpp56 AppFunc *cmd) : gControl(list, box, NULL, ident, cmd) { in GfxCompImage()
75 AppFunc *cmd) : gControl(list, box, NULL, ident, cmd) { in GfxCompImage()
102 AppFunc *cmd) : gControl(list, box, text, ident, cmd) { in GfxCompImage()
121 uint16 ident, AppFunc *cmd) : gControl(list, box, NULL, ident, cmd) { in GfxCompImage()
136 uint16 ident, AppFunc *cmd) : gControl(list, box, text, ident, cmd) { in GfxCompImage()
154 uint16 ident, AppFunc *cmd) : gControl(list, box, text, ident, cmd) { in GfxCompImage()
193 gControl::pointerMove(msg); in pointerMove()
H A Dmsgbox.h77 class SimpleButton : public gControl {
H A Dgtextbox.h65 class gTextBox : public gControl {
H A Dcontain.h64 class ContainerView : public gControl {
H A Dmsgbox.cpp350 : gControl(win, box, title_, ident, cmd_) { in SimpleButton()
H A Dbutton.h96 class GfxCompImage : public gControl {
H A Dintrface.h183 class CPlaqText : public gControl {
H A Dfloating.cpp322 : gControl(list, r, NULL, 0, NULL) { in DragBar()
H A Dgtextbox.cpp168 : gControl(list, box, title_, ident, cmd) { in gTextBox()
H A Dintrface.cpp182 class gEnchantmentDisplay : public gControl {
192 : gControl(list, Rect16(0, 0, 630, 18), nullptr, ident, cmd) { in gEnchantmentDisplay()
416 : gControl(list, box, msg, ident, cmd) { in CPlaqText()
H A Dcontain.cpp249 : gControl(list, rect, NULL, 0, cmd), in ContainerView()
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/ifc/drawing/
H A D_XControlShape.java84 XControlModel gControl = oObj.getControl() ; in _setControl() local
86 if (oNewControl.equals(gControl)) in _setControl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/ifc/drawing/
H A D_XControlShape.java84 XControlModel gControl = oObj.getControl() ; in _setControl() local
86 if (oNewControl.equals(gControl)) in _setControl()
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dumax_pp_low.c686 static int gControl = 0; variable
957 gControl = 0; in sanei_umax_pp_initPort()
2281 Outb (CONTROL, gControl); in sendCommand()
2709 gControl = Inb (CONTROL); in ECPconnect()
2741 Outb (CONTROL, gControl); in EPPdisconnect()
5910 Outb (CONTROL, gControl); in sanei_umax_pp_endSession()
7280 gControl = Inb (CONTROL); in sanei_umax_pp_probeScanner()
7329 gControl = Inb (CONTROL) & 0x3F; in sanei_umax_pp_probeScanner()
7383 gControl = Inb (CONTROL) & 0x3F; in sanei_umax_pp_probeScanner()
7384 Outb (CONTROL, gControl & 0xEF); in sanei_umax_pp_probeScanner()
[all …]