OOoRTCs  0.1.0
 全て クラス ファイル 関数
Public メソッド | Public 変数
クラス MainWindow.TreeNode

ツリーノード [詳細]

すべてのメンバ一覧

Public メソッド

def __init__
 コンストラクタ
def appendChild
 子ノード追加
def getParent
 親ノード取得
def getChildCount
 子ノード数取得
def getDisplayValue
 表示名取得

Public 変数

 node
 window

説明

ツリーノード


コンストラクタとデストラクタ

def MainWindow.TreeNode.__init__ (   self,
  node,
  mw 
)

コンストラクタ

引数:
self
nodeツリーアイテム
mwメインウインドウオブジェクト

メソッド

def MainWindow.TreeNode.appendChild (   self,
  child 
)

子ノード追加

引数:
self
child子ノード
def MainWindow.TreeNode.getChildCount (   self)

子ノード数取得

引数:
self
戻り値:
子ノード数
def MainWindow.TreeNode.getDisplayValue (   self)

表示名取得

引数:
self
戻り値:
表示名
def MainWindow.TreeNode.getParent (   self)

親ノード取得

引数:
self
戻り値:
親ノード

このクラスの説明は次のファイルから生成されました: