#include <manipulationOptions.h>
Inheritance diagram for ManipulationOptions:


Public Member Functions | |
| ManipulationOptions (StatusWidget *status) | |
| StatusWidget * | getStatus () |
Private Attributes | |
| StatusWidget * | status |
|
|
Definition at line 20 of file manipulationOptions.h. References status. 00020 { this->status = status; }
|
|
|
Definition at line 21 of file manipulationOptions.h. Referenced by blackWhiteEffect(), embossEffect(), mosaicEffect(), oilPaintingEffect(), and sepiaEffect(). 00021 { return status; }
|
|
|
Definition at line 23 of file manipulationOptions.h. |
1.3.9.1