WindowDoorInspectorDialog Class Reference

Dialog for configuring a window or door item. More...

#include <WindowDoorInspectorDialog.hh>

Inherits BaseInspectorDialog.

Public Types

enum  mode { WINDOW, DOOR }
 Dialog modes. More...
 

Signals

void Applied ()
 Qt signal emitted to indicate that changes should be applied. More...
 

Public Member Functions

 WindowDoorInspectorDialog (int _mode=WINDOW, QWidget *_parent=0)
 Constructor. More...
 
 ~WindowDoorInspectorDialog ()
 Destructor. More...
 
ignition::math::Color Color () const
 Get the color. More...
 
double Depth () const
 Get the item depth. More...
 
double Elevation () const
 Get the item elevation. More...
 
double Height () const
 Get the item height. More...
 
void InitColorComboBox ()
 Initiate color combo box. More...
 
void InitTextureComboBox ()
 Initiate texture combo box. More...
 
ignition::math::Vector2d Position () const
 Get the item position. More...
 
void SetColor (const ignition::math::Color &_color)
 Set the color. More...
 
void SetDepth (const double _depth)
 Set the item depth. More...
 
void SetElevation (const double _elevation)
 Set the item elevation. More...
 
void SetHeight (const double _height)
 Set the item height. More...
 
void SetName (const std::string &_name)
 Set the item name. More...
 
void SetPosition (const ignition::math::Vector2d &_pos)
 Set the item scene position. More...
 
void SetTexture (const std::string &_texture)
 Set the texture. More...
 
void SetType (const std::string &_type)
 Set the item type. More...
 
void SetWidth (const double _width)
 Set the item width. More...
 
std::string Texture () const
 Get the texture. More...
 
std::string Type () const
 Get the item type. More...
 
double Width () const
 Get the item width. More...
 

Protected Slots

void OnApply ()
 Qt callback when the Apply button is pressed. More...
 
void OnCancel ()
 Qt callback when the Cancel button is pressed. More...
 
void OnOK ()
 Qt callback when the Ok button is pressed. More...
 

Protected Attributes

QComboBox * colorComboBox
 Combo box for selecting the color. More...
 
QComboBox * textureComboBox
 Combo box for selecting the texture. More...
 

Detailed Description

Dialog for configuring a window or door item.

Member Enumeration Documentation

enum mode

Dialog modes.

Enumerator
WINDOW 

Window mode.

DOOR 

Door mode.

Constructor & Destructor Documentation

WindowDoorInspectorDialog ( int  _mode = WINDOW,
QWidget *  _parent = 0 
)

Constructor.

Parameters
[in]_modeDialog mode
[in]_parentParent QWidget.

Destructor.

Member Function Documentation

void Applied ( )
signalinherited

Qt signal emitted to indicate that changes should be applied.

ignition::math::Color Color ( ) const
inherited

Get the color.

Returns
Color.
double Depth ( ) const

Get the item depth.

Returns
Depth in pixels.
double Elevation ( ) const

Get the item elevation.

Returns
Item elevation in pixels.
double Height ( ) const

Get the item height.

Returns
Height in pixels.
void InitColorComboBox ( )
inherited

Initiate color combo box.

void InitTextureComboBox ( )
inherited

Initiate texture combo box.

void OnApply ( )
protectedslotinherited

Qt callback when the Apply button is pressed.

void OnCancel ( )
protectedslotinherited

Qt callback when the Cancel button is pressed.

void OnOK ( )
protectedslotinherited

Qt callback when the Ok button is pressed.

ignition::math::Vector2d Position ( ) const

Get the item position.

Returns
Item position in pixel coordinates.
void SetColor ( const ignition::math::Color &  _color)
inherited

Set the color.

Parameters
[in]_colorColor.
void SetDepth ( const double  _depth)

Set the item depth.

Parameters
[in]_depthDepth in pixels.
void SetElevation ( const double  _elevation)

Set the item elevation.

Parameters
[in]_elevationItem elevation in pixels.
void SetHeight ( const double  _height)

Set the item height.

Parameters
[in]_heightHeight in pixels.
void SetName ( const std::string &  _name)

Set the item name.

Parameters
[in]_nameName to set to.
void SetPosition ( const ignition::math::Vector2d &  _pos)

Set the item scene position.

Parameters
[in]_posPosition in pixel coordinates.
void SetTexture ( const std::string &  _texture)
inherited

Set the texture.

Parameters
[in]_textureTexture.
void SetType ( const std::string &  _type)

Set the item type.

Parameters
[in]_typeItem type.
void SetWidth ( const double  _width)

Set the item width.

Parameters
[in]_widthWidth in pixels.
std::string Texture ( ) const
inherited

Get the texture.

Returns
Texture.
std::string Type ( ) const

Get the item type.

Returns
Item type.
double Width ( ) const

Get the item width.

Returns
Width in pixels.

Member Data Documentation

QComboBox* colorComboBox
protectedinherited

Combo box for selecting the color.

QComboBox* textureComboBox
protectedinherited

Combo box for selecting the texture.


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