#include <guidimension.h>
Public Member Functions | |
| GuiDimension () | |
| ~GuiDimension () | |
Static Public Member Functions | |
| static int | getLeftIndent () |
| static int | getTopOffSet () |
| static int | getLeftOffSet () |
| static int | getLineEditWidth () |
| static int | getLineOffset () |
| static int | getButtonHeight () |
| static int | getButtonWidth () |
| static int | getSliderWidth () |
Definition at line 19 of file guidimension.h.
| GuiDimension::GuiDimension | ( | ) |
Definition at line 14 of file guidimension.cpp.
| GuiDimension::~GuiDimension | ( | ) |
Definition at line 20 of file guidimension.cpp.
| int GuiDimension::getLeftIndent | ( | ) | [static] |
Definition at line 24 of file guidimension.cpp.
References getPGApplication().
Referenced by AddWeatherAreaDialog::AddWeatherAreaDialog(), ChanceSettingsDialog::buildUpForm(), ChangePasswordDialog::ChangePasswordDialog(), SaveGameBaseDialog::SaveGameBaseDialog(), and WeatherDialog::WeatherDialog().
| int GuiDimension::getTopOffSet | ( | ) | [static] |
Definition at line 28 of file guidimension.cpp.
Referenced by AddWeatherAreaDialog::AddWeatherAreaDialog(), AddWindChangeDialog::AddWindChangeDialog(), ChanceSettingsDialog::buildUpForm(), EventAreasDialog::EventAreasDialog(), EventWindChangesDialog::EventWindChangesDialog(), SaveGameBaseDialog::SaveGameBaseDialog(), Weathercast::Weathercast(), WeatherDialog::WeatherDialog(), and WeatherPanel::WeatherPanel().
| int GuiDimension::getLeftOffSet | ( | ) | [static] |
Definition at line 32 of file guidimension.cpp.
References getPGApplication().
Referenced by AddWeatherAreaDialog::AddWeatherAreaDialog(), AddWindChangeDialog::AddWindChangeDialog(), and WeatherDialog::WeatherDialog().
| int GuiDimension::getLineEditWidth | ( | ) | [static] |
Definition at line 36 of file guidimension.cpp.
References getPGApplication().
Referenced by AddWeatherAreaDialog::AddWeatherAreaDialog(), AddWindChangeDialog::AddWindChangeDialog(), ChanceSettingsDialog::buildUpForm(), and WeatherDialog::WeatherDialog().
| int GuiDimension::getLineOffset | ( | ) | [static] |
Definition at line 40 of file guidimension.cpp.
References getPGApplication().
Referenced by SaveGameBaseDialog::SaveGameBaseDialog().
| int GuiDimension::getButtonHeight | ( | ) | [static] |
Definition at line 44 of file guidimension.cpp.
Referenced by ChangePasswordDialog::ChangePasswordDialog(), SaveGameBaseDialog::SaveGameBaseDialog(), Weathercast::Weathercast(), and WeatherPanel::WeatherPanel().
| int GuiDimension::getButtonWidth | ( | ) | [static] |
Definition at line 48 of file guidimension.cpp.
Referenced by ChangePasswordDialog::ChangePasswordDialog(), EventAreasDialog::EventAreasDialog(), EventWindChangesDialog::EventWindChangesDialog(), SaveGameBaseDialog::SaveGameBaseDialog(), and Weathercast::Weathercast().
| int GuiDimension::getSliderWidth | ( | ) | [static] |
Definition at line 52 of file guidimension.cpp.
Referenced by SaveGameBaseDialog::SaveGameBaseDialog().
1.5.1