Revision 1 (by moose, 2006/03/06 10:00:33) Initial Import

PluginForm

    
        PluginForm
    
    
        
            0
            0
            734
            653
        
    
    
        Plugin Settings
    
    
        
            unnamed
        
        
            
                spacer13
            
            
                Horizontal
            
            
                Expanding
            
            
                
                    40
                    20
                
            
        
        
            
                searchpath_scan
            
            
                Rescan
            
        
        
            
                spacer12
            
            
                Horizontal
            
            
                Expanding
            
            
                
                    25
                    20
                
            
        
        
            
                toolBox1
            
            
                StyledPanel
            
            
                Sunken
            
            
                2
            
            
                2
            
            
                
                    page1
                
                
                    PaletteBackground
                
                
                    Installed Plugins
                
                
                    
                        unnamed
                    
                    
                        
                            installed_uninstall
                        
                        
                            Uninstall
                        
                    
                    
                        
                            
                                Name
                            
                            
                                true
                            
                            
                                true
                            
                        
                        
                            
                                Enabled
                            
                            
                                true
                            
                            
                                true
                            
                        
                        
                            installed_lv
                        
                        
                            
                                1
                                7
                                0
                                0
                            
                        
                    
                    
                        
                            installed_disable
                        
                        
                            Disable
                        
                    
                    
                        
                            spacer11
                        
                        
                            Horizontal
                        
                        
                            Expanding
                        
                        
                            
                                40
                                20
                            
                        
                    
                
            
            
                
                    page2
                
                
                    PaletteBackground
                
                
                    Installable Plugins
                
                
                    
                        unnamed
                    
                    
                        
                            spacer18
                        
                        
                            Horizontal
                        
                        
                            Expanding
                        
                        
                            
                                121
                                20
                            
                        
                    
                    
                        
                            installable_install
                        
                        
                            
                                70
                                0
                            
                        
                        
                            Install
                        
                    
                    
                        
                            spacer17
                        
                        
                            Horizontal
                        
                        
                            Expanding
                        
                        
                            
                                122
                                20
                            
                        
                    
                    
                        
                            installable_lb
                        
                        
                            
                                1
                                7
                                0
                                0
                            
                        
                    
                
            
            
                
                    page
                
                
                    PaletteBackground
                
                
                    Search Path
                
                
                    
                        unnamed
                    
                    
                        
                            searchpath_edit
                        
                    
                    
                        
                            searchpath_lb
                        
                        
                            
                                7
                                7
                                0
                                0
                            
                        
                    
                    
                        
                            searchpath_delete
                        
                        
                            Delete
                        
                    
                    
                        
                            searchpath_add
                        
                        
                            Add
                        
                    
                    
                        
                            searchpath_set
                        
                        
                            Set
                        
                    
                    
                        
                            spacer12_2
                        
                        
                            Horizontal
                        
                        
                            Expanding
                        
                        
                            
                                40
                                20
                            
                        
                    
                    
                        
                            spacer13_2
                        
                        
                            Horizontal
                        
                        
                            Expanding
                        
                        
                            
                                40
                                20
                            
                        
                    
                
            
        
    


    
        searchpath_scan
        clicked()
        PluginForm
        rescanPlugins()
    
    
        searchpath_delete
        clicked()
        PluginForm
        delSearchPath()
    
    
        searchpath_add
        clicked()
        PluginForm
        addSearchPath()
    
    
        searchpath_set
        clicked()
        PluginForm
        setSearchPath()
    
    
        searchpath_edit
        returnPressed()
        PluginForm
        setSearchPath()
    
    
        searchpath_lb
        selectionChanged()
        PluginForm
        selectSearchPath()
    
    
        installed_lv
        selectionChanged()
        PluginForm
        selectedInstalledPlugin()
    
    
        installed_disable
        clicked()
        PluginForm
        disableInstalled()
    
    
        installable_install
        clicked()
        PluginForm
        installInstallable()
    
    
        installed_uninstall
        clicked()
        PluginForm
        uninstallInstalled()
    


    searchpath_scan


    MadConfPage.h
    MadConf.h
    MadConf.h
    PluginForm.ui.h


    int spid;


    selectSearchPath()
    setSearchPath()
    delSearchPath()
    addSearchPath()
    rescanPlugins()
    installInstallable()
    uninstallInstalled()
    disableInstalled()
    selectedInstalledPlugin()


    init()
    destroy()