MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

SignOn::AuthService::IdentityRegExp Class Reference

The class represents a regular expression. More...

List of all members.

Public Member Functions

  IdentityRegExp (const QString &pattern)
  Constructor creates an IdentityRegExp, as a specified by pattern.
  IdentityRegExp (const IdentityRegExp &src)
  Copy constructor, creates a copy of src.
bool  isValid () const
  Returns the validity of regular expression.
QString  pattern () const
  Returns the pattern of regular expression as string.

Detailed Description

The class represents a regular expression.

It is used for filtering identity querying.

See also:
queryIdentities()
Note:
This is for internal use only.

Constructor & Destructor Documentation

SignOn::AuthService::IdentityRegExp::IdentityRegExp ( const QString pattern  ) 

Constructor creates an IdentityRegExp, as a specified by pattern.

Parameters:
pattern  The regular expression as a string
SignOn::AuthService::IdentityRegExp::IdentityRegExp ( const IdentityRegExp src  ) 

Copy constructor, creates a copy of src.

Parameters:
src  The IdentityRegExp to be copied

Member Function Documentation

bool SignOn::AuthService::IdentityRegExp::isValid (  )  const

Returns the validity of regular expression.

Returns:
Always false, validity check not implemented.
QString SignOn::AuthService::IdentityRegExp::pattern (  )  const

Returns the pattern of regular expression as string.

Returns:
The pattern of this regular expression as string.

Copyright (C) 2009-2011 Nokia Corporation.
LGPL
MeeGo 1.2 Harmattan API