#include <PasswordTreeElementGtkFactory.h>
Public Methods | |
| PasswordTreeElementGtkFactory (string root_menu_label) | |
| Constructor of the Gtk factory of the password composite. More... | |
| virtual | ~PasswordTreeElementGtkFactory () |
| Destructor of the Gtk factory of the password composite. More... | |
| virtual PasswordManagerElement * | createPasswordManagerElement (string name, int deepness) |
| Create a PasswordManagerGtkMenuElement object that is a leaf element of the Gtk password composite. More... | |
| virtual PasswordGroupElement * | createPasswordGroupElement (string name, int deepness) |
| Create a PasswordGroupGtkMenuElement that is a branch element of the Gtk password composite. More... | |
| virtual PasswordRootElement * | createPasswordRootElement (void) |
| Create a PasswordRootGtkMenuElement that is the root element of the Gtk password composite. More... | |
|
|
Constructor of the Gtk factory of the password composite.
|
|
|
Destructor of the Gtk factory of the password composite.
|
|
||||||||||||
|
Create a PasswordGroupGtkMenuElement that is a branch element of the Gtk password composite.
|
|
||||||||||||
|
Create a PasswordManagerGtkMenuElement object that is a leaf element of the Gtk password composite.
|
|
|
Create a PasswordRootGtkMenuElement that is the root element of the Gtk password composite.
Its internal name is "TreeRoot", its menu name is _root_menu_label and its deepness is 0.
|
1.2.15