Version: 9.15.0
YACS::HMI::FormLoop Class Reference

#include <FormLoop.hxx>

Inheritance diagram for YACS::HMI::FormLoop:
Collaboration diagram for YACS::HMI::FormLoop:

Public Member Functions

 FormLoop (QWidget *parent=0)
 
 ~FormLoop ()
 

Detailed Description

Definition at line 29 of file FormLoop.hxx.

Constructor & Destructor Documentation

◆ FormLoop()

FormLoop::FormLoop ( QWidget parent = 0)

Definition at line 28 of file FormLoop.cxx.

29 {
30  DEBTRACE("FormLoop::FormLoop");
31  setupUi(this);
32 }
#define DEBTRACE(msg)
Definition: YacsTrace.hxx:31

References DEBTRACE.

◆ ~FormLoop()

FormLoop::~FormLoop ( )

Definition at line 34 of file FormLoop.cxx.

35 {
36  DEBTRACE("FormLoop::~FormLoop");
37 }

References DEBTRACE.


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