PSQt package

Package PSQt is created for graphical Qt applications. More...

Classes

class  PSQt::DragBase
 Base class for draggable figures like circle, line, center, etc on the plot. More...
class  PSQt::DragCenter
 Derived class from DragBase for draggable circle. More...
class  PSQt::DragCircle
 Derived class from DragBase for draggable circle. More...
struct  PSQt::DragFig
 DragFig - struct for DragStore. More...
class  PSQt::DragStore
 Contains static factory method Create for DragBase objects. More...
class  PSQt::Frame
 Inherits from QFrame and sets its basic parameters. Is used to display widget frame. More...
class  PSQt::GeoImage
 Generates image using geometry and ndarray of intensity. More...
class  PSQt::GeoTree
 Implementation of the geometry tree as QTreeView subclass. More...
class  PSQt::GUAxes
 Inherits from QGraphicsView and displays window with axes. More...
class  PSQt::GUIImageViewer
 Widget/GUI for image viewer. More...
class  PSQt::GUILogger
 GUI for Logger. More...
class  PSQt::GUIMain
 Main GUI of application for detector sensors alignment. More...
class  PSQt::GURuler
 Shows ruller on QGraphicsScene through QGraphicsView. More...
class  PSQt::GUView
 Test widget, is not used in this project. More...
class  PSQt::ImageProc
 Processing of raw image ndarray after zoom or intensity range selection. More...
class  PSQt::LabColorRing
 Widget displaying interactive color rinng/wheel, which is used in WdgColorTable. More...
class  PSQt::Logger
 Singleton for base class LoggerBase - messaging system. More...
struct  PSQt::Record
 Record - struct for LoggerBase records. More...
class  PSQt::LoggerBase
 Base class for messaging system. More...
class  PSQt::PSQtGUIMain
 Test widget, not used in this project. More...
class  PSQt::TestThread1
 Tread-worker, inherits from QThread. More...
class  PSQt::ThreadTimer
 Tread-worker, inherits from QThread. More...
class  PSQt::WdgColorBar
 QLable-type widget with interactive image of the color bar. More...
class  PSQt::WdgColorTable
 Widget showing colot wheel and setting parameters (hue angles) for color table. More...
class  PSQt::WdgDirTree
 Wiget works with file directory tree (Is not used in current project). More...
class  PSQt::WdgFile
 Widget for file name input. More...
class  PSQt::WdgGeo
 Widget for GeometryObject parameters editor. More...
class  PSQt::WdgGeoTree
 Widget to display and edit geometry tree. More...
class  PSQt::WdgImage
 Shows image in the inherited QLabel box. More...
class  PSQt::WdgImageFigs
 Inherits from WdgImage and adds interactive figures on image. More...
class  PSQt::WdgPointPos
 Widget to display two values for 2-d point position. More...
class  PSQt::WdgPointPos3D
 Widget to display 3 values for 3-d point (x,y,z/intensity). More...
class  PSQt::WdgRadHist
 Widget to display angular-integrated radial-projection historgam for (zoomed) image. More...
class  PSQt::WdgSpecHist
 Widget to display spectral historgam for image. More...

Enumerations

enum  PSQt::DRAGMODE {
  PSQt::ZOOM = 0, PSQt::CREATE, PSQt::DELETE, PSQt::MOVE,
  PSQt::DRAW
}
 DRAGMODE - enumerator of modes for DragBase. More...
enum  PSQt::DRAGTYPE { PSQt::DRAGCIRCLE = 0, PSQt::DRAGCENTER, PSQt::DRAGLINE, PSQt::DRAGNONE }
 DRAGTYPE - enumerator for DragBase type objects. More...
enum  PSQt::LEVEL {
  PSQt::DEBUG = 0, PSQt::INFO, PSQt::WARNING, PSQt::CRITICAL,
  PSQt::ERROR, PSQt::NONE
}
 LEVEL - enumerator of message types/levels. More...
enum  PSQt::ORIENT { PSQt::HR = 0, PSQt::HL, PSQt::VU, PSQt::VD }
 ORIENT - enumerator for four color bar orientations; horisontal with raising color index to right or left and vertical with rising color index from to up and down. More...

Detailed Description

Package PSQt is created for graphical Qt applications.


Enumeration Type Documentation

enum PSQt::DRAGMODE

DRAGMODE - enumerator of modes for DragBase.

Enumerator:
ZOOM 
CREATE 
DELETE 
MOVE 
DRAW 

Definition at line 28 of file DragBase.h.

enum PSQt::DRAGTYPE

DRAGTYPE - enumerator for DragBase type objects.

Enumerator:
DRAGCIRCLE 
DRAGCENTER 
DRAGLINE 
DRAGNONE 

Definition at line 19 of file DragStore.h.

enum PSQt::LEVEL

LEVEL - enumerator of message types/levels.

Enumerator:
DEBUG 
INFO 
WARNING 
CRITICAL 
ERROR 
NONE 

Definition at line 19 of file LoggerBase.h.

enum PSQt::ORIENT

ORIENT - enumerator for four color bar orientations; horisontal with raising color index to right or left and vertical with rising color index from to up and down.

Enumerator:
HR 
HL 
VU 
VD 

Definition at line 22 of file WdgColorBar.h.


Generated on 19 Dec 2016 for PSANAmodules by  doxygen 1.4.7