Home
last modified time | relevance | path

Searched refs:SetFirst (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/
H A Dsetfirst.cpp21 extern SetFirst *g_pStaticSetfirst;
27 SetFirst::SetFirst(QWidget *parent) : in SetFirst() function in SetFirst
29 ui(new Ui::SetFirst) in SetFirst()
127 SetFirst::~SetFirst() in ~SetFirst()
132 void SetFirst::paintEvent(QPaintEvent *event) in paintEvent()
137 void SetFirst::on_want_window_close() in on_want_window_close()
143 void SetFirst::FormInCenter() in FormInCenter()
153 void SetFirst::UpdateCurCameraState(int iCameraId) in UpdateCurCameraState()
180 void SetFirst::update_voice(int value) in update_voice()
185 void SetFirst::on_slider_valuechanged(int n_value) in on_slider_valuechanged()
[all …]
H A Dsetfirst.h28 class SetFirst; variable
31 class SetFirst : public QDialog
36 explicit SetFirst(QWidget *parent = 0);
37 ~SetFirst();
63 Ui::SetFirst *ui;
H A Dsettings.cpp81 SetFirst* psetFirst=static_cast<SetFirst*>(parentWidget()); in on_returnButton_clicked()
H A Dmain_desktop.h162 SetFirst *m_pSettingDesktop;
H A Dmain_desktop.cpp43 SetFirst *g_pStaticSetfirst = NULL;
273 m_pSettingDesktop = new SetFirst(this); in main_desktop()