Home
last modified time | relevance | path

Searched refs:editingChanged (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonzqt/
H A Dcolorfield.h169 if (m_notifyEditingChange) emit editingChanged(getColor(), isEditing); in setIsEditing()
192 void editingChanged(const TPixel32 &, bool isEditing);
251 if (m_notifyEditingChange) emit editingChanged(getColor(), isEditing); in setIsEditing()
282 void editingChanged(const TPixel32 &, bool isEditing);
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dxshnoteviewer.cpp97 ret = ret && connect(color1, SIGNAL(editingChanged(const TPixel32 &, bool)), in NotePopup()
103 ret = ret && connect(color2, SIGNAL(editingChanged(const TPixel32 &, bool)), in NotePopup()
109 ret = ret && connect(color3, SIGNAL(editingChanged(const TPixel32 &, bool)), in NotePopup()
115 ret = ret && connect(color4, SIGNAL(editingChanged(const TPixel32 &, bool)), in NotePopup()
121 ret = ret && connect(color5, SIGNAL(editingChanged(const TPixel32 &, bool)), in NotePopup()
127 ret = ret && connect(color6, SIGNAL(editingChanged(const TPixel32 &, bool)), in NotePopup()
133 ret = ret && connect(color7, SIGNAL(editingChanged(const TPixel32 &, bool)), in NotePopup()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/find_bar/
H A Dfind_bar_controller_ios.mm50 - (void)editingChanged; method in UITextFieldDelegate
90 action:@selector(editingChanged)
153 [self editingChanged];
203 - (void)editingChanged { method
/dports/astro/marble/marble-21.12.3/src/lib/marble/
H A DTourItemDelegate.h47 void editingChanged( const QModelIndex& index );
H A DTourItemDelegate.cpp47 …QObject::connect( this, SIGNAL(editingChanged(QModelIndex)), m_listView, SLOT(update(QModelIndex))… in TourItemDelegate()
497 emit editingChanged( index ); in editorEvent() local
517 emit editingChanged( index ); in editorEvent() local
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/bin/
H A Dbin.h97 Q_PROPERTY(bool editing READ isEditing WRITE setEditing NOTIFY editingChanged)
127 void editingChanged();