SUPERVGUI_BrowseNodeDlg Class Reference

#include <SUPERVGUI_BrowseNodeDlg.h>

Inheritance diagram for SUPERVGUI_BrowseNodeDlg:

Inheritance graph

Public Member Functions

 SUPERVGUI_BrowseNodeDlg (SUPERVGUI_CanvasNode *theNode)
 Constructor (SUPERVGUI_CanvasNode).
virtual ~SUPERVGUI_BrowseNodeDlg ()
 Destructor.
void setValues ()
 Set current values of editable ports.

Protected Slots

void accept ()
 Set inputed values of editable ports and then closes and destroys dialog.
void reject ()
 Closes and destroys dialog.
void onFieldActivated ()
 Slot, called when field is focused.
void onSelectionChanged ()
 Slot, called when selection is changed.

Protected Member Functions

void showEvent (QShowEvent *theEvent)
 Update current values on show event.

Private Member Functions

void init ()

Private Attributes

SUPERVGUI_CanvasNodemyNodeCanvas
bool myIsEditable
QPtrList< SUPERVGUI_PortFieldmyPortsList
SUPERVGUI_PortFieldmyActiveField

Constructor & Destructor Documentation

SUPERVGUI_BrowseNodeDlg::SUPERVGUI_BrowseNodeDlg SUPERVGUI_CanvasNode theNode  ) 
 

SUPERVGUI_BrowseNodeDlg::~SUPERVGUI_BrowseNodeDlg  )  [virtual]
 


Member Function Documentation

void SUPERVGUI_BrowseNodeDlg::setValues  ) 
 

void SUPERVGUI_BrowseNodeDlg::accept  )  [protected, slot]
 

void SUPERVGUI_BrowseNodeDlg::reject  )  [protected, slot]
 

void SUPERVGUI_BrowseNodeDlg::onFieldActivated  )  [protected, slot]
 

void SUPERVGUI_BrowseNodeDlg::onSelectionChanged  )  [protected, slot]
 

void SUPERVGUI_BrowseNodeDlg::showEvent QShowEvent *  theEvent  )  [protected]
 

void SUPERVGUI_BrowseNodeDlg::init  )  [private]
 


Field Documentation

SUPERVGUI_CanvasNode* SUPERVGUI_BrowseNodeDlg.myNodeCanvas [private]
 

bool SUPERVGUI_BrowseNodeDlg.myIsEditable [private]
 

QPtrList<SUPERVGUI_PortField> SUPERVGUI_BrowseNodeDlg.myPortsList [private]
 

SUPERVGUI_PortField* SUPERVGUI_BrowseNodeDlg.myActiveField [private]