41 #ifndef OBJECTS_CDD_CDD_VIEWER_RECT_BASE_HPP
42 #define OBJECTS_CDD_CDD_VIEWER_RECT_BASE_HPP
48 #ifndef BEGIN_objects_SCOPE
49 # define BEGIN_objects_SCOPE BEGIN_SCOPE(objects)
50 # define END_objects_SCOPE END_SCOPE(objects)
111 bool IsSetTop(
void)
const;
118 bool CanGetTop(
void)
const;
127 TTop GetTop(
void)
const;
149 bool IsSetLeft(
void)
const;
156 bool CanGetLeft(
void)
const;
159 void ResetLeft(
void);
165 TLeft GetLeft(
void)
const;
177 TLeft& SetLeft(
void);
187 bool IsSetWidth(
void)
const;
194 bool CanGetWidth(
void)
const;
197 void ResetWidth(
void);
203 TWidth GetWidth(
void)
const;
225 bool IsSetHeight(
void)
const;
232 bool CanGetHeight(
void)
const;
235 void ResetHeight(
void);
256 virtual void Reset(
void);
Cdd projects store a set of CDs, typically related to each other relationships would be specified usi...
Base class for all serializable objects.
static char UnassignedByte(void)
void ThrowUnassigned(TMemberIndex index) const
uint32_t Uint4
4-byte (32-bit) unsigned integer
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
bool CanGetTop(void) const
Check if it is safe to call GetTop method.
bool CanGetWidth(void) const
Check if it is safe to call GetWidth method.
THeight & SetHeight(void)
Assign a value to Height data member.
CCdd_Viewer_Rect_Base(const CCdd_Viewer_Rect_Base &)
TWidth & SetWidth(void)
Assign a value to Width data member.
bool IsSetHeight(void) const
height Check if a value has been assigned to Height data member.
TTop GetTop(void) const
Get the Top member data.
Tparent::CMemberIndex< E_memberIndex, 5 > TmemberIndex
CCdd_Viewer_Rect_Base & operator=(const CCdd_Viewer_Rect_Base &)
THeight GetHeight(void) const
Get the Height member data.
bool CanGetLeft(void) const
Check if it is safe to call GetLeft method.
TLeft & SetLeft(void)
Assign a value to Left data member.
void ResetHeight(void)
Reset Height data member.
TLeft GetLeft(void) const
Get the Left member data.
void ResetLeft(void)
Reset Left data member.
bool IsSetLeft(void) const
left coordinate Check if a value has been assigned to Left data member.
bool IsSetTop(void) const
top coordinate Check if a value has been assigned to Top data member.
bool CanGetHeight(void) const
Check if it is safe to call GetHeight method.
TTop & SetTop(void)
Assign a value to Top data member.
void ResetWidth(void)
Reset Width data member.
bool IsSetWidth(void) const
width Check if a value has been assigned to Width data member.
TWidth GetWidth(void) const
Get the Width member data.
void ResetTop(void)
Reset Top data member.
DECLARE_INTERNAL_TYPE_INFO()
const GenericPointer< typename T::ValueType > T2 value