Q3LocalFs Class Reference
|
Q3LocalFs () |
virtual int | supportedOperations () const |
virtual void | operationGet ( Q3NetworkOperation * op ) |
virtual void | operationListChildren ( Q3NetworkOperation * op ) |
virtual void | operationMkDir ( Q3NetworkOperation * op ) |
virtual void | operationPut ( Q3NetworkOperation * op ) |
virtual void | operationRemove ( Q3NetworkOperation * op ) |
virtual void | operationRename ( Q3NetworkOperation * op ) |
The Q3LocalFs class is an implementation of a QNetworkProtocol that works on the local file system.
This class is derived from QNetworkProtocol. Q3LocalFs is not normally used directly, but rather through a QUrlOperator, for example:
Q3UrlOperator op( "file:///tmp" ); op.listChildren(); // Asks the server to provide a directory listing
This code will only work if the Q3LocalFs class is registered; to register the class, you must call qInitNetworkProtocols() before using a QUrlOperator with Q3LocalFs.
If you really need to use Q3LocalFs directly, don't forget to set its QUrlOperator with setUrl().
See also Q3NetworkProtocol and Q3UrlOperator.
Конструктор.
Reimplemented from Q3NetworkProtocol::operationGet().
Reimplemented from Q3NetworkProtocol::operationListChildren().
Reimplemented from Q3NetworkProtocol::operationMkDir().
Reimplemented from Q3NetworkProtocol::operationPut().
Reimplemented from Q3NetworkProtocol::operationRemove().
Reimplemented from Q3NetworkProtocol::operationRename().
Reimplemented from Q3NetworkProtocol::supportedOperations().
Авторские права © 2010 Nokia Corporation и/или её дочерние компании | Торговые марки | Qt 4.6.4 |
Попытка перевода Qt документации. Если есть желание присоединиться, или если есть замечания или пожелания, то заходите на форум: Перевод Qt документации на русский язык... Люди внесшие вклад в перевод: Команда переводчиков |