#include <CurrentConditionBoard.h>
Inherits ObserverBoardInterface, and DisplayBoardInterface.

Public Member Functions | |
| CurrentConditionBoard (ParaWeatherData &a) | |
| void | show () |
| void | update (float h, float t, float p) |
Private Attributes | |
| float | m_h |
| float | m_t |
| float | m_p |
| ParaWeatherData & | m_data |
Definition at line 2 of file CurrentConditionBoard.h.
| CurrentConditionBoard::CurrentConditionBoard | ( | ParaWeatherData & | a | ) | [inline] |
Definition at line 5 of file CurrentConditionBoard.h.
References m_data, and ParaWeatherData::registerOb().

| void CurrentConditionBoard::show | ( | ) | [inline, virtual] |
| void CurrentConditionBoard::update | ( | float | h, | |
| float | t, | |||
| float | p | |||
| ) | [inline, virtual] |
ParaWeatherData& CurrentConditionBoard::m_data [private] |
float CurrentConditionBoard::m_h [private] |
float CurrentConditionBoard::m_p [private] |
float CurrentConditionBoard::m_t [private] |