¡@

Home 

c++ Programming Glossary: desc

Display Different images per monitor directX 10

http://stackoverflow.com/questions/10744788/display-different-images-per-monitor-directx-10

SetResource textureSRV textureIndex get technique desc D3D10_TECHNIQUE_DESC techDesc pBasicTechnique GetDesc techDesc.. factory EnumAdapters i adapter i get the description of the adapter assuming no failure DXGI_ADAPTER_DESC.. adapter EnumOutputs i output i get the description DXGI_OUTPUT_DESC outputDesc HRESULT hr output GetDesc..

Boost program options - get all entries in section

http://stackoverflow.com/questions/11065938/boost-program-options-get-all-entries-in-section

std string settings_type Setup options. po options_description desc Options desc.add_options plugins.name po value plugin_names_t.. string settings_type Setup options. po options_description desc Options desc.add_options plugins.name po value plugin_names_t.. Setup options. po options_description desc Options desc.add_options plugins.name po value plugin_names_t plugin_names..

How do you get the icon, MIME type, and application associated with a file in the Linux Desktop?

http://stackoverflow.com/questions/1629172/how-do-you-get-the-icon-mime-type-and-application-associated-with-a-file-in-th

desktop what is the best way to get the icon the document description and the application associated with an arbitrary file.. the most canonical way to find icons mime type file type descriptions and associated applications on both KDE and gnome and.. things confuse me most . I want to be able show icons and descriptions matching Nautilus in Gnome and Konquerer whatever on..

Simple text menu in C++

http://stackoverflow.com/questions/290484/simple-text-menu-in-c

like so class MenuItem public MenuItem string cmd string desc Action action Command cmd Description desc Action action public.. cmd string desc Action action Command cmd Description desc Action action public string Command get private set public..

Async wait on file descriptor using Boost Asio

http://stackoverflow.com/questions/4686127/async-wait-on-file-descriptor-using-boost-asio

wait on file descriptor using Boost Asio I'm trying to integrate D Bus with my.. D Bus has an API that enumerates a set of Unix file descriptors mainly sockets but could also be FIFOs to be watched... sockets but could also be FIFOs to be watched. When those descriptors have something to be read I should inform the D Bus API..

Building boost::options from a string/boost::any map

http://stackoverflow.com/questions/6122094/building-boostoptions-from-a-string-boostany-map

build the program options from this map using the options_description add_option method. However it takes a template argument.. contains the boost any I am interested in. po options_description desc std for_each m_Config.getTuples .begin m_Config.getTuples.. the boost any I am interested in. po options_description desc std for_each m_Config.getTuples .begin m_Config.getTuples .end..