Searched refs:fileTypeChangedCallback (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/dialog/
H A Dfiledialogimpl-gtkmm.h333 void fileTypeChangedCallback();
547 void fileTypeChangedCallback();
H A Dfiledialogimpl-gtkmm.cpp1065 fileTypeComboBox.signal_changed().connect(sigc::mem_fun(*this, &FileSaveDialogImplGtk::fileTypeChangedCallback));
1163 void FileSaveDialogImplGtk::fileTypeChangedCallback() function in class:Inkscape::UI::Dialog::FileSaveDialogImplGtk
1197 fileTypeChangedCallback(); // call at least once to set the filter
1235 fileTypeChangedCallback(); // call at least once to set the filter
1440 void FileExportDialogImpl::fileTypeChangedCallback() function in class:Inkscape::UI::Dialog::FileExportDialogImpl
1488 fileTypeChangedCallback(); // call at least once to set the filter
1619 fileTypeComboBox.signal_changed().connect(sigc::mem_fun(*this, &FileExportDialogImpl::fileTypeChangedCallback));

Completed in 19 milliseconds