 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Joze Dedic Guest
|
Posted: Thu Jan 29, 2004 5:33 pm Post subject: Building schematic like gui- directions needed |
|
|
Hi!
I'm starting to build environment with schematic like gui. Some features
I need are:
- building blocks
- connections between blocks
- zoom in/out capability
- grid (sheet showable, snap to)
Can somebody gives me any directions... Perhaps is there any general
purpose MFC library that I could use...
What is general idea, if I would have to build evth on my own? Just
plain drawing of layers from behind-to-front-order? I.e. sheet grid,
connections, grid? How to handle zoom in/out?
Thanks, I would really appreciate any help.
jOc
|
|
| Back to top |
|
 |
Thomas Matthews Guest
|
Posted: Thu Jan 29, 2004 7:47 pm Post subject: Re: Building schematic like gui- directions needed |
|
|
Joze Dedic wrote:
| Quote: | Hi!
I'm starting to build environment with schematic like gui. Some features
I need are:
- building blocks
- connections between blocks
- zoom in/out capability
- grid (sheet showable, snap to)
|
The C++ language has no facilities for graphics. That functionality
is platform specific and discussed in newsgroups about your platform
or compiler.
| Quote: | Can somebody gives me any directions...
North 5 furlongs, then southwest 2 leagues, east by 3. |
| Quote: | Perhaps is there any general
purpose MFC library that I could use...
|
The folks in an MFC newsgroup would be of great help.
| Quote: | What is general idea, if I would have to build evth on my own?
|
Now the folks in news:comp.programming may be of some help.
| Quote: | Just plain drawing of layers from behind-to-front-order?
I.e. sheet grid, connections, grid?
How to handle zoom in/out?
|
OTOH, perhaps some people at news:comp.graphics.* could help.
| Quote: |
Thanks, I would really appreciate any help.
jOc
|
Read the welcome.txt and FAQs below for help.
--
Thomas Matthews
C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.raos.demon.uk/acllc-c++/faq.html
Other sites:
http://www.josuttis.com -- C++ STL Library book
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|