filters

Command Class Reference

Inheritance diagram for Command:

Element XmlParser Border List of all members.

Detailed Description

Definition at line 31 of file command.h.


Public Member Functions

 Command ()
 Command (const char *command)
 Command (const char *name, QPtrList< QPtrList< Element > > *groups)
 Command (const char *name, QPtrList< QPtrList< Param > > *options, QPtrList< QPtrList< Element > > *groups)
 Command (const char *name, QPtrList< QPtrList< Param > > *params, QPtrList< Param > *options, QPtrList< QPtrList< Element > > *groups)
 ~Command ()
QString getName () const
QPtrList< QPtrList< Param > > getParams () const
QPtrList< ParamgetOptions () const
QPtrList< QPtrList< Element > > getChildren () const
void setName (const char *name)
void addParam (const char *param)
void addGroups (QPtrList< QPtrList< Element > > *elts)
void addOption (const char *option)
void addOption (QString key, QString value)
void addChild (QPtrList< Element > *elt)
void print (int tab=0)

Constructor & Destructor Documentation

Command::Command const char *  command  ) 
 

Create a command which match to \today.

Definition at line 31 of file command.cc.

Command::Command const char *  name,
QPtrList< QPtrList< Element > > *  groups
 

Create a command which match to \renewcommand{\headrulewidth}{opt}.

Definition at line 40 of file command.cc.

Command::Command const char *  name,
QPtrList< QPtrList< Param > > *  options,
QPtrList< QPtrList< Element > > *  groups
 

Create a command which match to \put(1,1){\circle[}}.

Definition at line 51 of file command.cc.

Command::Command const char *  name,
QPtrList< QPtrList< Param > > *  params,
QPtrList< Param > *  options,
QPtrList< QPtrList< Element > > *  groups
 

Create a command which match to \parpic(3cm,3cm)[f]{text} or \documentclass[11pt]{guidepra}.

Definition at line 65 of file command.cc.


The documentation for this class was generated from the following files:
KDE Home | KDE Accessibility Home | Description of Access Keys