#include <basedlg.hxx>

Public Member Functions | |
| ObjProperty (const Reference< XInterface > &) | |
| virtual | ~ObjProperty ()=0 throw () |
| void | setPropertyValueAny (const char *, const uno::Any &) |
| template<typename AnyValue> | |
| void | setPropertyValue (const char *, const AnyValue &) |
Private Attributes | |
| std::auto_ptr < ObjPropertyImpl > | m_pImpl |
Definition at line 176 of file basedlg.hxx.
| scsolver::ObjProperty::ObjProperty | ( | const Reference< XInterface > & | aRef | ) |
Definition at line 870 of file basedlg.cxx.
| scsolver::ObjProperty::~ObjProperty | ( | ) | throw () [pure virtual] |
Definition at line 875 of file basedlg.cxx.
| void scsolver::ObjProperty::setPropertyValueAny | ( | const char * | name, | |
| const uno::Any & | aVal | |||
| ) |
| void scsolver::ObjProperty::setPropertyValue | ( | const char * | name, | |
| const AnyValue & | t | |||
| ) | [inline] |
Definition at line 885 of file basedlg.cxx.
References m_pImpl.
Referenced by scsolver::WidgetPropertyImpl::setHeight(), scsolver::WidgetPropertyImpl::setLabel(), scsolver::WidgetPropertyImpl::setName(), scsolver::WidgetPropertyImpl::setPositionX(), scsolver::WidgetPropertyImpl::setPositionY(), and scsolver::WidgetPropertyImpl::setWidth().
std::auto_ptr<ObjPropertyImpl> scsolver::ObjProperty::m_pImpl [private] |
Reimplemented in scsolver::WidgetProperty.
Definition at line 188 of file basedlg.hxx.
Referenced by setPropertyValue(), and setPropertyValueAny().
1.5.3