![]() |
LeechCraft
0.6.70-15082-g543737046d
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.
enum LC::Request::Type |
bool LC::Request::CaseSensitive_ |
QString LC::Request::Category_ |
QHash<QString, QVariant> LC::Request::Params_ |
QString LC::Request::Plugin_ |
QString LC::Request::String_ |