ImageViewerArea Class Reference

#include <VisionX/gui-plugins/ImageMonitor/ImageViewerArea.h>

+ Inheritance diagram for ImageViewerArea:

Public Member Functions

IceUtil::Time getDisplayDelay () const
 
Vec2d getScaledImageDimensions ()
 
IceUtil::Time getTimeDisplayed () const
 
 ImageViewerArea (QWidget *parent=0)
 
void setImages (int numberImages, CByteImage **images, IceUtil::Time imageTimestamp, IceUtil::Time receiveTimestamp)
 
 ~ImageViewerArea () override
 
- Public Member Functions inherited from Logging
SpamFilterDataPtr deactivateSpam (float deactivationDurationSec=10.0f, const std::string &identifier="", bool deactivate=true) const
 disables the logging for the current line for the given amount of seconds. More...
 
MessageTypeT getEffectiveLoggingLevel () const
 
 Logging ()
 
void setLocalMinimumLoggingLevel (MessageTypeT level)
 With setLocalMinimumLoggingLevel the minimum verbosity-level of log-messages can be set. More...
 
void setTag (const LogTag &tag)
 
void setTag (const std::string &tagName)
 
virtual ~Logging ()
 

Protected Slots

void updateImage (long timeReceived)
 

Protected Member Functions

int getNumberImages ()
 
void paintEvent (QPaintEvent *pPaintEvent) override
 
- Protected Member Functions inherited from Logging
bool checkLogLevel (MessageTypeT level) const
 
const LogSenderPtrgetLogSender () const
 Retrieve log sender. More...
 
LogSenderPtr loghelper (const char *file, int line, const char *function) const
 

Additional Inherited Members

- Protected Attributes inherited from Logging
MessageTypeT minimumLoggingLevel
 
SpamFilterDataPtr spamFilter
 
LogTag tag
 

Detailed Description

Definition at line 38 of file ImageViewerArea.h.

Constructor & Destructor Documentation

◆ ImageViewerArea()

ImageViewerArea ( QWidget *  parent = 0)

Definition at line 35 of file ImageViewerArea.cpp.

◆ ~ImageViewerArea()

~ImageViewerArea ( )
override

Definition at line 45 of file ImageViewerArea.cpp.

Member Function Documentation

◆ getDisplayDelay()

IceUtil::Time getDisplayDelay ( ) const

Definition at line 70 of file ImageViewerArea.cpp.

◆ getNumberImages()

int getNumberImages ( )
protected

Definition at line 65 of file ImageViewerArea.cpp.

+ Here is the caller graph for this function:

◆ getScaledImageDimensions()

Vec2d getScaledImageDimensions ( )

Definition at line 137 of file ImageViewerArea.cpp.

+ Here is the caller graph for this function:

◆ getTimeDisplayed()

IceUtil::Time getTimeDisplayed ( ) const

Definition at line 75 of file ImageViewerArea.cpp.

◆ paintEvent()

void paintEvent ( QPaintEvent *  pPaintEvent)
overrideprotected

Definition at line 53 of file ImageViewerArea.cpp.

◆ setImages()

void setImages ( int  numberImages,
CByteImage **  images,
IceUtil::Time  imageTimestamp,
IceUtil::Time  receiveTimestamp 
)

Definition at line 80 of file ImageViewerArea.cpp.

+ Here is the caller graph for this function:

◆ updateImage

void updateImage ( long  timeReceived)
protectedslot

Definition at line 130 of file ImageViewerArea.cpp.

+ Here is the call graph for this function:

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