#include <Volume.h>
Inheritance diagram for rnaml::Volume:
Public Methods | |
Volume () | |
Initializes the object. | |
Volume (const Volume &right) | |
Initializes the object with the right's content. | |
Volume * | clone () const |
Clones the object. | |
virtual | ~Volume () |
Destroys the object. | |
Volume & | operator= (const Volume &right) |
Assigns the object with the right's content. | |
int | getValue () const |
Gets the volume value. | |
void | setValue (int value) |
Sets the volume value. |
|
Initializes the object.
|
|
Initializes the object with the right's content.
|
|
Destroys the object.
|
|
Clones the object.
|
|
Gets the volume value.
|
|
Assigns the object with the right's content.
|
|
Sets the volume value.
|