| From: | Dave Page <dpage(at)pgadmin(dot)org> |
|---|---|
| To: | Luis Ochoa <ziul1979(at)gmail(dot)com> |
| Cc: | pgadmin-hackers(at)postgresql(dot)org |
| Subject: | Re: STL and pgAdmin |
| Date: | 2010-05-14 19:04:58 |
| Message-ID: | AANLkTikjjYWER8vhspGOpjgHnY995ixeh-HIHfUgjhzy@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
Hi Luis, hope you're well.
On Fri, May 14, 2010 at 5:55 PM, Luis Ochoa <ziul1979(at)gmail(dot)com> wrote:
> Hi, I have just one question, I want to create a class that allow to create
> collections with enumerators/iterators to make my work easier when creating
> the database designer for GSoC, but a few years ago when I created the GQB I
> do something like that but my solution was create it for one kind of object
> (gqbObject) and create all objects in collection with that object as parent.
>
> But this time I want to do things better, and I just have one question, Can
> I use STL classes in pgAdmin?, not using wxWidgets with STL active, just
> creating some classes with STL functions or some templates but not related
> to wxwdigets classes, they will be only for use of my database designer.
If there's a wxWidgets class to do the job, I'd rather see that used
than an STL class, purely for consistency and familiarity etc. If
there's no equivalent wxWidgets class for a specific purpose, then I
have no problem falling back to STL (with an appropriate comment to
explain why).
--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise Postgres Company
| From | Date | Subject | |
|---|---|---|---|
| Next Message | pgAdmin Trac | 2010-05-14 19:55:31 | Re: [pgAdmin III] #188: Properties dialog for functions returning TABLE() broken. |
| Previous Message | svn | 2010-05-14 17:18:00 | SVN Commit by guillaume: r8377 - trunk/www/locale/fr_FR/LC_MESSAGES |