kig
GenericIntersectionConstructor Class Reference
#include <special_constructors.h>
Inheritance diagram for GenericIntersectionConstructor:

Detailed Description
Definition at line 275 of file special_constructors.h.
Public Member Functions | |
| GenericIntersectionConstructor () | |
| bool | isIntersection () const |
| QString | selectStatement (const std::vector< ObjectCalcer * > &sel, const KigDocument &d, const KigWidget &w) const |
| QString | useText (const ObjectCalcer &o, const std::vector< ObjectCalcer * > &sel, const KigDocument &d, const KigWidget &v) const |
| ~GenericIntersectionConstructor () | |
Constructor & Destructor Documentation
| GenericIntersectionConstructor::GenericIntersectionConstructor | ( | ) |
Definition at line 1538 of file special_constructors.cc.
| GenericIntersectionConstructor::~GenericIntersectionConstructor | ( | ) |
Definition at line 1610 of file special_constructors.cc.
Member Function Documentation
| bool GenericIntersectionConstructor::isIntersection | ( | ) | const [virtual] |
| QString GenericIntersectionConstructor::selectStatement | ( | const std::vector< ObjectCalcer * > & | sel, | |
| const KigDocument & | d, | |||
| const KigWidget & | w | |||
| ) | const [virtual] |
return a string describing what argument you want next, if the given selection of objects were selected.
Reimplemented from MergeObjectConstructor.
Definition at line 1771 of file special_constructors.cc.
| QString GenericIntersectionConstructor::useText | ( | const ObjectCalcer & | o, | |
| const std::vector< ObjectCalcer * > & | sel, | |||
| const KigDocument & | d, | |||
| const KigWidget & | v | |||
| ) | const [virtual] |
return a string describing what you would use o for if it were selected.
.. o should be part of sel .
Reimplemented from MergeObjectConstructor.
Definition at line 1619 of file special_constructors.cc.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference