- qtgui
- qtdbus
- qtwidgets
- qtcore
- dtkcore
- qsettingbackend_zh
- dobject_zh
- abstractappender_zh
- abstractstringappender_zh
- dfilewatcher_zh
- outputdebugappender_zh
- dsettingsbackend_zh
- drecentmanager_zh
- ddesktopentry_zh
- consoleappender_zh
- gsettingsbackend_zh
- dsettingsgroup_zh
- dlogmanager_zh
- fileappender_zh
- dsettings_zh
- dfilesystemwatcher_zh
- dfilewatchermanager_zh
- dbasefilewatcher_zh
- dtkgui
- dtkwidget
- dviewitemaction_zh
- dstandarditem_zh
- dfiledialog_zh
- dclipeffectwidget_zh
- danchors_zh
- dgraphicsclipeffect_zh
- dstyle_zh
- dcoloredprogressbar_zh
- dbuttonboxbutton_zh
- dlabel_zh
- dtiplabel_zh
- darrowlinedrawer_zh
- daboutdialog_zh
- dsettingswidgetfactory_zh
- dsearchcombobox_zh
- dcrumbedit_zh
- dcommandlinkbutton_zh
- dsettingsdialog_zh
- dwindowoptionbutton_zh
- dspinner_zh
- dsimplelistview_zh
- dwaterprogress_zh
- dmainwindow_zh
- dhidpihelper_zh
- dslider_zh
- dpasswordedit_zh
- danchorinfo_zh
- dmpriscontrol_zh
- darrowbutton_zh
- dbackgroundgroup_zh
- dcircleprogress_zh
- dwarningbutton_zh
- dwindowclosebutton_zh
- dvideowidget_zh
- dfilechooseredit_zh
- dblureffectwidget_zh
- darrowrectangle_zh
- dsearchedit_zh
- dfloatingmessage_zh
- dswitchlineexpand_zh
- dtabbar_zh
- dlineedit_zh
- danchorsbase_zh
- dstylediconengine_zh
- dwindowmaxbutton_zh
- dpageindicator_zh
- dsuggestbutton_zh
- dapplicationsettings_zh
- dtooltip_zh
- dwindowminbutton_zh
- ddrawer_zh
- dtitlebar_zh
- dsimplelistitem_zh
- dpicturesequenceview_zh
dfilewatcher_zh
Class::DFileWatcher
暂无该属性
Detailed Description
~chinese ~chinese
DFileWatcher 类提供了对 DBaseFileWatcher 接口的实现,可供监视文件和目录的变动。
DFileWatcher::metaObject
const QMetaObject * metaObject() const
DFileWatcher::qt_metacast
void * qt_metacast(const char *)
DFileWatcher::qt_metacall
int qt_metacall(QMetaObject::Call , int , void **)
DFileWatcher::tr
QString tr(const char *s, const char *c, int n)
DFileWatcher::trUtf8
QString trUtf8(const char *s, const char *c, int n)
DFileWatcher::qt_static_metacall
void qt_static_metacall(QObject *, QMetaObject::Call , int , void **)
Class::QPrivateSignal
DFileWatcher::QPrivateSignal
Detailed Description
DFileWatcher::DFileWatcher
DFileWatcher(const QString &filePath, QObject *parent)
DFileWatcher::onFileDeleted
void onFileDeleted(const QString &path, const QString &name)
DFileWatcher::onFileAttributeChanged
void onFileAttributeChanged(const QString &path, const QString &name)
DFileWatcher::onFileMoved
void onFileMoved(const QString &fromPath, const QString &fromName, const QString &toPath, const QString &toName)
DFileWatcher::onFileCreated
void onFileCreated(const QString &path, const QString &name)
DFileWatcher::onFileModified
void onFileModified(const QString &path, const QString &name)
DFileWatcher::onFileClosed
void onFileClosed(const QString &path, const QString &name)
DFileWatcher::d_func
DFileWatcherPrivate * d_func()
DFileWatcher::d_func
const DFileWatcherPrivate * d_func() const