#include <MyFrame.h>
Public Member Functions | |
TProject () | |
Constructor. | |
virtual | ~TProject () |
virtual TEnzymeRules * | getEnzymeRules () |
Returns the restriction enzyme display rules for the project. | |
virtual void | setEnzymeRules (TEnzymeRules *er) |
Sets the restriction enzyme display rules for the project. | |
Public Attributes | |
wxString | name |
The project name. | |
wxString | desc |
The project description. | |
wxString | db |
The name of the database the project is stored in. | |
Private Attributes | |
TEnzymeRules * | enzyme_rules |
The enzyme rules of the project. |
|
Constructor.
|
|
|
|
Returns the restriction enzyme display rules for the project.
|
|
Sets the restriction enzyme display rules for the project.
|
|
The name of the database the project is stored in.
|
|
The project description.
|
|
The enzyme rules of the project.
|
|
The project name.
|