forked from ewowi/StarBase
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor initVarAndValue: support pointer to vector
SysModUI - rename initVarAndUpdate to initVarAndValue - add initNumber for vector - add initVarAndValue for vectors - initVarAndValue: call initVar and initValue and call setValue if initValue says so - initValue: (came from initVarAndUpdate), setValue needed is return value - processJson: onDelete: call varFun before actual delete - callVarFun: if onDelete and pointer, remove row from pointer vector - FunTypes: rename onAddRow to onAdd and onDeleteRow to onDelete SysModModel - remove ChangeFun typedef - Variable.valueString: support rowNr - Add Variable.rows (WIP) - rename callVarChangeFun to callVarOnChange - callVarOnChange: if pointer is array, get the right rowNr, if varVal is array, treat the pointer as a vector and assign value to pointer
- Loading branch information
1 parent
f262ba5
commit 2be0136
Showing
7 changed files
with
1,389 additions
and
1,260 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.