class K2dGrFlowView
|
*
This program is free software; you can redistribute it and/or modify *
it under the terms of the GNU General Public License as published by *
the Free Software Foundation; either version 2 of the License, or *
(at your option) any later version. More... |
|
|
Public Methods
Public Members
*
This program is free software; you can redistribute it and/or modify *
it under the terms of the GNU General Public License as published by *
the Free Software Foundation; either version 2 of the License, or *
(at your option) any later version. *
*
*************************************************************************
K2dGrFlowView (QWidget *parent = 0, const char *name=0)
| K2dGrFlowView |
~K2dGrFlowView ()
| ~K2dGrFlowView |
[const]
returns a pointer to the document connected to the view instance. Mind that this method requires a K2dGrFlowApp instance as a parent
widget to get to the window document pointer by calling the K2dGrFlowApp::getDocument() method.
See also: getDocument
[const]
returns a pointer to the domain connected to the view instance. Mind that this method requires a K2dGrFlowApp instance as a parent
widget to get to the window domain pointer by calling the K2dGrFlowApp::getDocument() method.
See also: getDomain
bool validate_dParam ()
| validate_dParam |
Validate the input of the d parameter. Return true when ok, false when not ok.
It is left to the user to change the d parameter until ok
void loadMyView ()
| loadMyView |
Generated by: benny@okidoki on Thu Jun 21 10:41:51 2001, using kdoc 2.0a53. |