BNCustomFlowGraph Struct Reference

Public Attributes

void * context
 
void(* prepareForLayout )(void *ctxt)
 
void(* populateNodes )(void *ctxt)
 
void(* completeLayout )(void *ctxt)
 
BNFlowGraph *(* update )(void *ctxt)
 
void(* freeObject )(void *ctxt)
 
void(* externalRefTaken )(void *ctxt)
 
void(* externalRefReleased )(void *ctxt)
 

Member Data Documentation

◆ completeLayout

void(* BNCustomFlowGraph::completeLayout) (void *ctxt)

◆ context

void* BNCustomFlowGraph::context

◆ externalRefReleased

void(* BNCustomFlowGraph::externalRefReleased) (void *ctxt)

◆ externalRefTaken

void(* BNCustomFlowGraph::externalRefTaken) (void *ctxt)

◆ freeObject

void(* BNCustomFlowGraph::freeObject) (void *ctxt)

◆ populateNodes

void(* BNCustomFlowGraph::populateNodes) (void *ctxt)

◆ prepareForLayout

void(* BNCustomFlowGraph::prepareForLayout) (void *ctxt)

◆ update

BNFlowGraph *(* BNCustomFlowGraph::update) (void *ctxt)

The documentation for this struct was generated from the following file: