BornAgain  1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
DomRow Class Reference

Public Member Functions

 DomRow ()
 
 ~DomRow ()
 
QList< DomProperty * > elementProperty () const
 
void read (QXmlStreamReader &reader)
 
void setElementProperty (const QList< DomProperty * > &a)
 
void setText (const QString &s)
 
QString text () const
 
void write (QXmlStreamWriter &writer, const QString &tagName="") const
 

Private Types

enum  Child { Property = 1 }
 

Private Member Functions

 DomRow (const DomRow &other)
 
void clear (bool clear_all=true)
 
void operator= (const DomRow &other)
 

Private Attributes

uint m_children
 
QList< DomProperty * > m_property
 
QString m_text
 

Detailed Description

Definition at line 1510 of file ui4_p.h.

Member Enumeration Documentation

◆ Child

enum DomRow::Child
private
Enumerator
Property 

Definition at line 1533 of file ui4_p.h.

1533 { Property = 1 };
@ Property
Definition: ui4_p.h:1533

Constructor & Destructor Documentation

◆ DomRow() [1/2]

DomRow::DomRow ( )

◆ ~DomRow()

DomRow::~DomRow ( )

◆ DomRow() [2/2]

DomRow::DomRow ( const DomRow other)
private

Member Function Documentation

◆ clear()

void DomRow::clear ( bool  clear_all = true)
private

◆ elementProperty()

QList<DomProperty*> DomRow::elementProperty ( ) const
inline

Definition at line 1522 of file ui4_p.h.

1522 { return m_property; }
QList< DomProperty * > m_property
Definition: ui4_p.h:1532

◆ operator=()

void DomRow::operator= ( const DomRow other)
private

◆ read()

void DomRow::read ( QXmlStreamReader &  reader)

◆ setElementProperty()

void DomRow::setElementProperty ( const QList< DomProperty * > &  a)

◆ setText()

void DomRow::setText ( const QString &  s)
inline

Definition at line 1518 of file ui4_p.h.

1518 { m_text = s; }
QString m_text
Definition: ui4_p.h:1526

◆ text()

QString DomRow::text ( ) const
inline

Definition at line 1517 of file ui4_p.h.

1517 { return m_text; }

◆ write()

void DomRow::write ( QXmlStreamWriter &  writer,
const QString &  tagName = "" 
) const

Member Data Documentation

◆ m_children

uint DomRow::m_children
private

Definition at line 1531 of file ui4_p.h.

◆ m_property

QList<DomProperty*> DomRow::m_property
private

Definition at line 1532 of file ui4_p.h.

◆ m_text

QString DomRow::m_text
private

Definition at line 1526 of file ui4_p.h.


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