BioFunctional Designer
 All Classes Files Functions
Public Slots | Public Member Functions | Protected Member Functions | List of all members
Widget Class Reference

the widget class, inherit from QWidget, the main widget More...

#include <widget.h>

Inheritance diagram for Widget:

Public Slots

void saveButtonClicked ()
 process save button event
 
void exportButtonClicked ()
 process export button event
 
void searchBoxTyped (QString text)
 process seach inout change event More...
 
void newButtonClicked ()
 process create new project button event
 
void openButtonClicked ()
 process open button event
 
void showRelevantBioBricks (QStringList *biobricks)
 show the relevant biobricks More...
 
void showBioBrickInfo (QString info)
 show a selected BioBrick More...
 

Public Member Functions

 Widget (QWidget *parent=0)
 

Protected Member Functions

void keyPressEvent (QKeyEvent *e)
 

Detailed Description

the widget class, inherit from QWidget, the main widget

this class is the main widget for this application

Member Function Documentation

void Widget::searchBoxTyped ( QString  text)
slot

process seach inout change event

Parameters
textuser's input
void Widget::showBioBrickInfo ( QString  info)
slot

show a selected BioBrick

Parameters
infothe biobrick's info
void Widget::showRelevantBioBricks ( QStringList *  biobricks)
slot

show the relevant biobricks

Parameters
biobricksthe revelant biobrick lisr

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