20#include "tdemonitordevice.h"
24TDEMonitorDevice::TDEMonitorDevice(TDEGenericDeviceType::TDEGenericDeviceType dt, TQString dn) : TDEGenericDevice(dt, dn) {
27TDEMonitorDevice::~TDEMonitorDevice() {
30bool TDEMonitorDevice::connected() {
34void TDEMonitorDevice::internalSetConnected(
bool cn) {
38bool TDEMonitorDevice::enabled() {
42void TDEMonitorDevice::internalSetEnabled(
bool en) {
46TQByteArray TDEMonitorDevice::edid() {
50void TDEMonitorDevice::internalSetEdid(TQByteArray ed) {
54TDEResolutionList TDEMonitorDevice::resolutions() {
58void TDEMonitorDevice::internalSetResolutions(TDEResolutionList rs) {
62TQString TDEMonitorDevice::portType() {
66void TDEMonitorDevice::internalSetPortType(TQString pt) {
70TDEDisplayPowerLevel::TDEDisplayPowerLevel TDEMonitorDevice::powerLevel() {
74void TDEMonitorDevice::internalSetPowerLevel(TDEDisplayPowerLevel::TDEDisplayPowerLevel pl) {
78#include "tdemonitordevice.moc"