Home
last modified time | relevance | path

Searched refs:onFieldChanged (Results 1 – 14 of 14) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dcameracapturelevelcontrol_qt.cpp323 connect(m_blackFld, SIGNAL(editingFinished()), this, SLOT(onFieldChanged())); in CameraCaptureLevelControl()
324 connect(m_whiteFld, SIGNAL(editingFinished()), this, SLOT(onFieldChanged())); in CameraCaptureLevelControl()
325 connect(m_gammaFld, SIGNAL(editingFinished()), this, SLOT(onFieldChanged())); in CameraCaptureLevelControl()
327 SLOT(onFieldChanged())); in CameraCaptureLevelControl()
348 void CameraCaptureLevelControl::onFieldChanged() { in onFieldChanged() function in CameraCaptureLevelControl
H A Dcameracapturelevelcontrol.cpp313 connect(m_blackFld, SIGNAL(editingFinished()), this, SLOT(onFieldChanged())); in CameraCaptureLevelControl()
314 connect(m_whiteFld, SIGNAL(editingFinished()), this, SLOT(onFieldChanged())); in CameraCaptureLevelControl()
315 connect(m_gammaFld, SIGNAL(editingFinished()), this, SLOT(onFieldChanged())); in CameraCaptureLevelControl()
317 SLOT(onFieldChanged())); in CameraCaptureLevelControl()
341 void CameraCaptureLevelControl::onFieldChanged() { in onFieldChanged() function in CameraCaptureLevelControl
H A Dcameracapturelevelcontrol.h94 void onFieldChanged();
H A Dcameracapturelevelcontrol_qt.h97 void onFieldChanged();
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/XNAT/Widgets/
H A DctkXnatLoginDialog.cpp107 connect(ui->edtProfileName, SIGNAL(textChanged(const QString&)), this, SLOT(onFieldChanged())); in createConnections()
108 connect(ui->edtServerUri, SIGNAL(textChanged(const QString&)), this, SLOT(onFieldChanged())); in createConnections()
109 connect(ui->edtUserName, SIGNAL(textChanged(const QString&)), this, SLOT(onFieldChanged())); in createConnections()
112 connect(ui->cbxDefaultProfile, SIGNAL(toggled(bool)), this, SLOT(onFieldChanged())); in createConnections()
427 void ctkXnatLoginDialog::onFieldChanged() in onFieldChanged() function in ctkXnatLoginDialog
H A DctkXnatLoginDialog.h60 void onFieldChanged();
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonzqt/
H A Dfunctionsegmentviewer.h135 void onFieldChanged() { apply(); } in onFieldChanged() function
H A Dstyleeditor.h389 void onFieldChanged();
/dports/science/v_sim/v_sim-3.8.0/src/extensions/
H A Dmapset.c136 static void onFieldChanged(VisuScalarField *field, gpointer data);
602 G_CALLBACK(onFieldChanged), mapSet); in visu_gl_ext_map_set_setField()
1096 static void onFieldChanged(VisuScalarField *field _U_, gpointer data) in onFieldChanged() function
/dports/science/v_sim/v_sim-3.8.0/src/panelModules/
H A DpanelMap.c112 static void onFieldChanged(GtkComboBox *combo, gpointer data);
398 g_signal_connect_object(G_OBJECT(combo), "changed", G_CALLBACK(onFieldChanged), in createGtkInterface()
656 static void onFieldChanged(GtkComboBox *combo, gpointer data) in onFieldChanged() function
H A DpanelSurfaces.c910 static void onFieldChanged(VisuScalarField *field _U_, RowPotential *row) in onFieldChanged() function
947 G_CALLBACK(onFieldChanged), (gpointer)row); in _newRowField()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnztools/
H A Dtooloptions.cpp1578 SLOT(onFieldChanged())); in TypeToolOptionsBox()
1584 SLOT(onFieldChanged())); in TypeToolOptionsBox()
1592 SLOT(onFieldChanged())); in TypeToolOptionsBox()
1597 SLOT(onFieldChanged())); in TypeToolOptionsBox()
1612 void TypeToolOptionsBox::onFieldChanged() { in onFieldChanged() function in TypeToolOptionsBox
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/tools/
H A Dtooloptions.h447 void onFieldChanged();
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzqt/
H A Dstyleeditor.cpp1339 connect(m_field, SIGNAL(editingFinished()), this, SLOT(onFieldChanged())); in ColorChannelControl()
1381 void ColorChannelControl::onFieldChanged() { in onFieldChanged() function in ColorChannelControl