te::qt::widgets::CharEncodingMenuWidget Class Reference

This class is widget that provides a menu for char encoding selection. More...

#include <CharEncodingMenuWidget.h>

Inheritance diagram for te::qt::widgets::CharEncodingMenuWidget:

Public Slots

void onEncodingClicked ()
 

Public Member Functions

 CharEncodingMenuWidget (QWidget *parent=0, Qt::WindowFlags f=0)
 
QMenu * getMenu ()
 
void setLayer (te::map::AbstractLayerPtr layer)
 Set the layer that can be used. More...
 
 ~CharEncodingMenuWidget ()
 

Public Attributes

QActionGroup * m_actGroup
 
te::map::AbstractLayerPtr m_layer
 Selected Layer. More...
 
QMenu * m_menu
 

Protected Member Functions

void checkLayerDataSourceType ()
 

Detailed Description

This class is widget that provides a menu for char encoding selection.

Definition at line 54 of file CharEncodingMenuWidget.h.

Constructor & Destructor Documentation

te::qt::widgets::CharEncodingMenuWidget::CharEncodingMenuWidget ( QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)

Default Constructor

te::qt::widgets::CharEncodingMenuWidget::~CharEncodingMenuWidget ( )

Default Destructor

Member Function Documentation

void te::qt::widgets::CharEncodingMenuWidget::checkLayerDataSourceType ( )
protected
QMenu* te::qt::widgets::CharEncodingMenuWidget::getMenu ( )
void te::qt::widgets::CharEncodingMenuWidget::onEncodingClicked ( )
slot
void te::qt::widgets::CharEncodingMenuWidget::setLayer ( te::map::AbstractLayerPtr  layer)

Set the layer that can be used.

Parameters
layerPointer to the selected layer.

Member Data Documentation

QActionGroup* te::qt::widgets::CharEncodingMenuWidget::m_actGroup

Definition at line 90 of file CharEncodingMenuWidget.h.

te::map::AbstractLayerPtr te::qt::widgets::CharEncodingMenuWidget::m_layer

Selected Layer.

Definition at line 86 of file CharEncodingMenuWidget.h.

QMenu* te::qt::widgets::CharEncodingMenuWidget::m_menu

Definition at line 88 of file CharEncodingMenuWidget.h.


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