Infenro Home SDK Docs Blah

InfernoDocument

Declared in:/boot/home/devel/Inferno-project/Inferno/SDK/Headers/Core/InfernoDocument.h
Author: YNOP
Version:1.0
Date: Feb 5 2000
Summary:more...




Hook Functions


InfernoDocument()
InfernoDocument(int32 W,int32 H)

InfernoDocument()
InfernoDocument(BMessage *prefs)

SaveState()
void SaveState(BMessage *prefs)

~InfernoDocument()
~InfernoDocument()

AddLayer()
status_t AddLayer(InfernoLayer *layer, int32 index = -1)

DeleteLayer()
status_t DeleteLayer(int32 index = -1)

RemoveLayer()
InfernoLayer* RemoveLayer(int32 index = -1)

LayerAt()
InfernoLayer* LayerAt(int32 index = -1)

SelectLayer()
status_t SelectLayer(int32 index)

SelectedLayer()
int32 SelectedLayer()

CountLayers()
int32 CountLayers()

SetHidden()
void SetHidden(int32 index, bool ishidden)

IsHidden()
bool IsHidden(int32 index)

Bounds()
BRect Bounds()

MergeLayers()
status_t MergeLayers(int32 indexone,int32 indextwo)

Crop()
status_t Crop(int32 deltaLeft,int32 deltaTop,int32 deltaRight,int32 deltaBottom,bool croplayers = false)

EditLayerProperties()
void EditLayerProperties(int32 index = -1)

EditImageProperties()
void EditImageProperties()

Lock()
status_t Lock()

Unlock()
status_t Unlock()


Infenro Home SDK Docs Blah

Generated on 12/27/2001
Copyright © 1999-2001 Inferno Dev Team. All rights reserved.