Searched defs:main (Results 1 - 19 of 19) sorted by relevance

/inkscape/CMakeScripts/Modules/
H A Dsigcpp_test.cpp12 int main() function
/inkscape/cxxtest/sample/
H A Dyes_no_runner.cpp8 int main() function
/inkscape/cxxtest/sample/mock/
H A Droll.cpp4 int main() function
/inkscape/test/
H A Dunittest.cpp2 * Unit test main.
32 int main(int argc, char **argv) { function
/inkscape/packaging/scripts/
H A Dlp-mark-bugs-released33 def main(): function
77 main()
/inkscape/src/io/
H A Dstreamtest.cpp210 int main(int argc, char **argv) function
H A Dinkjar.cpp520 int main(int argc, char *argv[]) function
/inkscape/src/
H A Dregistrytool.cpp215 int main(int argc, char **argv) function
H A Dwinconsole.cpp18 * Its entry points are in main.cpp and winmain.cpp. The second one,
76 int main() function
H A Dinkview.cpp37 #include <gtkmm/main.h>
162 int main (int argc, const char **argv) function
H A Ddeptool.cpp1091 * This is the main product. This file lists the Include directives,
1444 * Run the DepTool's main functions
1458 * Console main()
1460 int main(int argc, char **argv) function
H A Ddesktop.h123 * tree. Currently, all desktops are created from a single main named
170 SPCanvasGroup *main; member in class:SPDesktop
H A Dmain.cpp117 #include <glibmm/main.h>
120 #include <gtkmm/main.h>
126 #include "main-cmdlineact.h"
655 * This is the classic main() entry point of the program, though on some
659 main(int argc, char **argv) function
1135 // If we've been asked to listen for D-Bus messages, enter a main loop here
1136 // The main loop may be exited by calling "exit" on the D-Bus application interface.
1180 // If we've been asked to listen for D-Bus messages, enter a main loop here
1181 // The main loop may be exited by calling "exit" on the D-Bus application interface.
/inkscape/cxxtest/
H A Dcxxtestgen.pl11 print STDERR " --runner=CLASS Create a main() function that runs CxxTest::CLASS\n";
28 main();
30 sub main { subroutine
538 print "int main( int argc, char *argv[] ) {\n";
545 print "int main() {\n";
H A Dcxxtestgen.py7 --runner=CLASS Create a main() function that runs CxxTest::CLASS
51 def main(): function
52 '''The main program'''
430 '''Write the main() function for the test runner'''
432 output.write( 'int main( int argc, char *argv[] ) {\n' )
438 output.write( 'int main() {\n' )
593 main()
/inkscape/packaging/macosx/ScriptExec/
H A Dmain.c25 main.c - main program file
146 int main(int argc, char* argv[]) function
223 "\pWhile Inkscape is open, its windows can be displayed or hidden by displaying or hiding the X11 application.\n\nThe first time this version of Inkscape is run it may take several minutes before the main window is displayed while font caches are built.",
/inkscape/src/extension/implementation/
H A Dscript.cpp17 #include <gtkmm/main.h>
1122 void Script::file_listener::init(int fd, Glib::RefPtr<Glib::MainLoop> main) { argument
1125 _conn = main->get_context()->signal_io().connect(sigc::mem_fun(*this, &file_listener::read), _channel, Glib::IO_IN | Glib::IO_HUP | Glib::IO_ERR);
1126 _main_loop = main;
/inkscape/src/extension/internal/
H A Dtext_reassemble.c2700 int main(int argc, char *argv[]){ function
/inkscape/
H A Dbuildtool.cpp6431 error("loadDepFile: main xml element should be <dependencies>");
10309 int main(int argc, char **argv) function

Completed in 115 milliseconds