Go to the documentation of this file.
20 #ifndef __DNAVIEW_INC__
21 #define __DNAVIEW_INC__
114 bool isValid (
void )
const
115 {
return id_ != InvalidId; }
118 qreal value (
int i )
const;
121 inline ID identificator (
void )
const
125 inline const DNA * source (
void )
const
131 inline int begin (
void )
const
135 inline int count (
void )
const
140 inline void setIdentificator ( ID
id )
144 inline void setBegin (
int val )
148 inline void setCount (
int val )
152 void setDNA (
const DNA * d );
171 #endif // __DNAVIEW_INC__