CLayer
IntroductionBase class for CBackground and CCard that implements most of the behaviour of those two things that can contain parts (HyperCard terminology for controls & text fields). Member FunctionsGetPropertyNamedpublic Discussion< Opposite of WakeUp(). GoToSleeppublic Discussion< Actually activate the completely loaded layer because the user is about to use it. All OS-specific UI objects (windows, views) already exist at this point. Use this to e.g. start the insertion point of a text field flashing, or start a movie player that was playing when we quit. IsLoadedpublic Discussion< Save this layer to the given file package (i.e. .xstk folder) as an XML file. SaveDiscussion< Load this layer from its XML file, asynchronously. Once successfully done, sets mLoaded. ShowHandlersForObjectTypepublic Discussion< Print a debug description of this object to the console. |