Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 5b9b4ac1ad3920f935376683d50f05bd > files > 9

debconf-doc-1.5.53-3.mga5.noarch.rpm

Debconf::Base                           Debconf base class
  ConfModule                            communicates with a ConfModule
  Element                               Base input element
    Dialog::Boolean                     Yes/No dialog box
    Dialog::Error                       An error message in a dialog box
    Dialog::Note                        A note in a dialog box
    Dialog::Password                    A password input field in a dialog box
    Dialog::Progress                    A progress bar in a dialog box
    Dialog::String                      A text input field in a dialog box
    Dialog::Text                        A message in a dialog box
    Editor::Boolean                     Yes/No question
    Editor::Progress                    dummy progress Element
    Editor::String                      String question
      Password                          Password input
    Editor::Text                        Just text to display to user.
      Error                             Just text to display to user.
      Note                              Just text to display to user.
    Gnome                               gnome UI element
      Boolean                           check box widget
      Error                             an error message to show to the user
      Multiselect                       a check list in a dialog box
      Note                              a note to show to the user
      Password                          password input widget
      Progress                          progress bar widget
      Select                            drop down select box widget
      String                            text input widget
      Text                              a bit of text to show to the user.
    Kde                                 kde UI element
      Boolean                           check box widget
      Error                             an error message to show to the user
      Multiselect                       group of check boxes
      Note                              a note to show to the user
      Password                          password entry widget
      Progress                          progress bar widget
      Select                            select list widget
      String                            
      Text                              a bit of text to show to the user
    Noninteractive                      Dummy Element
      Boolean                           dummy boolean Element
      Error                             noninteractive error message Element
      Multiselect                       dummy multiselect Element
      Note                              dummy note Element
      Password                          dummy password Element
      Progress                          dummy progress Element
      Select                            dummy select Element
      String                            dummy string Element
      Text                              dummy text Element
    Select                              Base select input element
      Dialog::Select                    A list of choices in a dialog box
      Editor::Select                    select from a list of choices
      Multiselect                       Base multiselect input element
        Dialog::Multiselect             a check list in a dialog box
        Editor::Multiselect             select from a list of choices
        Teletype::Multiselect           select multiple items
        Web::Multiselect                A multi select box on a form
      Teletype::Select                  select from a list of values
      Web::Select                       A select box on a form
    Teletype::Boolean                   Yes/No question
    Teletype::Note                      A note to the user
    Teletype::Password                  password input field
    Teletype::Progress                  Progress bar in a terminal
    Teletype::String                    string input field
    Teletype::Text                      show text to the user
      Error                             Show an error message to the user
    Web::Boolean                        A check box on a form
    Web::Password                       A password input field on a form
    Web::Progress                       dummy progress Element
    Web::String                         A text input field on a form
    Web::Text                           A paragraph on a form
      Error                             An error message on a form
      Note                              A paragraph on a form
  Format                                base class for formatting database output
    822                                 RFC-822-ish output format
  FrontEnd                              base FrontEnd
    Gnome                               GUI Gnome frontend
    Kde                                 GUI Kde frontend
    Noninteractive                      non-interactive FrontEnd
    Passthrough                         pass-through meta-frontend for Debconf
    ScreenSize                          screen size tracker
      Dialog                            dialog FrontEnd
      Editor                            Edit a config file to answer questions
      Teletype                          FrontEnd for any teletype
        Readline                        Terminal frontend with readline support
          Text                          legacy text frontend
    Web                                 web FrontEnd
  Iterator                              DebConf iterator object
Debconf::DbDriver                       base class for debconf db drivers
  Cache                                 caching database driver
    Directory                           store database in a directory
      DirTree                           store database in a directory hierarchy
      PackageDir                        store database in a directory
    File                                store database in flat file
    LDAP                                access (config) database in an LDAP directory
    Pipe                                read/write database from file descriptors
  Copy                                  class that can make copies
    Backup                              backup writes to a db
    Stack                               stack of drivers
  Debug                                 debug db requests
Debconf::Template                       Template object with persistence.
  Transient                             Transient template object
Exporter                                
  Debconf::AutoSelect                   automatic FrontEnd selection library.
  Debconf::Client::ConfModule           client module for ConfModules
  Debconf::Encoding                     Character encoding support for debconf
  Debconf::Gettext                      Enables gettext for internationalization.
  Debconf::Log                          debconf log module
  Debconf::Priority                     priority level module
Qt::Widget                              
Test::Unit::Setup                       
  CopyDBTest                            
  Debconf::DbDriver::LDAPTest           LDAP driver class test
Test::Unit::TestCase                    
  Debconf::DbDriver::CommonTest         
    DirTreeTest                         DirTree driver class test
    FileTest                            File driver class test
    PackageDirTest                      PackageDir driver class test