Home
last modified time | relevance | path

Searched refs:Widget (Results 1 – 25 of 28) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/applications/positioning_backend/
H A Dwidget.cpp33 Widget::Widget(LogWidget *logWidget, QWidget *parent) : in Widget() function in Widget
36 ui(new Ui::Widget) in Widget()
68 void Widget::positionUpdated(QGeoPositionInfo gpsPos) in positionUpdated()
98 void Widget::positionTimedOut() in positionTimedOut()
103 void Widget::errorChanged(QGeoPositionInfoSource::Error err) in errorChanged()
110 Widget::~Widget() in ~Widget()
115 void Widget::setInterval(int msec) in setInterval()
120 void Widget::on_buttonRetrieve_clicked() in on_buttonRetrieve_clicked()
126 void Widget::on_buttonStart_clicked() in on_buttonStart_clicked()
139 void Widget::on_radioButton_clicked() in on_radioButton_clicked()
[all …]
H A Dwidget.h37 class Widget; variable
40 class Widget : public QWidget
45 explicit Widget(LogWidget *log, QWidget *parent = nullptr);
46 ~Widget();
66 Ui::Widget *ui;
H A Dmain.cpp42 Widget *w1 = new Widget(log); in main()
43 Widget *w2 = new Widget(log); in main()
/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Dxdmxconfig.c86 static Widget canvas;
87 static Widget cnamebox, cdimbox;
88 static Widget openpopup, opendialog;
89 static Widget namebox, dimbox, rtbox, origbox;
90 static Widget okbutton, buttonpopup;
91 static Widget ecbutton, dcbutton;
92 static Widget ndbutton0, ndbutton1, edbutton, ddbutton;
93 static Widget ecpopup, ecdialog0, ecdialog1;
94 static Widget edpopup, eddialog0, eddialog1, eddialog2;
95 static Widget aboutpopup, quitpopup;
[all …]
H A DCanvas.c64 CanvasInitialize(Widget request, Widget w, ArgList args, Cardinal * num_args) in CanvasInitialize()
69 CanvasExpose(Widget w, XEvent * event, Region region) in CanvasExpose()
83 CanvasResize(Widget w) in CanvasResize()
91 CanvasAction(Widget w, XEvent * event, String * params, Cardinal * num_params) in CanvasAction()
H A DCanvas.h50 Widget w;
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/audiorecorder/
H A Dwidget.cpp10 Widget::Widget(QWidget *parent) in Widget() function in Widget
12 , ui(new Ui::Widget) in Widget()
30 Widget::~Widget() in ~Widget()
35 QString Widget::id() in id()
40 void Widget::record_init() in record_init()
70 unsigned int Widget::capture_sample() in capture_sample()
139 void Widget::on_pushButton_clicked() in on_pushButton_clicked()
149 void Widget::on_startBtn_clicked() in on_startBtn_clicked()
176 void Widget::on_stopBtn_clicked() in on_stopBtn_clicked()
H A Dwidget.h13 namespace Ui { class Widget; } variable
23 class Widget : public IWidget
45 Widget(QWidget *parent = nullptr);
46 ~Widget();
82 Ui::Widget *ui;
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/adc/
H A Dwidget.cpp9 Widget::Widget(QWidget *parent) in Widget() function in Widget
11 , ui(new Ui::Widget) in Widget()
56 Widget::~Widget() in ~Widget()
67 QString Widget::id() in id()
72 void Widget::paintEvent(QPaintEvent *e) in paintEvent()
H A Dwidget.h9 namespace Ui { class Widget; } variable
14 class Widget : public IWidget
20 Widget(QWidget *parent = nullptr);
21 ~Widget();
28 Ui::Widget *ui;
/OK3568_Linux_fs/yocto/poky/bitbake/lib/progressbar/
H A Dwidgets.py43 class Widget(AbstractWidget): class
65 class WidgetHFill(Widget):
82 class Timer(Widget):
167 class FileTransferSpeed(Widget):
190 class AnimatedMarker(Widget):
214 class Counter(Widget):
226 class Percentage(Widget):
265 class SimpleProgress(Widget):
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/mc/files/
H A D0001-Ticket-4200-fix-FTBFS-with-ncurses-build-with-disabl.patch75 @@ -280,7 +280,9 @@ appearance_box_callback (Widget * w, Widget * sender, widget_msg_t msg, int parm
83 Widget *shadow;
/OK3568_Linux_fs/kernel/Documentation/sound/soc/
H A Ddapm.rst114 Widget that performs an audio processing effect.
120 Widget that encodes audio data from one format (usually PCM) to another
123 Widget that decodes audio data from a compressed format to an
245 Codec/DSP Widget Interconnections
276 * Destination Widget <=== Path Name <=== Source Widget, or
294 Machine Widget Interconnections
326 DAPM Widget Events
H A Ddpcm.rst264 Widget graph connections
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xorg-lib/
H A Dlibxpresent_1.0.0.bb2 SUMMARY = "X Athena Widget Set"
H A Dlibxaw_1.0.14.bb2 SUMMARY = "X Athena Widget Set"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-xfce/recipes-xfce/libxfce4ui/
H A Dlibxfce4ui_4.16.1.bb1 SUMMARY = "Xfce4 Widget library and X Window System interaction"
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qwt/
H A Dqwt-qt5_6.1.5.bb1 SUMMARY = "Qt Widget Extension for Technical Applications"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xterm/
H A DCVE-2022-45063.patch62 @@ -13605,7 +13605,6 @@ DoSetSelectedFont(Widget w,
70 @@ -13650,10 +13649,6 @@ DoSetSelectedFont(Widget w,
81 @@ -13662,7 +13657,7 @@ DoSetSelectedFont(Widget w,
592 @@ -4864,13 +4887,14 @@ HandleSetFont(Widget w,
/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Dexported-sql-viewer.py416 def Widget(self): member in FindBar
1031 def Widget(self): member in VBox
1099 self.vbox = VBox(self.view, self.find_bar.Widget())
1101 self.setWidget(self.vbox.Widget())
1121 self.vbox = VBox(self.view, self.find_bar.Widget())
1123 self.setWidget(self.vbox.Widget())
2795 def Widget(self): member in FetchMoreRecordsBar
3231 self.vbox = VBox(self.view, self.find_bar.Widget(), self.fetch_bar.Widget())
3233 self.setWidget(self.vbox.Widget())
4096 self.vbox = VBox(self.view, self.find_bar.Widget(), self.fetch_bar.Widget())
[all …]
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/music/fonts/
H A Dfilemanager_zh.ts245 <source>Widget</source>
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/
H A Dfilemanager_zh.ts245 <source>Widget</source>
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/video/fonts/
H A Dfilemanager_zh.ts245 <source>Widget</source>
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/MediaUI/fonts/
H A Dfilemanager_zh.ts245 <source>Widget</source>
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-54140 This program defines a data structure called a ‘Widget’ and defines the
4141 ‘%W’ conversion to print information about ‘Widget *’ arguments,
4155 Widget;
4162 const Widget *w;
4167 w = *((const Widget **) (args[0]));
4168 len = asprintf (&buffer, "<Widget %p: %s>", w, w->name);
4199 Widget mywidget;
4215 |<Widget 0xffeffb7c: mywidget>|
4216 | <Widget 0xffeffb7c: mywidget>|
4217 |<Widget 0xffeffb7c: mywidget> |

12