Home
last modified time | relevance | path

Searched refs:IsCompAction (Results 1 – 4 of 4) sorted by relevance

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/WCDriver3D/
H A DCustomEditDialog.cpp152 else if (ed.IsCompAction() || ed.IsWCDriverAction()) in WriteData()
479 if (ed.IsBool() || ed.IsCompAction() || ed.IsWCDriverAction()) in CreateDialogItems()
H A DTreeViewCustomEditDialog.cpp215 else if (ed.IsCompAction() || ed.IsWCDriverAction()) in WriteData()
660 if (ed.IsBool() || ed.IsCompAction() || ed.IsWCDriverAction()) in UpdateDialogItems()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/UtilityLib/
H A Delementdata.h199 virtual int IsCompAction() const {return (type&256) != 0;} in IsCompAction() function
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/Parser/
H A Dscript_parser.cpp2563 if (!ed.IsLocked() && !ed.IsElementInfo() && !ed.IsCompAction() && !ed.IsWCDriverAction()) in EDC2String()