以下成員源於類 QHelpEngineCore 已過時。 提供它們是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它們。
(obsolete)
currentFilter
: QString
(obsolete)
bool
|
addCustomFilter (const QString & filterName , const QStringList & 屬性 ) |
(obsolete)
QString
|
currentFilter () const |
(obsolete)
QStringList
|
customFilters () const |
(obsolete)
QList<QUrl>
|
文件 (const QString namespaceName , const QStringList & filterAttributes , const QString & extensionFilter = QString()) |
(obsolete)
QList<QStringList>
|
filterAttributeSets (const QString & namespaceName ) const |
(obsolete)
QStringList
|
filterAttributes () const |
(obsolete)
QStringList
|
filterAttributes (const QString & filterName ) const |
(obsolete)
QMap<QString, QUrl>
|
linksForIdentifier (const QString & id ) const |
(obsolete)
QMap<QString, QUrl>
|
linksForKeyword (const QString & keyword ) const |
(obsolete)
bool
|
removeCustomFilter (const QString & filterName ) |
(obsolete)
void
|
setCurrentFilter (const QString & filterName ) |
(obsolete)
void
|
currentFilterChanged (const QString & newFilter ) |
(obsolete)
void
|
readersAboutToBeInvalidated () |
This property is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
This property holds the name of the custom filter currently applied.
QHelpFilterEngine::activeFilter () 應該被使用以取而代之。
Setting this property will save the new custom filter permanently in the help collection file. To set a custom filter without saving it permanently, disable the auto save filter mode.
該特性在 Qt 4.5 引入。
訪問函數:
| QString | currentFilter () const |
| void | setCurrentFilter (const QString & filterName ) |
另請參閱 autoSaveFilter ().
[signal]
void
QHelpEngineCore::
currentFilterChanged
(const
QString
&
newFilter
)
此函數已過時。提供它是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它。
QHelpFilterEngine::filterActivated () 應該被使用以取而代之。
This signal is emitted when the current filter is changed to newFilter .
[signal]
void
QHelpEngineCore::
readersAboutToBeInvalidated
()
此函數已過時。提供它是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它。
此函數已過時。提供它是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它。
QHelpFilterEngine::setFilterData () 應該被使用以取而代之。
Adds the new custom filter filterName . The filter attributes are specified by 屬性 . If the filter already exists, its attribute set is replaced. The function returns true if the operation succeeded, otherwise it returns false.
另請參閱 customFilters () 和 removeCustomFilter ().
此函數已過時。提供它是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它。
QHelpFilterEngine::filters () 應該被使用以取而代之。
Returns a list of custom filters.
另請參閱 addCustomFilter () 和 removeCustomFilter ().
此函數已過時。提供它是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它。
files() should be used instead.
Returns a list of files contained in the Qt compressed help file namespaceName . The files can be filtered by filterAttributes as well as by their extension extensionFilter (e.g. 'html').
此函數已過時。提供它是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它。
QHelpFilterEngine::filterData () 應該被使用以取而代之。
Returns a list of filter attributes for the different filter sections defined in the Qt compressed help file with the given namespace namespaceName .
此函數已過時。提供它是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它。
QHelpFilterEngine::availableComponents () 應該被使用以取而代之。
Returns a list of all defined filter attributes.
此函數已過時。提供它是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它。
QHelpFilterEngine::filterData () 應該被使用以取而代之。
Returns a list of filter attributes used by the custom filter filterName .
此函數已過時。提供它是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它。
使用 documentsForIdentifier () 代替。
Returns a map of the documents found for the id . The map contains the document titles and their URLs. The returned map contents depend on the current filter, and therefore only the identifiers registered for the current filter will be returned.
此函數已過時。提供它是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它。
使用 documentsForKeyword () 代替。
Returns a map of all the documents found for the keyword . The map contains the document titles and URLs. The returned map contents depend on the current filter, and therefore only the keywords registered for the current filter will be returned.
此函數已過時。提供它是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它。
QHelpFilterEngine::removeFilter () 應該被使用以取而代之。
Returns true if the filter filterName was removed successfully, otherwise false.
另請參閱 addCustomFilter () 和 customFilters ().