![]() |
LeechCraft
0.6.70-10870-g558588d6ec
Modular cross-platform feature rich live environment.
|
Describes the elementary subrequest. More...
#include "ifinder.h"
Public Types | |
enum | Type { RTFixed, RTWildcard, RTRegexp, RTTag } |
Public Attributes | |
bool | CaseSensitive_ |
Type | Type_ |
QString | Plugin_ |
QString | Category_ |
QString | String_ |
QHash< QString, QVariant > | Params_ |
Describes the elementary subrequest.
This structures holds information about elementary search subrequest that contains no logical (at least, from LeechCraft's point of view) operators.
bool LeechCraft::Request::CaseSensitive_ |
QString LeechCraft::Request::Category_ |
QHash<QString, QVariant> LeechCraft::Request::Params_ |
Any additional parameters not recognized by LeechCraft.
QString LeechCraft::Request::Plugin_ |
QString LeechCraft::Request::String_ |