#include <qsasMenus.h>
Public Slots | |
void | exportET () |
void | menuOp (QAction *act) |
void | refreshPlugins (bool first) |
void | openDS () |
void | openQIE () |
void | openCAA () |
void | openEvtTable () |
void | openExport () |
void | launchPlot () |
void | launchJoin () |
void | launchCalculator () |
void | launchCalculatorPrototype () |
void | openDataFile (const char *file) |
void | launchEditProfile () |
void | launchSelectProfile (int) |
void | updateProfileList () |
Public Member Functions | |
mainMenu (QWidget *parent=0, const char *name=0) | |
void | insertFileItems () |
void | insertEditItems () |
void | insertCalcItems () |
void | insertHelpItems () |
void | insertPlotItems () |
void | insertPluginMenu () |
void | insertProfilesItems () |
Public Attributes | |
QDialog * | objTypeSelector |
arrDialog * | arrTypeSelector |
QString | def_dir |
Protected Attributes | |
int | checkedProfile |
mainMenu::mainMenu | ( | QWidget * | parent = 0 , |
|
const char * | name = 0 | |||
) |
void mainMenu::exportET | ( | ) | [slot] |
void mainMenu::insertCalcItems | ( | ) |
void mainMenu::insertEditItems | ( | ) |
void mainMenu::insertFileItems | ( | ) |
void mainMenu::insertHelpItems | ( | ) |
void mainMenu::insertPlotItems | ( | ) |
void mainMenu::insertPluginMenu | ( | ) |
void mainMenu::insertProfilesItems | ( | ) |
void mainMenu::launchCalculator | ( | ) | [slot] |
void mainMenu::launchCalculatorPrototype | ( | ) | [slot] |
void mainMenu::launchEditProfile | ( | ) | [slot] |
void mainMenu::launchJoin | ( | ) | [slot] |
void mainMenu::launchPlot | ( | ) | [slot] |
void mainMenu::launchSelectProfile | ( | int | id | ) | [slot] |
void mainMenu::menuOp | ( | QAction * | act | ) | [slot] |
void mainMenu::openCAA | ( | ) | [slot] |
void mainMenu::openDataFile | ( | const char * | file | ) | [slot] |
void mainMenu::openDS | ( | ) | [slot] |
void mainMenu::openEvtTable | ( | ) | [slot] |
void mainMenu::openExport | ( | ) | [slot] |
void mainMenu::openQIE | ( | ) | [slot] |
void mainMenu::refreshPlugins | ( | bool | first | ) | [slot] |
void mainMenu::updateProfileList | ( | ) | [slot] |
int mainMenu::checkedProfile [protected] |
QString mainMenu::def_dir |
QDialog* mainMenu::objTypeSelector |