PeriDyno 1.0.0
Loading...
Searching...
No Matches
dyno::FieldSignal Class Reference

#include <QFieldPropertyWidget.h>

Inheritance diagram for dyno::FieldSignal:
Collaboration diagram for dyno::FieldSignal:

Public Slots

void fieldChanged ()
 
bool isTick () const
 
bool isUpdate () const
 

Signals

void fieldPromote (FieldSignal *)
 

Public Member Functions

 FieldSignal (bool tick, bool update, QObject *parent=nullptr)
 

Private Attributes

bool mTick
 
bool mUpdate
 

Detailed Description

Definition at line 7 of file QFieldPropertyWidget.h.

Constructor & Destructor Documentation

◆ FieldSignal()

FieldSignal::FieldSignal ( bool tick,
bool update,
QObject * parent = nullptr )

Definition at line 27 of file QFieldPropertyWidget.cpp.

Here is the caller graph for this function:

Member Function Documentation

◆ fieldChanged

void FieldSignal::fieldChanged ( )
slot

Definition at line 37 of file QFieldPropertyWidget.cpp.

Here is the call graph for this function:

◆ fieldPromote

void dyno::FieldSignal::fieldPromote ( FieldSignal * )
signal
Here is the call graph for this function:
Here is the caller graph for this function:

◆ isTick

bool FieldSignal::isTick ( ) const
slot

Definition at line 29 of file QFieldPropertyWidget.cpp.

Here is the caller graph for this function:

◆ isUpdate

bool FieldSignal::isUpdate ( ) const
slot

Definition at line 33 of file QFieldPropertyWidget.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ mTick

bool dyno::FieldSignal::mTick
private

Definition at line 20 of file QFieldPropertyWidget.h.

◆ mUpdate

bool dyno::FieldSignal::mUpdate
private

Definition at line 21 of file QFieldPropertyWidget.h.


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