MCPcopy Create free account
hub / github.com/cxasm/notepad-- / getFileNewIndexProperty

Function getFileNewIndexProperty

src/cceditor/ccnotepad.cpp:190–193  ·  view source on GitHub ↗

新文件的id,非新文件为-1

Source from the content-addressed store, hash-verified

188
189//新文件的id,非新文件为-1
190int getFileNewIndexProperty(QWidget* pwidget)
191{
192 return pwidget->property(Edit_File_New).toInt();
193}
194
195inline void setTextChangeProperty(QWidget* pwidget, bool status)
196{

Callers 8

slot_tabBarClickedMethod · 0.85
openFileInNewWinMethod · 0.85
isNewFileNameExistMethod · 0.85
slot_timerAutoSaveMethod · 0.85
tailfileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected