GnuCash c935c2f+
Loading...
Searching...
No Matches
Data Fields
LoanAssistantData Struct Reference

The UI-side storage of the loan assistant data. More...

Data Fields

GtkWidget * window
 
GtkWidget * assistant
 
LoanData ld
 
RepayOptUIData ** repayOptsUI
 
int currentIdx
 
GtkGrid * prmTable
 
GNCAccountSel * prmAccountGAS
 
GNCAmountEdit * prmOrigPrincGAE
 
GtkSpinButton * prmIrateSpin
 
GtkComboBox * prmType
 
GtkFrame * prmVarFrame
 
GncFrequencyprmVarGncFreq
 
GNCDateEditprmStartDateGDE
 
GtkSpinButton * prmLengthSpin
 
GtkComboBox * prmLengthType
 
GtkSpinButton * prmRemainSpin
 
GtkComboBox * prmIrateType
 
GtkBox * optVBox
 
GtkCheckButton * optEscrowCb
 
GtkBox * optEscrowHBox
 
GNCAccountSel * optEscrowGAS
 
GtkEntry * repTxnName
 
GtkGrid * repTable
 
GtkEntry * repAmtEntry
 
GNCAccountSel * repAssetsFromGAS
 
GNCAccountSel * repPrincToGAS
 
GNCAccountSel * repIntToGAS
 
GtkFrame * repFreqFrame
 
GncFrequencyrepGncFreq
 
GtkEntry * payTxnName
 
GtkEntry * payAmtEntry
 
GNCAccountSel * payAcctFromGAS
 
GNCAccountSel * payAcctEscToGAS
 
GNCAccountSel * payAcctEscFromGAS
 
GNCAccountSel * payAcctToGAS
 
GtkGrid * payTable
 
GtkCheckButton * payUseEscrow
 
GtkCheckButton * paySpecSrcAcct
 
GtkLabel * payAcctFromLabel
 
GtkLabel * payEscToLabel
 
GtkLabel * payEscFromLabel
 
GtkRadioButton * payTxnFreqPartRb
 
GtkRadioButton * payTxnFreqUniqRb
 
GtkBox * payFreqHBox
 
GncFrequencypayGncFreq
 
GtkComboBox * revRangeOpt
 
GtkFrame * revDateFrame
 
GtkGrid * revTable
 
GNCDateEditrevStartDate
 
GNCDateEditrevEndDate
 
GtkScrolledWindow * revScrollWin
 
GtkTreeView * revView
 

Detailed Description

The UI-side storage of the loan assistant data.

Definition at line 227 of file assistant-loan.cpp.

Field Documentation

◆ assistant

GtkWidget* LoanAssistantData::assistant

Definition at line 230 of file assistant-loan.cpp.

◆ currentIdx

int LoanAssistantData::currentIdx

Definition at line 239 of file assistant-loan.cpp.

◆ ld

LoanData LoanAssistantData::ld

Definition at line 232 of file assistant-loan.cpp.

◆ optEscrowCb

GtkCheckButton* LoanAssistantData::optEscrowCb

Definition at line 258 of file assistant-loan.cpp.

◆ optEscrowGAS

GNCAccountSel* LoanAssistantData::optEscrowGAS

Definition at line 260 of file assistant-loan.cpp.

◆ optEscrowHBox

GtkBox* LoanAssistantData::optEscrowHBox

Definition at line 259 of file assistant-loan.cpp.

◆ optVBox

GtkBox* LoanAssistantData::optVBox

Definition at line 257 of file assistant-loan.cpp.

◆ payAcctEscFromGAS

GNCAccountSel* LoanAssistantData::payAcctEscFromGAS

Definition at line 277 of file assistant-loan.cpp.

◆ payAcctEscToGAS

GNCAccountSel* LoanAssistantData::payAcctEscToGAS

Definition at line 276 of file assistant-loan.cpp.

◆ payAcctFromGAS

GNCAccountSel* LoanAssistantData::payAcctFromGAS

Definition at line 275 of file assistant-loan.cpp.

◆ payAcctFromLabel

GtkLabel* LoanAssistantData::payAcctFromLabel

Definition at line 282 of file assistant-loan.cpp.

◆ payAcctToGAS

GNCAccountSel* LoanAssistantData::payAcctToGAS

Definition at line 278 of file assistant-loan.cpp.

◆ payAmtEntry

GtkEntry* LoanAssistantData::payAmtEntry

Definition at line 274 of file assistant-loan.cpp.

◆ payEscFromLabel

GtkLabel* LoanAssistantData::payEscFromLabel

Definition at line 284 of file assistant-loan.cpp.

◆ payEscToLabel

GtkLabel* LoanAssistantData::payEscToLabel

Definition at line 283 of file assistant-loan.cpp.

◆ payFreqHBox

GtkBox* LoanAssistantData::payFreqHBox

Definition at line 287 of file assistant-loan.cpp.

◆ payGncFreq

GncFrequency* LoanAssistantData::payGncFreq

Definition at line 288 of file assistant-loan.cpp.

◆ paySpecSrcAcct

GtkCheckButton* LoanAssistantData::paySpecSrcAcct

Definition at line 281 of file assistant-loan.cpp.

◆ payTable

GtkGrid* LoanAssistantData::payTable

Definition at line 279 of file assistant-loan.cpp.

◆ payTxnFreqPartRb

GtkRadioButton* LoanAssistantData::payTxnFreqPartRb

Definition at line 285 of file assistant-loan.cpp.

◆ payTxnFreqUniqRb

GtkRadioButton* LoanAssistantData::payTxnFreqUniqRb

Definition at line 286 of file assistant-loan.cpp.

◆ payTxnName

GtkEntry* LoanAssistantData::payTxnName

Definition at line 273 of file assistant-loan.cpp.

◆ payUseEscrow

GtkCheckButton* LoanAssistantData::payUseEscrow

Definition at line 280 of file assistant-loan.cpp.

◆ prmAccountGAS

GNCAccountSel* LoanAssistantData::prmAccountGAS

Definition at line 244 of file assistant-loan.cpp.

◆ prmIrateSpin

GtkSpinButton* LoanAssistantData::prmIrateSpin

Definition at line 246 of file assistant-loan.cpp.

◆ prmIrateType

GtkComboBox* LoanAssistantData::prmIrateType

Definition at line 254 of file assistant-loan.cpp.

◆ prmLengthSpin

GtkSpinButton* LoanAssistantData::prmLengthSpin

Definition at line 251 of file assistant-loan.cpp.

◆ prmLengthType

GtkComboBox* LoanAssistantData::prmLengthType

Definition at line 252 of file assistant-loan.cpp.

◆ prmOrigPrincGAE

GNCAmountEdit* LoanAssistantData::prmOrigPrincGAE

Definition at line 245 of file assistant-loan.cpp.

◆ prmRemainSpin

GtkSpinButton* LoanAssistantData::prmRemainSpin

Definition at line 253 of file assistant-loan.cpp.

◆ prmStartDateGDE

GNCDateEdit* LoanAssistantData::prmStartDateGDE

Definition at line 250 of file assistant-loan.cpp.

◆ prmTable

GtkGrid* LoanAssistantData::prmTable

Definition at line 243 of file assistant-loan.cpp.

◆ prmType

GtkComboBox* LoanAssistantData::prmType

Definition at line 247 of file assistant-loan.cpp.

◆ prmVarFrame

GtkFrame* LoanAssistantData::prmVarFrame

Definition at line 248 of file assistant-loan.cpp.

◆ prmVarGncFreq

GncFrequency* LoanAssistantData::prmVarGncFreq

Definition at line 249 of file assistant-loan.cpp.

◆ repAmtEntry

GtkEntry* LoanAssistantData::repAmtEntry

Definition at line 265 of file assistant-loan.cpp.

◆ repAssetsFromGAS

GNCAccountSel* LoanAssistantData::repAssetsFromGAS

Definition at line 266 of file assistant-loan.cpp.

◆ repayOptsUI

RepayOptUIData** LoanAssistantData::repayOptsUI

Definition at line 235 of file assistant-loan.cpp.

◆ repFreqFrame

GtkFrame* LoanAssistantData::repFreqFrame

Definition at line 269 of file assistant-loan.cpp.

◆ repGncFreq

GncFrequency* LoanAssistantData::repGncFreq

Definition at line 270 of file assistant-loan.cpp.

◆ repIntToGAS

GNCAccountSel* LoanAssistantData::repIntToGAS

Definition at line 268 of file assistant-loan.cpp.

◆ repPrincToGAS

GNCAccountSel* LoanAssistantData::repPrincToGAS

Definition at line 267 of file assistant-loan.cpp.

◆ repTable

GtkGrid* LoanAssistantData::repTable

Definition at line 264 of file assistant-loan.cpp.

◆ repTxnName

GtkEntry* LoanAssistantData::repTxnName

Definition at line 263 of file assistant-loan.cpp.

◆ revDateFrame

GtkFrame* LoanAssistantData::revDateFrame

Definition at line 292 of file assistant-loan.cpp.

◆ revEndDate

GNCDateEdit* LoanAssistantData::revEndDate

Definition at line 295 of file assistant-loan.cpp.

◆ revRangeOpt

GtkComboBox* LoanAssistantData::revRangeOpt

Definition at line 291 of file assistant-loan.cpp.

◆ revScrollWin

GtkScrolledWindow* LoanAssistantData::revScrollWin

Definition at line 296 of file assistant-loan.cpp.

◆ revStartDate

GNCDateEdit* LoanAssistantData::revStartDate

Definition at line 294 of file assistant-loan.cpp.

◆ revTable

GtkGrid* LoanAssistantData::revTable

Definition at line 293 of file assistant-loan.cpp.

◆ revView

GtkTreeView* LoanAssistantData::revView

Definition at line 297 of file assistant-loan.cpp.

◆ window

GtkWidget* LoanAssistantData::window

Definition at line 229 of file assistant-loan.cpp.


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