Version: 9.15.0
YACS::HMI::FormEachLoop Class Reference

#include <FormEachLoop.hxx>

Inheritance diagram for YACS::HMI::FormEachLoop:
Collaboration diagram for YACS::HMI::FormEachLoop:

Public Member Functions

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

Detailed Description

Definition at line 29 of file FormEachLoop.hxx.

Constructor & Destructor Documentation

◆ FormEachLoop()

FormEachLoop::FormEachLoop ( QWidget parent = 0)

Definition at line 28 of file FormEachLoop.cxx.

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

References DEBTRACE.

◆ ~FormEachLoop()

FormEachLoop::~FormEachLoop ( )

Definition at line 34 of file FormEachLoop.cxx.

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

References DEBTRACE.


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