class KdbxView

The KdbxView class provides the view widget for the KdbxApp instance. More...

Definition#include <kdbx/kdbxview.h>
InheritsQWidget (qt)
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Private Methods

Private Members


Detailed Description

The KdbxView class provides the view widget for the KdbxApp instance. The View instance inherits QWidget as a base class and represents the view object of a KTMainWindow. As KdbxView is part of the docuement-view model, it needs a reference to the document object connected with it by the KdbxApp class to manipulate and display the document structure provided by the KdbxDoc class.

 KdbxView (QWidget *parent = 0, const char *name=0)

Constructor for the main view

KdbxView ()

Destructor for the main view

KdbxDocgetDocument ()

[const]

returns a pointer to the document connected to the view instance. Mind that this method requires a KdbxApp instance as a parent widget to get to the window document pointer by calling the KdbxApp::getDocument() method.

void  print (QPrinter *pPrinter)

contains the implementation for printing functionality

void  loadData ()

void  buildTree (DBXTREE*, QListViewItem*)

[private]

KListView * folderlist

[private]