|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object common:Generic mmf:MMF_SeedDLA
class
class MMF_SeedDLA(common.ulb:Generic) { public: import "common.ulb" ; @param pparent the parent, generally "this" from "DLA Inspired" func MMF_SeedDLA(Generic pparent) m_Parent = pparent endfunc default: int param mmf_seeddla caption = "Version (MMF_SeedDLA)" default = 100 hint = "This version parameter is used to detect when a change has \ been made to the formula that is incompatible with the \ previous version. When that happens, this field will reflect \ the old version number to alert you to the fact that an \ alternate rendering is being used." visible = @mmf_seeddla < 100 endparam }
Constructor Summary | |
---|---|
MMF_SeedDLA()
|
|
MMF_SeedDLA(Generic pparent)
|
Method Summary |
---|
Methods inherited from class common:Generic |
---|
GetParent |
Methods inherited from class Object |
---|
|
Constructor Detail |
---|
public MMF_SeedDLA(Generic pparent)
pparent
- the parent, generally "this" from "DLA Inspired"public MMF_SeedDLA()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |