Home
last modified time | relevance | path

Searched refs:CanvasWidget (Results 1 – 25 of 44) sorted by relevance

12

/dports/games/kbreakout/kbreakout-21.12.3/src/
H A Dcanvaswidget.cpp22 CanvasWidget::CanvasWidget(QWidget *parent) : in CanvasWidget() function in CanvasWidget
43 CanvasWidget::~CanvasWidget() in ~CanvasWidget()
48 void CanvasWidget::updateFireShortcut() in updateFireShortcut()
61 bool CanvasWidget::event(QEvent *event) in event()
69 void CanvasWidget::newGame() in newGame()
89 void CanvasWidget::startGame() in startGame()
94 void CanvasWidget::fire() in fire()
99 void CanvasWidget::cheatSkipLevel() in cheatSkipLevel()
104 void CanvasWidget::cheatAddLife() in cheatAddLife()
115 void CanvasWidget::updateBarDirection() in updateBarDirection()
[all …]
H A Dmainwindow.cpp50 canvasWidget(new CanvasWidget(this)) in MainWindow()
56 connect(canvasWidget, &CanvasWidget::focusLost, this, &MainWindow::pauseGame); in MainWindow()
58 connect(canvasWidget, &CanvasWidget::levelComplete, gameEngine, &GameEngine::loadNextLevel); in MainWindow()
59 connect(canvasWidget, &CanvasWidget::gameEnded, this, &MainWindow::handleEndedGame); in MainWindow()
60 connect(canvasWidget, &CanvasWidget::mousePressed, this, &MainWindow::handleMousePressed); in MainWindow()
62 connect(gameEngine, &GameEngine::loadingNewGame, canvasWidget, &CanvasWidget::newGame); in MainWindow()
63 connect(gameEngine, &GameEngine::newLine, canvasWidget, &CanvasWidget::showLine); in MainWindow()
64 connect(gameEngine, &GameEngine::newGift, canvasWidget, &CanvasWidget::putGift); in MainWindow()
65 connect(gameEngine, &GameEngine::ready, canvasWidget, &CanvasWidget::startGame); in MainWindow()
114 connect(fireAction, &QAction::changed, canvasWidget, &CanvasWidget::updateFireShortcut); in setupActions()
H A Dcanvaswidget.h15 class CanvasWidget : public KgDeclarativeView
19 explicit CanvasWidget(QWidget *parent = nullptr);
20 ~CanvasWidget() override;
H A Dmainwindow.h15 class CanvasWidget; variable
47 CanvasWidget *canvasWidget;
/dports/comms/acfax/acfax/
H A DCanvas.c145 CanvasWidget w = (CanvasWidget) new;
183 CanvasWidget w = (CanvasWidget) gw;
205 CanvasWidget w = (CanvasWidget) gw;
223 CanvasWidget cw = (CanvasWidget) w;
237 CanvasWidget cw = (CanvasWidget) w;
261 CanvasWidget w = (CanvasWidget) gw;
286 CanvasWidget cw = (CanvasWidget)w;
303 CanvasWidget curcw = (CanvasWidget) current; in SetValues()
304 CanvasWidget reqcw = (CanvasWidget) request; in SetValues()
305 CanvasWidget newcw = (CanvasWidget) new; in SetValues()
[all …]
H A DCanvas.h68 typedef struct _CanvasRec* CanvasWidget; typedef
80 CanvasWidget, /* w */
87 CanvasWidget, /* w */
94 CanvasWidget, /* w */
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-xaw/
H A Dcanvas.c36 #define offset(field) XtOffset(CanvasWidget, canvas.field)
115 CanvasWidget cw = (CanvasWidget)widget; in CanvasRealize()
130 CanvasWidget cw = (CanvasWidget)w; in Redisplay()
170 CanvasWidget cw = (CanvasWidget)w; in Resize()
183 CanvasWidget cw = (CanvasWidget)w; in Destroy()
195 CanvasWidget cw = (CanvasWidget)w; in canvas_get_backpixmap()
201 CanvasWidget cw = (CanvasWidget)w; in canvas_copy_to_backpixmap()
215 CanvasWidget cw = (CanvasWidget)w; in canvas_show()
222 CanvasWidget cw = (CanvasWidget)w; in canvas_hide()
/dports/games/freeciv/freeciv-2.6.6/client/gui-xaw/
H A Dcanvas.c36 #define offset(field) XtOffset(CanvasWidget, canvas.field)
115 CanvasWidget cw = (CanvasWidget)widget; in CanvasRealize()
130 CanvasWidget cw = (CanvasWidget)w; in Redisplay()
170 CanvasWidget cw = (CanvasWidget)w; in Resize()
183 CanvasWidget cw = (CanvasWidget)w; in Destroy()
195 CanvasWidget cw = (CanvasWidget)w; in canvas_get_backpixmap()
201 CanvasWidget cw = (CanvasWidget)w; in canvas_copy_to_backpixmap()
215 CanvasWidget cw = (CanvasWidget)w; in canvas_show()
222 CanvasWidget cw = (CanvasWidget)w; in canvas_hide()
/dports/japanese/skkinput/skkinput-2.06.4/
H A DCanvas.c114 CanvasWidget w = ( CanvasWidget )gnew ; in Canvas_Initialize()
136 CanvasWidget curw = ( CanvasWidget )current ; in Canvas_SetValues()
137 CanvasWidget reqw = ( CanvasWidget )request ; in Canvas_SetValues()
138 CanvasWidget neww = ( CanvasWidget )new ; in Canvas_SetValues()
H A DCanvas.h30 typedef struct _CanvasRec *CanvasWidget ; typedef
/dports/games/flightgear/flightgear-2020.3.11/src/GUI/
H A DCanvasWidget.cxx31 CanvasWidget::CanvasWidget( int x, int y, in CanvasWidget() function in CanvasWidget
96 CanvasWidget::~CanvasWidget() in ~CanvasWidget()
111 void CanvasWidget::doHit(int button, int updown, int x, int y) in doHit()
183 int CanvasWidget::checkKey(int key, int updown) in checkKey()
189 void CanvasWidget::setSize(int w, int h) in setSize()
201 void CanvasWidget::draw(int dx, int dy) in draw()
H A DCanvasWidget.hxx29 class CanvasWidget: class
33 CanvasWidget( int x, int y,
37 virtual ~CanvasWidget();
/dports/japanese/kinput2/kinput2-v3.1/lib/
H A DCanvas.c26 #define offset(field) XtOffset(CanvasWidget, canvas.field)
86 CanvasWidget csw = (CanvasWidget)w;
95 CanvasWidget csw = (CanvasWidget)w;
/dports/games/xmine/xmine-1.0.3-Xaw/
H A DCanvas.c31 #define offset(field) XtOffset(CanvasWidget, canvas.field)
99 CanvasWidget cw = (CanvasWidget)w;
109 CanvasWidget current, request, new; in SetValues()
124 CanvasWidget cw; in Resize()
/dports/games/kbreakout/kbreakout-21.12.3/
H A DDESIGN1 … the start, and maybe later more actions), the events received by the CanvasWidget are connected t…
2 The CanvasWidget does all the painting and receives the input from the user. All the Items add them…
3 The MainWindow class works as wrapper around the GameEngine and the CanvasWidget connecting them to…
/dports/textproc/py-nltk/nltk-3.4.1/nltk/draw/
H A Dutil.py64 class CanvasWidget(object): class
192 if self.__class__ == CanvasWidget:
744 class TextWidget(CanvasWidget):
770 CanvasWidget.__init__(self, canvas, **attribs)
925 class AbstractContainerWidget(CanvasWidget):
1277 class SequenceWidget(CanvasWidget):
1398 children = CanvasWidget.child_widgets
1449 class StackWidget(CanvasWidget):
1570 children = CanvasWidget.child_widgets
1621 class SpaceWidget(CanvasWidget):
[all …]
H A Dtree.py18 CanvasWidget,
30 class TreeSegmentWidget(CanvasWidget):
93 CanvasWidget.__init__(self, canvas, **attribs)
137 CanvasWidget.__setitem__(self, attr, value)
161 return CanvasWidget.__getitem__(self, attr)
509 class TreeWidget(CanvasWidget):
583 CanvasWidget.__init__(self, canvas, **attribs)
775 CanvasWidget.__setitem__(self, attr, value)
801 return CanvasWidget.__getitem__(self, attr)
/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/snes/src/ui_qt/base/
H A Dmain.moc.hpp9 class CanvasWidget : public CanvasObject { class
89 CanvasWidget *canvas;
/dports/japanese/kinput2/kinput2-v3.1/include/
H A DCanvas.h28 typedef struct _CanvasRec* CanvasWidget; typedef
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/x11/
H A Dcanvas.h61 typedef struct _CanvasRec* CanvasWidget; typedef
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/dmx/config/
H A DCanvas.h46 typedef struct _CanvasRec *CanvasWidget; typedef
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/dmx/config/
H A DCanvas.h46 typedef struct _CanvasRec *CanvasWidget; typedef
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/dmx/config/
H A DCanvas.h46 typedef struct _CanvasRec *CanvasWidget; typedef
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/dmx/config/
H A DCanvas.h46 typedef struct _CanvasRec *CanvasWidget; typedef
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/dmx/config/
H A DCanvas.h46 typedef struct _CanvasRec *CanvasWidget; typedef

12