All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
te::layout::ContextItem Class Reference

#include <ContextItem.h>

Public Member Functions

 ContextItem ()
 
 ContextItem (ParamsCreate params, double zoomFactor)
 
ParamsCreate getParams ()
 
te::color::RGBAColor ** getPixmap ()
 
bool getShow ()
 
bool getWait ()
 
double getZoomFactor ()
 
bool isResizeCanvas ()
 
void setParams (ParamsCreate params)
 
void setPixmap (te::color::RGBAColor **pixmap)
 
void setResizeCanvas (bool clear)
 
void setShow (bool show)
 
void setWait (bool wait)
 
void setZoomFactor (double zoomFactor)
 
virtual ~ContextItem ()
 

Protected Attributes

ParamsCreate m_params
 
te::color::RGBAColor ** m_pixmap
 
bool m_resizeCanvas
 
bool m_show
 
bool m_wait
 
double m_zoomFactor
 

Detailed Description

Definition at line 41 of file ContextItem.h.

Constructor & Destructor Documentation

te::layout::ContextItem::ContextItem ( )

Definition at line 31 of file ContextItem.cpp.

te::layout::ContextItem::ContextItem ( ParamsCreate  params,
double  zoomFactor 
)

Definition at line 41 of file ContextItem.cpp.

te::layout::ContextItem::~ContextItem ( )
virtual

Definition at line 52 of file ContextItem.cpp.

Member Function Documentation

te::layout::ParamsCreate te::layout::ContextItem::getParams ( )

Definition at line 62 of file ContextItem.cpp.

bool te::layout::ContextItem::getWait ( )

Definition at line 102 of file ContextItem.cpp.

double te::layout::ContextItem::getZoomFactor ( )

Definition at line 72 of file ContextItem.cpp.

void te::layout::ContextItem::setParams ( ParamsCreate  params)

Definition at line 57 of file ContextItem.cpp.

void te::layout::ContextItem::setResizeCanvas ( bool  clear)

Definition at line 112 of file ContextItem.cpp.

void te::layout::ContextItem::setShow ( bool  show)

Definition at line 87 of file ContextItem.cpp.

void te::layout::ContextItem::setWait ( bool  wait)
void te::layout::ContextItem::setZoomFactor ( double  zoomFactor)

Definition at line 67 of file ContextItem.cpp.

Member Data Documentation

ParamsCreate te::layout::ContextItem::m_params
protected

Definition at line 121 of file ContextItem.h.

te::color::RGBAColor** te::layout::ContextItem::m_pixmap
protected

Definition at line 123 of file ContextItem.h.

bool te::layout::ContextItem::m_resizeCanvas
protected

Definition at line 126 of file ContextItem.h.

bool te::layout::ContextItem::m_show
protected

Definition at line 124 of file ContextItem.h.

bool te::layout::ContextItem::m_wait
protected

Definition at line 125 of file ContextItem.h.

double te::layout::ContextItem::m_zoomFactor
protected

Definition at line 122 of file ContextItem.h.


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