ISLEman
Public Member Functions | List of all members
FormulaList Class Reference

A list of Formula objects. More...

#include <formula.h>

Inheritance diagram for FormulaList:
QList< Formula > QGList

Public Member Functions

void generateBitmaps (const char *path)
 
- Public Member Functions inherited from QList< Formula >
 QList (const QList< Formula > &l)
 
QList< Formula > & operator= (const QList< Formula > &l)
 
bool operator== (const QList< Formula > &list) const
 
uint count () const
 
bool isEmpty () const
 
bool insert (uint i, const Formula *d)
 
void inSort (const Formula *d)
 
void prepend (const Formula *d)
 
void append (const Formula *d)
 
bool remove (uint i)
 
bool remove (const Formula *d)
 
bool removeRef (const Formula *d)
 
bool removeFirst ()
 
bool removeLast ()
 
Formulatake (uint i)
 
void clear ()
 
void sort ()
 
int find (const Formula *d) const
 
int findRef (const Formula *d) const
 
uint contains (const Formula *d) const
 
uint containsRef (const Formula *d) const
 
Formulaat (uint i) const
 
FormulagetFirst () const
 
FormulagetLast () const
 
void setAutoDelete (bool enable)
 

Detailed Description

A list of Formula objects.


The documentation for this class was generated from the following files: