UltraScan III
List of all members | Classes | Public Member Functions | Private Slots | Private Member Functions | Private Attributes
US_Win Class Reference

UltraScan initial screen. More...

#include "us.h"

Inheritance diagram for US_Win:
Inheritance graph
[legend]
Collaboration diagram for US_Win:
Collaboration graph
[legend]

Classes

struct  procData
 

Public Member Functions

 US_Win (QWidget *=0, Qt::WindowFlags=0)
 Launch Qt Assistant and set the page to show. More...
 
 ~US_Win ()
 Destructor for US_Win. Resets position in global memory. More...
 

Private Slots

void onIndexTriggered (int index)
 
void closeSplash (void)
 
void terminated (int, QProcess::ExitStatus)
 
void closeEvent (QCloseEvent *)
 
void closeProcs (void)
 

Private Member Functions

void addMenu (int, const QString &, QMenu *)
 
void splash (void)
 
void logo (int)
 
void help (int)
 
void launch (int)
 
void apply_prefs (void)
 
bool notice_check (void)
 

Private Attributes

US_Global g
 
QLabel * bigframe
 
QLabel * smallframe
 
QLabel * splash_shadow
 
US_Help showhelp
 
QDateTime ln_time
 
QList< procData * > procs
 

Detailed Description

UltraScan initial screen.

Definition at line 9 of file us.h.

Constructor & Destructor Documentation

US_Win::US_Win ( QWidget *  parent = 0,
Qt::WindowFlags  flags = 0 
)

Launch Qt Assistant and set the page to show.

Parameters
parentA pointer to the parent widget. This normally can be left as NULL.
flagsAn enum value that describes the window properties. This normally can be left as 0 (Qt::Widget).

Definition at line 105 of file us.cpp.

US_Win::~US_Win ( )

Destructor for US_Win. Resets position in global memory.

Definition at line 268 of file us.cpp.

Member Function Documentation

void US_Win::addMenu ( int  index,
const QString &  label,
QMenu *  menu 
)
private

Definition at line 274 of file us.cpp.

void US_Win::apply_prefs ( void  )
private

Definition at line 665 of file us.cpp.

void US_Win::closeEvent ( QCloseEvent *  e)
privateslot

Definition at line 495 of file us.cpp.

void US_Win::closeProcs ( void  )
privateslot

Definition at line 446 of file us.cpp.

void US_Win::closeSplash ( void  )
privateslot

Definition at line 575 of file us.cpp.

void US_Win::help ( int  index)
private

Definition at line 582 of file us.cpp.

void US_Win::launch ( int  index)
private

Definition at line 372 of file us.cpp.

void US_Win::logo ( int  width)
private

Definition at line 524 of file us.cpp.

bool US_Win::notice_check ( void  )
private

Definition at line 700 of file us.cpp.

void US_Win::onIndexTriggered ( int  index)
privateslot

Definition at line 291 of file us.cpp.

void US_Win::splash ( void  )
private

Definition at line 502 of file us.cpp.

void US_Win::terminated ( int  code,
QProcess::ExitStatus  status 
)
privateslot

Definition at line 300 of file us.cpp.

Member Data Documentation

QLabel* US_Win::bigframe
private

Definition at line 29 of file us.h.

US_Global US_Win::g
private

Definition at line 28 of file us.h.

QDateTime US_Win::ln_time
private

Definition at line 33 of file us.h.

QList<procData*> US_Win::procs
private

Definition at line 50 of file us.h.

US_Help US_Win::showhelp
private

Definition at line 32 of file us.h.

QLabel* US_Win::smallframe
private

Definition at line 30 of file us.h.

QLabel* US_Win::splash_shadow
private

Definition at line 31 of file us.h.


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