Home
last modified time | relevance | path

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

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dduplicatepopup.cpp140 connect(m_applyBtn, SIGNAL(clicked()), this, SLOT(onApplyPressed())); in DuplicatePopup()
150 void DuplicatePopup::onApplyPressed() { in onApplyPressed() function in DuplicatePopup
177 onApplyPressed(); in onOKPressed()
H A Dduplicatepopup.h35 void onApplyPressed();
H A Dfilebrowserpopup.h86 void onApplyPressed();
H A Dfilebrowserpopup.cpp159 connect(applyButton, SIGNAL(clicked()), this, SLOT(onApplyPressed())); in FileBrowserPopup()
277 void FileBrowserPopup::onApplyPressed() { in onApplyPressed() function in FileBrowserPopup
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonzqt/
H A Dstylenameeditor.h120 void onApplyPressed();
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzqt/
H A Dstylenameeditor.cpp423 connect(m_applyButton, SIGNAL(pressed()), this, SLOT(onApplyPressed())); in StyleNameEditor()
482 onApplyPressed(); in onOkPressed()
487 void StyleNameEditor::onApplyPressed() { in onApplyPressed() function in StyleNameEditor