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

#include <QVectorIntFieldWidget.h>

Inheritance diagram for dyno::mVectorItemLayout:
Collaboration diagram for dyno::mVectorItemLayout:

Public Slots

void emitSignal ()
 
void emitChange (int v)
 

Signals

void removeById (int)
 
void valueChange (int)
 

Public Member Functions

DECLARE_FIELD_WIDGET mVectorItemLayout (int id)
 
 ~mVectorItemLayout ()
 
int value ()
 
void setValue (int v)
 
void setId (int id)
 

Private Attributes

int mId = -1
 
QSpinBox * inputSpin = nullptr
 
QPushButton * removeButton = nullptr
 
QLabel * index = nullptr
 

Detailed Description

Definition at line 29 of file QVectorIntFieldWidget.h.

Constructor & Destructor Documentation

◆ mVectorItemLayout()

DECLARE_FIELD_WIDGET dyno::mVectorItemLayout::mVectorItemLayout ( int id)
inline

Definition at line 34 of file QVectorIntFieldWidget.h.

Here is the call graph for this function:

◆ ~mVectorItemLayout()

dyno::mVectorItemLayout::~mVectorItemLayout ( )
inline

Definition at line 56 of file QVectorIntFieldWidget.h.

Member Function Documentation

◆ emitChange

void dyno::mVectorItemLayout::emitChange ( int v)
inlineslot

Definition at line 77 of file QVectorIntFieldWidget.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ emitSignal

void dyno::mVectorItemLayout::emitSignal ( )
inlineslot

Definition at line 73 of file QVectorIntFieldWidget.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ removeById

void dyno::mVectorItemLayout::removeById ( int )
signal
Here is the caller graph for this function:

◆ setId()

void dyno::mVectorItemLayout::setId ( int id)
inline

Definition at line 65 of file QVectorIntFieldWidget.h.

◆ setValue()

void dyno::mVectorItemLayout::setValue ( int v)
inline

Definition at line 64 of file QVectorIntFieldWidget.h.

Here is the caller graph for this function:

◆ value()

int dyno::mVectorItemLayout::value ( )
inline

Definition at line 63 of file QVectorIntFieldWidget.h.

◆ valueChange

void dyno::mVectorItemLayout::valueChange ( int )
signal
Here is the caller graph for this function:

Member Data Documentation

◆ index

QLabel* dyno::mVectorItemLayout::index = nullptr
private

Definition at line 88 of file QVectorIntFieldWidget.h.

◆ inputSpin

QSpinBox* dyno::mVectorItemLayout::inputSpin = nullptr
private

Definition at line 86 of file QVectorIntFieldWidget.h.

◆ mId

int dyno::mVectorItemLayout::mId = -1
private

Definition at line 85 of file QVectorIntFieldWidget.h.

◆ removeButton

QPushButton* dyno::mVectorItemLayout::removeButton = nullptr
private

Definition at line 87 of file QVectorIntFieldWidget.h.


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