Skip to content
Commit 3aedf672 authored by Akarsh Simha's avatar Akarsh Simha
Browse files

Prepare CatalogComponent to be sub-classed.

1. Make private members protected.

2. Make loadData() and selected() virtual

3. Add a parameter to the constructor that enables / disables the
   calling of loadData() at construct time.

4. Make loadData() a proxy for a protected method _loadData( bool )
   that actually loads the data.

5. Make provisions for having "fake" catalogs, where the catalog name
   and ID are not official and should not be used as names.
parent 26d87871
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment