MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / SequenceFileDialog

Method SequenceFileDialog

Gui/SequenceFileDialog.cpp:198–613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196///////////////////////// SequenceFileDialog
197
198SequenceFileDialog::SequenceFileDialog( QWidget* parent, // necessary to transmit the stylesheet to the dialog
199 const std::vector<std::string> & filters, // the user accepted file types
200 bool isSequenceDialog, // true if this dialog can display sequences
201 FileDialogModeEnum mode, // if it is an open or save dialog
202 const std::string & currentDirectory, // the directory to show first
203 Gui* gui,
204 bool allowRelativePaths)
205 : QDialog(parent)
206 , _filters()
207 , _view(0)
208 , _itemDelegate( new SequenceItemDelegate(this) )
209 , _model()
210 , _favoriteViewModel( new QFileSystemModel() )
211 , _lookinViewModel( new QFileSystemModel() )
212 , _mainLayout(0)
213 , _requestedDir()
214 , _lookInLabel(0)
215 , _lookInCombobox(0)
216 , _previousButton(0)
217 , _nextButton(0)
218 , _upButton(0)
219 , _createDirButton(0)
220 , _openButton(0)
221 , _cancelButton(0)
222 , _addFavoriteButton(0)
223 , _removeFavoriteButton(0)
224 , _selectionLineEdit(0)
225 , _relativeLabel(0)
226 , _relativeChoice(0)
227 , _sequenceButton(0)
228 , _filterLabel(0)
229 , _filterLineEdit(0)
230 , _filterDropDown(0)
231 , _fileExtensionCombo(0)
232 , _buttonsLayout(0)
233 , _centerLayout(0)
234 , _favoriteLayout(0)
235 , _favoriteButtonsLayout(0)
236 , _selectionLayout(0)
237 , _filterLineLayout(0)
238 , _filterLayout(0)
239 , _buttonsWidget(0)
240 , _favoriteWidget(0)
241 , _favoriteButtonsWidget(0)
242 , _selectionWidget(0)
243 , _filterLineWidget(0)
244 , _filterWidget(0)
245 , _favoriteView(0)
246 , _centerSplitter(0)
247 , _history()
248 , _currentHistoryLocation(-1)
249 , _showHiddenAction(0)
250 , _newFolderAction(0)
251 , _dialogMode(mode)
252 , _centerArea(0)
253 , _centerAreaLayout(0)
254 , _togglePreviewButton(0)
255 , _preview()

Callers

nothing calls this directly

Calls 15

convertFromPlainTextFunction · 0.85
QIconClass · 0.85
cleanPathFunction · 0.85
QDirClass · 0.85
emptyMethod · 0.80
canonicalizePathMethod · 0.80
getProjectMethod · 0.80
addWidgetMethod · 0.80
hideMethod · 0.80

Tested by

no test coverage detected