|
Declared in: /boot/home/devel/Inferno-project/Inferno/SDK/Headers/Core/InfernoDocument.h Author: YNOP
Version: 1.0 Date: Feb 5 2000 Summary: more...
InfernoDocument(int32 W,int32 H)
InfernoDocument(BMessage *prefs)
void SaveState(BMessage *prefs)
~InfernoDocument()
status_t AddLayer(InfernoLayer *layer, int32 index = -1)
status_t DeleteLayer(int32 index = -1)
InfernoLayer* RemoveLayer(int32 index = -1)
InfernoLayer* LayerAt(int32 index = -1)
status_t SelectLayer(int32 index)
int32 SelectedLayer()
int32 CountLayers()
void SetHidden(int32 index, bool ishidden)
bool IsHidden(int32 index)
BRect Bounds()
status_t MergeLayers(int32 indexone,int32 indextwo)
status_t Crop(int32 deltaLeft,int32 deltaTop,int32 deltaRight,int32 deltaBottom,bool croplayers = false)
void EditLayerProperties(int32 index = -1)
void EditImageProperties()
status_t Lock()
status_t Unlock()
|