COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Public Member Functions | Static Public Attributes | List of all members
nx_event_connector Class Reference

need to put things into a class to be reachable by the event callbacks More...

Public Member Functions

def __init__ (self, name_)
 
def plot_secondary_navigation (self, key)
 
def on_pick (self, event)
 

Static Public Attributes

 name = None
 
 G = None
 
 pos = None
 
 nodecaption = None
 
 cn = None
 
 ce = None
 
 ccapt = None
 
 on = None
 
 oe = None
 
 ocapt = None
 
 pn = None
 
 pe = None
 
 pcapt = None
 
 sn = None
 
 se = None
 
 scapt = None
 
 fn = None
 
 fe = None
 
 fcapt = None
 
 ln = None
 
 le = None
 
 lcapt = None
 
 tn = None
 
 te = None
 
 tcapt = None
 
 printdestination = None
 
 hidden = None
 
 navi = None
 
tuple infotxt
 
tuple seltxt
 

Detailed Description

need to put things into a class to be reachable by the event callbacks

Definition at line 213 of file networkxpython.py.

Constructor & Destructor Documentation

def __init__ (   self,
  name_ 
)

Definition at line 248 of file networkxpython.py.

Member Function Documentation

def on_pick (   self,
  event 
)

Definition at line 332 of file networkxpython.py.

def plot_secondary_navigation (   self,
  key 
)

Definition at line 289 of file networkxpython.py.

Member Data Documentation

ccapt = None
static

Definition at line 223 of file networkxpython.py.

ce = None
static

Definition at line 222 of file networkxpython.py.

cn = None
static

Definition at line 221 of file networkxpython.py.

fcapt = None
static

Definition at line 235 of file networkxpython.py.

fe = None
static

Definition at line 234 of file networkxpython.py.

fn = None
static

Definition at line 233 of file networkxpython.py.

G = None
static

Definition at line 218 of file networkxpython.py.

hidden = None
static

Definition at line 243 of file networkxpython.py.

tuple infotxt
static
Initial value:
1 = plt.text(0.02,0.92,"",
2  transform=mainax.transAxes, family='monospace',size=10, weight='bold',
3  color=navicolor, ha='left', va='top',zorder=51)

Definition at line 280 of file networkxpython.py.

lcapt = None
static

Definition at line 238 of file networkxpython.py.

le = None
static

Definition at line 237 of file networkxpython.py.

ln = None
static

Definition at line 236 of file networkxpython.py.

name = None
static

Definition at line 217 of file networkxpython.py.

navi = None
static

Definition at line 244 of file networkxpython.py.

nodecaption = None
static

Definition at line 220 of file networkxpython.py.

ocapt = None
static

Definition at line 226 of file networkxpython.py.

oe = None
static

Definition at line 225 of file networkxpython.py.

on = None
static

Definition at line 224 of file networkxpython.py.

pcapt = None
static

Definition at line 229 of file networkxpython.py.

pe = None
static

Definition at line 228 of file networkxpython.py.

pn = None
static

Definition at line 227 of file networkxpython.py.

pos = None
static

Definition at line 219 of file networkxpython.py.

printdestination = None
static

Definition at line 242 of file networkxpython.py.

scapt = None
static

Definition at line 232 of file networkxpython.py.

se = None
static

Definition at line 231 of file networkxpython.py.

tuple seltxt
static
Initial value:
1 = plt.text(0.,0.,"",
2  family='monospace',size=10, weight='bold',
3  color=navicolor, ha='left', va='center',zorder=51)

Definition at line 283 of file networkxpython.py.

sn = None
static

Definition at line 230 of file networkxpython.py.

tcapt = None
static

Definition at line 241 of file networkxpython.py.

te = None
static

Definition at line 240 of file networkxpython.py.

tn = None
static

Definition at line 239 of file networkxpython.py.


The documentation for this class was generated from the following file:
Send comments to:
COOLFluiD Web Admin