Top | ![]() |
![]() |
![]() |
![]() |
BtSignalAnalysisDialog * | analysis-dialog | Read |
BtMachineCanvasItem * | dst | Read / Write / Construct Only |
BtMainPageMachines * | machines-page | Read / Write / Construct Only |
BtMachineCanvasItem * | src | Read / Write / Construct Only |
BtWire * | wire | Read / Write / Construct Only |
gdouble | zoom | Read / Write |
BtWireCanvasItem implements ClutterContainer, ClutterScriptable, ClutterAnimatable and AtkImplementorIface.
Provides volume control on the wires, as well as a menu to disconnect wires and to launch the analyzer screen.
BtWireCanvasItem * bt_wire_canvas_item_new (const BtMainPageMachines *main_page_machines
,BtWire *wire
,BtMachineCanvasItem *src_machine_item
,BtMachineCanvasItem *dst_machine_item
);
Create a new instance
void
bt_wire_show_analyzer_dialog (BtWire *wire
);
Shows the wire analyzer dialog.
Since 0.6
“analysis-dialog”
property“analysis-dialog” BtSignalAnalysisDialog *
Get the the analysis dialog if shown.
Flags: Read
“dst”
property“dst” BtMachineCanvasItem *
Set wire dst machine canvas item.
Flags: Read / Write / Construct Only
“machines-page”
property“machines-page” BtMainPageMachines *
Set application object, the window belongs to.
Flags: Read / Write / Construct Only
“src”
property“src” BtMachineCanvasItem *
Set wire src machine canvas item.
Flags: Read / Write / Construct Only
“wire”
property“wire” BtWire *
Set wire object, the item belongs to.
Flags: Read / Write / Construct Only