#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 | 
Definition at line 41 of file ContextItem.h.
| 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.
      
  | 
  virtual | 
Definition at line 52 of file ContextItem.cpp.
| te::layout::ParamsCreate te::layout::ContextItem::getParams | ( | ) | 
Definition at line 62 of file ContextItem.cpp.
| te::color::RGBAColor ** te::layout::ContextItem::getPixmap | ( | ) | 
Definition at line 82 of file ContextItem.cpp.
Referenced by te::layout::HorizontalRulerItem::updateObserver(), te::layout::VerticalRulerItem::updateObserver(), te::layout::RectangleItem::updateObserver(), te::layout::LegendItem::updateObserver(), te::layout::PaperItem::updateObserver(), te::layout::ScaleItem::updateObserver(), te::layout::ItemGroup::updateObserver(), and te::layout::MapItem::updateObserver().
| bool te::layout::ContextItem::getShow | ( | ) | 
Definition at line 92 of file ContextItem.cpp.
Referenced by te::layout::DisplayOutside::updateObserver(), te::layout::ObjectInspectorOutside::updateObserver(), te::layout::PageSetupOutside::updateObserver(), te::layout::GridSettingsOutside::updateObserver(), te::layout::ToolbarOutside::updateObserver(), and te::layout::PropertiesOutside::updateObserver().
| 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.
| bool te::layout::ContextItem::isResizeCanvas | ( | ) | 
Definition at line 107 of file ContextItem.cpp.
Referenced by te::layout::ItemGroupModel::draw(), te::layout::RectangleModel::draw(), te::layout::PaperModel::draw(), te::layout::ScaleModel::draw(), te::layout::HorizontalRulerModel::draw(), te::layout::LegendModel::draw(), te::layout::MapGridModel::draw(), and te::layout::VerticalRulerModel::draw().
| void te::layout::ContextItem::setParams | ( | ParamsCreate | params | ) | 
Definition at line 57 of file ContextItem.cpp.
| void te::layout::ContextItem::setPixmap | ( | te::color::RGBAColor ** | pixmap | ) | 
Definition at line 77 of file ContextItem.cpp.
Referenced by te::layout::ItemGroupModel::draw(), te::layout::RectangleModel::draw(), te::layout::MapModel::draw(), te::layout::ScaleModel::draw(), te::layout::PaperModel::draw(), te::layout::HorizontalRulerModel::draw(), te::layout::LegendModel::draw(), te::layout::MapGridModel::draw(), and te::layout::VerticalRulerModel::draw().
| 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 | ) | 
Definition at line 97 of file ContextItem.cpp.
Referenced by te::layout::ScaleModel::visitDependent(), and te::layout::LegendModel::visitDependent().
| void te::layout::ContextItem::setZoomFactor | ( | double | zoomFactor | ) | 
Definition at line 67 of file ContextItem.cpp.
      
  | 
  protected | 
Definition at line 121 of file ContextItem.h.
      
  | 
  protected | 
Definition at line 123 of file ContextItem.h.
      
  | 
  protected | 
Definition at line 126 of file ContextItem.h.
      
  | 
  protected | 
Definition at line 124 of file ContextItem.h.
      
  | 
  protected | 
Definition at line 125 of file ContextItem.h.
      
  | 
  protected | 
Definition at line 122 of file ContextItem.h.